diff --git a/mdmxen/bin/mdmxen_backuper.sh b/mdmxen/bin/mdmxen_backuper.sh old mode 100644 new mode 100755 diff --git a/mdmxen/etc/host.cfg b/mdmxen/etc/host.cfg index 1a32a39..ad9678d 100644 --- a/mdmxen/etc/host.cfg +++ b/mdmxen/etc/host.cfg @@ -13,8 +13,8 @@ FLOCK="/var/run/backup.lock" # flag file for backup volume FBACK="/mnt/backup/iambackup.txt" # directory for day rotation -DAYS_DIR="/mnt/backupxfs/days" +DAYS_DIR="/mnt/backup/days" # current target dir -TARGET_DIR="/mnt/backupxfs/days/1" +TARGET_DIR="/mnt/backup/days/1" # months rotation dir -MONTHS_DIR="/mnt/backupxfs/months" \ No newline at end of file +MONTHS_DIR="/mnt/backup/months"