Hello,
I want to change the default backup directory from /backup to /home/backup because there is not enough space to save and retain backups in / (this has to do with the way the disk has been partitioned and unfortunately I can't change it). Since we are currently working on a test server, there is no need to save backups remotely for now, so we need local backups to be easily restored. The current backup configuration is:
The problem is that every time I try to remove the "Retain Backups in the Default Backup Directory" option I get the following error message:
Error: Nowhere to back up: no enabled destinations found and retaining local copies is disabled.
Can you please help me solve this? I have created the /home/backup directory and made sure that is writable. Thank you.
I want to change the default backup directory from /backup to /home/backup because there is not enough space to save and retain backups in / (this has to do with the way the disk has been partitioned and unfortunately I can't change it). Since we are currently working on a test server, there is no need to save backups remotely for now, so we need local backups to be easily restored. The current backup configuration is:
Code:
---
BACKUPACCTS: 'yes'
BACKUPBWDATA: 'yes'
BACKUPDAYS: 0,2,4,6
BACKUPDIR: /home/backup
BACKUPENABLE: 'yes'
BACKUPFILES: 'yes'
BACKUPLOGS: 'no'
BACKUPMOUNT: 'no'
BACKUPSUSPENDEDACCTS: 'no'
BACKUPTYPE: incremental
BACKUP_DAILY_ENABLE: 'yes'
BACKUP_DAILY_RETENTION: 3
BACKUP_MONTHLY_DATES: 1
BACKUP_MONTHLY_ENABLE: 'no'
BACKUP_MONTHLY_RETENTION: 1
BACKUP_WEEKLY_DAY: 0
BACKUP_WEEKLY_ENABLE: 'no'
BACKUP_WEEKLY_RETENTION: 4
CHECK_MIN_FREE_SPACE: 1
DISABLE_METADATA: 'no'
ERRORTHRESHHOLD: 3
FORCE_PRUNE_DAILY: 1
FORCE_PRUNE_MONTHLY: 0
FORCE_PRUNE_WEEKLY: 0
GZIPRSYNCOPTS: --rsyncable
KEEPLOCAL: 1
LINKDEST: 0
LOCALZONESONLY: 'no'
MAXIMUM_RESTORE_TIMEOUT: 21600
MAXIMUM_TIMEOUT: 7200
MIN_FREE_SPACE: 350000
MIN_FREE_SPACE_UNIT: MB
MYSQLBACKUP: accounts
POSTBACKUP: 'no'
PREBACKUP: -1
PSQLBACKUP: 'no'
REMOTE_RESTORE_STAGING_DIR: /home/backup
Error: Nowhere to back up: no enabled destinations found and retaining local copies is disabled.
Can you please help me solve this? I have created the /home/backup directory and made sure that is writable. Thank you.