Carlos E. R. wrote:
>
> The Monday 2007-06-18 at 07:13 +0200, Jon Clausen wrote:
>
> > cp -a /mnt/* /home/
>
> I prefer rsync:
>
> rsync -av /mnt/ /home/
>
> It maintains stamps. It can be halted and restarted without copying what
> already exists.
>
I thought "cp -a" preserved time stamps.  Take a look at the -p option,
which -a includes.

-- 
Use OpenOffice.org <http://www.openoffice.org>

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to