[ale] backup copy /home/user

Jason Day jasonday at worldnet.att.net
Sun Jun 22 10:23:15 EDT 2003


On Sat, Jun 21, 2003 at 01:29:42PM -0400, James P. Kinney III wrote:
> Try archiving the data first.  Use 
> tar cvzpf home-user.tar.gz /home/user/*

The "*" at the end will not match any files beginning in ".", causing
the tar command to exclude any file or directory in /home/user that
begins with a ".".  Use
    tar cvzpf home-user.tar.gz /home/user
instead.

Jason
-- 
Jason Day                                       jasonday at
http://jasonday.home.att.net                    worldnet dot att dot net
 
"Of course I'm paranoid, everyone is trying to kill me."
    -- Weyoun-6, Star Trek: Deep Space 9
_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale





More information about the Ale mailing list