[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: backup and hidden files in tar
- From: Cameron Simpson <cs zip com au>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: backup and hidden files in tar
- Date: Fri, 23 Jul 2004 10:57:02 +1000
On 18:17 22 Jul 2004, J.L. Coenders <fedora universalgrid nl> wrote:
| How do I include backup and hidden files in my tar archives? I want a complete
| backup of my home directory, including all settings.
Tar doesn't treat any files specially. Nor do most UNIX tools.
Notions like "backup" or "hidden" are purely in your own mind.
The nearest you get to "hidden" files on UNIX is the "ls" command, that
doesn't bother showing files whose names commence with "." unless you
give the -a option, and shell globs, which don't match a leading ".".
So tar will archive your whoile directory for you without any special
options.
Cheers,
--
Cameron Simpson <cs zip com au> DoD#743
http://www.cskk.ezoshosting.com/cs/
The hardest years in life are those between ten and seventy.
- Helen Hayes (at age 84)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]