Grant wrote: > I'm syncing from a USB disk to my hard disk like this: > > rsync -vr /path/to/usb/disk/dir/ /path/to/hard/disk/dir/ > > But the speedup is always 0.99 which I think means it is just copying > the files each time instead of syncing them. What could be wrong?
Missing -t option. (The -a option includes -t plus others.) Bob -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html