GoboLinux - Fun with File System Hierarchy
Posted Jan 22, 2004 11:49 UTC (Thu) by
nix (subscriber, #2304)
In reply to:
GoboLinux - Fun with File System Hierarchy by ptr
Parent article:
GoboLinux - Fun with File System Hierarchy
Unfortunately, sometimes symlinks themselves contain information in their target, thus you cannot simple use "follow symlinks" in your backups.
Well, no: you really have to back up the symlinks *as symlinks*, and similarly for all other non-regular filetypes (or the first time you hit a non-connected FIFO, or /dev/zero, you'll never come back).
Every halfway-competent backup program does this, even `cp -a'.
(
Log in to post comments)