:I am wondering how you exactly do the backup. You probably just copy
:over the modified files, right? But how do you determine which files
:have been modified? Do you use some md5 checksum (which is expensive!)
:or just the mtime?
:
:Would be even better to use something like rsync, right?
:
:Regards,
:
: Michael
My backups? The backup box NFS mounts all the partitions from the other
boxes that I want to backup, and I use cpdup. With UFS I used the
hardlink trick to create a daily snapshot. With HAMMER I just cpdup
to the same targets and create @@ softlinks to the snapshots.
The off-site backup at the moment runs cpdup over a ssh link to the
off-site backup box. That box is running linux so it uses the hardlink
trick. RSync would be reasonable there, and in fact I might switch
to it for the remote backups. But I far prefer using NFS/cpdup for the
LAN backups.
-Matt
Matthew Dillon
<dillon@backplane.com>| Greg Kroah-Hartman | [PATCH 002/196] Chinese: rephrase English introduction in HOWTO |
| Kok, Auke | Re: Linux 2.6.21-rc1 |
| Greg KH | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Jeff Garzik | Re: [Patch v2] Make PCI extended config space (MMCONFIG) a driver opt-in |
git: | |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 15/37] dccp: Set per-connection CCIDs via socket options |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Eric Dumazet | [PATCH] net: remove superfluous call to synchronize_net() |
