Displaying 1 result from an estimated 1 matches for "local_musi".
2008 Apr 05
1
Lower-case filenames on receiver side
Hi everybody,
i've been using rsync for quite some time to sync files between my
laptop and my desktop
for example i use the following to backup the music library (from Mac
to Linux)
> rsync -rvzu --exclude=.DS_Store --delete --exclude 'Podcasts/*'
> $LOCAL_MUSI $REMOTE_MUSIC >> $LOGFILE
An odd thing i always noticed is that some files were always copied,
even running the above command 2 times consecutively.
This was happening only for about 30 files in a library of 3000+ songs
and with some pdf documents,
so it seemed just some weirdness in the f...