Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I back up a Linux PC?
#7
Well, you certainly learned about recursion!

The nature of the UNIX filesystem is that / is the root. Backing that up and everything on it implies that the entire hard drive (and all partitions) will be backed up.

If you are backing up to the same machine, you might want to read the 'tar' man page. Tar will capture all the information needed to recreate a directory and its contents exactly as found. It also takes options that allow you to exclude certain directories ( /dev/ , /Volumes/ , /automount/ , /Network/ and /.vol/ all come to mind as do-not-copy candidates ), restrict archiving to a single volume, and allows you to specify where the tar output goes--to a file or a pipe.

MacOS X tar is the GNU tar, and should be from the same code base as Linux' tar.
Reply


Messages In This Thread
How do I back up a Linux PC? - by ztirffritz - 04-07-2006, 04:01 AM
Re: How do I back up a Linux PC? - by Seacrest - 04-07-2006, 04:11 AM
Re: How do I back up a Linux PC? - by ztirffritz - 04-07-2006, 04:23 AM
Re: How do I back up a Linux PC? - by Seacrest - 04-07-2006, 05:11 AM
Re: How do I back up a Linux PC? - by ztirffritz - 04-07-2006, 05:41 AM
Re: How do I back up a Linux PC? - by ztirffritz - 04-07-2006, 05:49 AM
Re: How do I back up a Linux PC? - by TheCaber - 04-07-2006, 03:07 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)