Re: does rsync not preserve directory mtimes?

2011-06-26 Thread Faheem Mitha
On Sun, 26 Jun 2011, Matt McCutchen wrote: From the man page: -b, --backup [...] Note that if you don’t specify --backup-dir, (1) the --omit-dir-times option will be implied, [...] Thanks for the fast explanation. I was using this flag out of force of habit.

Re: does rsync not preserve directory mtimes?

2011-06-26 Thread Matt McCutchen
On Mon, 2011-06-27 at 03:01 +0530, Faheem Mitha wrote: > I'm running the following command as a local copy command. > > faheem@bulldog:/mnt/data$ sudo rsync -abvz --super /data/ . > > Origin directory > > faheem@bulldog:/data$ ls -la > total 28 > drwxr-xr-x 7 root root 4096 Jun 26 08:34