View Single Post
  #21 (permalink)  
Old 06-05-2007, 09:54 PM
Maja Maja is offline
Active Member
 
Posts: 33
Default

Quote:
Originally Posted by czaveri View Post
Others:
I am not aware if rsync-ing to the same backup directory more than once, will works. This must be tested. So, I would add, backup to a different directory everytime and rotate backups to save space.
I run rsync nightly, to the same directory, without running into any issues. Of course there are some configurations within rsync to keep in mind when going the route of one backup directory versus rotation, mainly regarding the fact that you want to tell rsync to delete files within the backup directory that are not within the source directory. I dont believe it is on by default, so something to keep in mind.
Reply With Quote