Results 1 to 5 of 5
Hi Team,
I want to write a script which will take a backup of my home directory. But will only backup the changes made in files not whole home directory. ...
- 12-05-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 22
Backup home directory
Hi Team,
I want to write a script which will take a backup of my home directory. But will only backup the changes made in files not whole home directory. I want to upload that on server. I don't have any idea. please help me.
- 12-05-2011 #2
For whole file rsync ... see here - I'm using the snapshot script at the bottom of the linked page
- 12-05-2011 #3Just Joined!
- Join Date
- Dec 2005
- Posts
- 9
rsync is good. First execution will copy everything. Subsequent executions will only copy changes. Use "--delete" option to remove deleted files from the backup if desired.
- 12-06-2011 #4Linux User
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 262
Of course, you could look at "Back in Time" which (uses rsync inside) and has a GUI and a scheduler as well. But unlike using rsync only, you can go back to a version of a file that has since been replaced by a newer version in the backup.
- 12-09-2011 #5
The script at the bottom of the page I linked to does a backup if sufficient has changed ... using date for the directory tree so you can access old information. There are lots of options but what works best is down to requirements and personal preference


Reply With Quote