View Single Post
Old 05-24-2010, 02:46 PM   #3
Member
 
Join Date: Jul 2004
Posts: 77
bakon
Send a message via ICQ to bakon
Default

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.
bakon is offline   Reply With Quote