[neurosetta] Syncing huge collections.
The Doctor What
docwhat at gerf.org
Thu Jul 24 21:32:49 PDT 2003
* Dan Berger (dberger at oubliette.org) [030724 20:54]:
> Not sure about ignoring case - but you might try the --size-only flag to
> rsync and see if that prevents the same files being copied again and
> again. Alternatively, you can specify -t which will preserve file times
> when copied and (on subsequent runs) might also help.
I'm having much better luck with this:
rsync $*\
--modify-window 60 \
--delete-excluded -vtrP \
--include '*.ogg' \
--include '*/' \
--exclude '*' \
/ogg/ /neuros/music/
The -t is (as you mention) saving the time stamps. However, it
seems that either FAT or something in the implimentation via USB is
causing the timestamps to occasionally be off, so I added the
--modify-window 60, which says that the time can be off by 60
seconds and still be considered the same.
The --size-only did help. Once I got things synced with
--size-only, I don't seem to need it anymore.
BTW: -n (aka --dry-run) helped me trouble shoot problems.
Thanks.
Ciao!
--
Support the American Kidney Foundation. Don't wear your motorcycle helmet.
The Doctor What: "What, Doctor What" http://docwhat.gerf.org/
docwhat *at* gerf *dot* org KF6VNC
--- >8 ----
List archives: http://www.xiph.org/archives/
Neurosetta homepage: http://www.neurosetta.org/
To unsubscribe from this list, send a message to 'neurosetta-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Neurosetta
mailing list