: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>
| Linus Torvalds | Linux 2.6.27 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Christoph Lameter | Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures |
| Rafael J. Wysocki | [Bug #10669] ACPI: kmemcheck: Caught 16-bit read from freed memory (f7c12ec6) |
git: | |
| Johannes Sixt | [PATCH 03/40] Add target architecture MinGW. |
| Eivind LM | Split a subversion repo into several git repos |
| Carl Baldwin | Revisiting large binary files issue. |
| Anatoly Yakovenko | GIT_SSL_NO_VERIFY=1 over http doesn't ignore a different ip address for the signed... |
| Linux Kernel Mailing List | i.MX3: make SoC devices globally available |
| Linux Kernel Mailing List | [MACVLAN]: Update Kconfig to refer to iproute |
| Linux Kernel Mailing List | MXC: Remove WD IRQ priority setting |
| Linux Kernel Mailing List | ARM: DaVinci: i2c setup |
| Marcos Laufer | dmesg IBM x3650 OpenBSD 4.3 |
| Richard Stallman | Real men don't attack straw men |
| Kevin Neff | Patching a SSH 'Weakness' |
| Pieter Verberne | Remove escape characters from file |
| How to make my PCIE ATA storage device running in Linux | 1 hour ago | Linux general |
| sata/ide timeout errors on asus server-mb | 4 hours ago | Linux kernel |
| Shared swap partition | 5 hours ago | Linux general |
| usb mic not detected | 9 hours ago | Applications and Utilities |
| Problem in Inserting a module | 10 hours ago | Linux kernel |
| Treason Uncloaked | 16 hours ago | Linux kernel |
| high memory | 2 days ago | Linux kernel |
| semaphore access speed | 3 days ago | Applications and Utilities |
| the kernel how to power off the machine | 3 days ago | Linux kernel |
| Easter Eggs in windows XP | 3 days ago | Windows |
