Is reasonably safe to use rsync (without --delete option) to make my daily backups and keep only 1 copy on the backup server (instead of having multiple copies with rotations) ?

If I don't enable the --delete option, any backup file won't be ever deleted, correct ?

link|improve this question

Whether it's safe or not depends on what you are trying to backup. If it's anything critical you should probably have two backups or at least have your backup server RAID'ed. – slhck Jan 9 '11 at 12:15
feedback

1 Answer

up vote 1 down vote accepted

Files won't be deleted, but they'll be overwritten with modified versions. I wouldn't regard this as safe myself -- if you mess up a file and don't notice for a day, then you've lost the good version.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.