On Saturday 05 Jul 2003 07:13, Zack Gilburd wrote:
> Heh.... You're lucky, just -a won't preserve file permissions. :P

From man:rsync

rsync -avz foo:src/bar /data/tmp
"
this would recursively transfer all files from the directory src/bar on 
the machine foo into the /data/tmp/bar directory on the local machine.  
The  files  are  transferred  in  "archive" mode, which ensures that 
symbolic links, devices, attributes, permissions, ownerships etc are 
preserved in the transfer.  Additionally,  compression will be used to 
reduce the size of data portions of the transfer.
"
Peter
-- 
==================================================
Gentoo Linux:   Gentoo Base System version 1.4.3.8p1
kernel-2.4.22_pre2-gss i686 AMD Athlon(tm) XP 1600+
==================================================


--
[EMAIL PROTECTED] mailing list

Reply via email to