Results 1 to 6 of 6
Hi folks,
FC5
I'm prepared using an USB enclosure as backup device for the data on /home/user
What I'm looking for is a tool/method whenever I save a file on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-24-2006 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Backup on USB enclosure
Hi folks,
FC5
I'm prepared using an USB enclosure as backup device for the data on /home/user
What I'm looking for is a tool/method whenever I save a file on /home/user a duplicate copy will be saved automatically on /mnt/point/of/usb_enclosure/home/user, similar to replication/mirroring. Please advise what tool shall I use? TIA
B.R.
satimis
- 08-24-2006 #2
Well, I'm sure that there's some sort of tool that will do this for you, but I don't know what it is. However, in the absence of such a thing, I would recommend you look into rsync, and just sync the USB directory to the home drive using a cronjob every night.
It's not quite the same as what you're looking for, but it may be workable, depending on how how exactly you need it.
- 08-24-2006 #3
- 08-24-2006 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
I'm just doing that very thing right now. However mine is strictly a backup, not a mirror. I am bzip-tarring the relevant directories now and later I will run a cron job to do differential backups based on the time of the last backup.
Check through the manpage for tar. The specific option is -m or -modification-time. This is the same method that is generally used for tape backups.
- 08-25-2006 #5Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Hi bigtomrodney,
Tks for your advice.
I'm doing the same way as yours and burn the compressed tarball on DVD.However mine is strictly a backup, not a mirror. I am bzip-tarring the relevant directories now
I'm reluctant to run incremental backup because the old files won't be deleted and replaced with the new file,and later I will run a cron job to do differential backups based on the time of the last backup.
Still such arrangement does not satisfy me in case of HD failure. Because there are sitll some files missing.
B.R.
satimis
- 08-25-2006 #6Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Hi Sam Liu,
Tks for your URL.
Visited its site and found following documents;
Documentation
Build Requirements
http://multisync.sourceforge.net/art...art&id=4&cat=1
Compiling
http://multisync.sourceforge.net/art...art&id=3&cat=1
Download multisync from sourceforge cvs
http://multisync.sourceforge.net/art...art&id=2&cat=1
Is there document relevent to my case. TIA
B.R.
sattimis


Reply With Quote
