How should I organize my backups ?

Posted by Patrick on Server Fault See other posts from Server Fault or by Patrick
Published on 2011-01-06T15:54:48Z Indexed on 2011/01/06 16:55 UTC
Read the original article Hit count: 227

Filed under:
|

I'm using for the first time rsync to create daily backups of my websites and I was wondering if I should overwrite the previous copy or should I create multiple copies and overwrite only the oldest one ? (I might not have enough space for that, though).

I actually have also this question. Let's suppose most of files are accidentally erases.. does rsync delete all these files from the backup space because they don't exist anymore ? How does exactly work in this case ?

thanks

© Server Fault or respective owner

Related posts about backup

Related posts about rsync