Logo 
Search:

Unix / Linux / Ubuntu Forum

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds

smart backups

  Date: Dec 27    Category: Unix / Linux / Ubuntu    Views: 356
  


I did a backup two months back because I thought a massive crash was going to
cause me to reinstall the OS. Well, I want to update my backup but doing it all
by hand is a freakin pain.

Im looking for something in the form of a 'smart' backup. Something that can
tell that a folder has changed, more files have been added, a file has changed.
Something like that.

Is there such a thing?

Share: 

 

1 Answer Found

 
Answer #1    Answered On: Dec 27    


I use rsync for backups. If you use the right options I think it can do
what you are asking for eg.

rsync -tr --delete source destination

copies all files and directories the first time you use the command.
Next time it will only copy new and changed files. Furthermore it will
delete files from dest which no longer exist on the source. There's a
graphical interface for rsync - grsync - which is also in synaptic. Hope
this helps.

Oh, and by the way, the upgrade to 8.04 went smooth, no problems, the
only thing I miss is xmms like a few others.

 
Didn't find what you were looking for? Find more on smart backups Or get search suggestion and latest updates.




Tagged: