diff --git a/etc/backup/local.post b/etc/backup/local.post new file mode 100755 index 0000000..25de5db --- /dev/null +++ b/etc/backup/local.post @@ -0,0 +1 @@ +# run commands after the backup (script must be executable) diff --git a/etc/backup/local.pre b/etc/backup/local.pre new file mode 100755 index 0000000..24cd2f9 --- /dev/null +++ b/etc/backup/local.pre @@ -0,0 +1 @@ +# run commands before the backup (script must be executable)