I had to start on a new server recently after a hard disk issue, and my old backup settings put my daily site backups at:
/backup/cpbackup/daily/sitename.tar.gz
but now they are going to directories that have date stamps like this:
/backup/2013-08-21/accounts/sitename.tar.gz
I would like to make my backups use the old method and store them like this:
/backup/cpbackup/daily/sitename.tar.gz
Last, a simple cron to copy a backup and put a date stamp in it that worked on the prior server with the same versions of software on it don't put in the stamp:
site_backup_`date +"\%Y-\%m-\%d"`.tar.gz
any idea why this would change?
/backup/cpbackup/daily/sitename.tar.gz
but now they are going to directories that have date stamps like this:
/backup/2013-08-21/accounts/sitename.tar.gz
I would like to make my backups use the old method and store them like this:
/backup/cpbackup/daily/sitename.tar.gz
Last, a simple cron to copy a backup and put a date stamp in it that worked on the prior server with the same versions of software on it don't put in the stamp:
site_backup_`date +"\%Y-\%m-\%d"`.tar.gz
any idea why this would change?