PDA

View Full Version : Backup plans configuration name


bakon
05-23-2010, 01:48 PM
We have backups enabled and working OK.

Is there any way to set/modifiy the name of the backup file creation.

Now bakcup plan creates backups like:
/ADMINSITE1/admin-1_full_DAY.tar.gz
/ADMINSITE2/admin-1_full_DAY.tar.gz
...
/ADMINSITEN/admin-1_full_DAY.tar.gz

Could it be done something like:
/ADMINSITE1/adminSITE-1_full_DAY.tar.gz

The problem for us is that in each directory, every file has same name.
Could it be changed in any way?

Thank you.

slava
05-23-2010, 04:23 PM
Unfortunately, this opportunity (to change the names as you wish) does not exist

bakon
05-24-2010, 02:46 PM
That problem could be solved for us if there is a way to do something like this:

Now our bakcup plan creates backups like:
/ADMINSITE1/admin-1_full_TODAY.tar.gz
/ADMINSITE1/admin-1_full_YESTERTODAY.tar.gz
/ADMINSITE2/admin-1_full_TODAY.tar.gz
/ADMINSITE2/admin-1_full_YESTERDAY.tar.gz

We want to have a mirror (remote copy) of the last backup, so it would be something like this:
Find /BACKUPdirectory -Last24hoursModified; SCP REMOTESERVER

We don't want to use an specific backup plan becouse we have the backup done local (and doing a backup means high local to the server), so we only want to copy the files created.

Any help with that?

Thank you.

slava
05-25-2010, 04:25 AM
Try to use rsync for copy all structure to a new server
http://www.google.com/search?q=rsync+over+ssh