[PLUG] Changing hardware but keeping system intact

Russ Johnson russj at dimstar.net
Wed Oct 30 22:13:00 UTC 2002


* Greg Long <plug at maneuveringspeed.com> [2002-10-30 13:39]:
> Good point on permissions. I used for example to archive the /usr dir:
> 
> tar -czf usr.tgz /usr
> 
> Shouldn't that do the deal?  If not, it's no big, as these backups are
> two weeks old. I will do this early morn on a weekend most likely.

I would add a 'p' to that list of options:

$tar -zcpvf tarball.tar.gz /source

'p' is 'p'ermissions.

The 'v' would be optional, but causes 'v'erbos output. 

-- 
Russ Johnson
Dimension 7/Stargate Online
http://www.dimstar.net

Random thought #4 (Collect all 17)
"Life does not have to be perfect to be wonderful." - Annette Funicello




More information about the PLUG mailing list