On Fri, Jan 3, 2014 at 12:39 PM, Bill Dorrian wrote:
> The script that I'm running works - sort of - in that it syncs the files;
> but it syncs their parent directories too, which I'm trying to avoid.
--files-from implies -R (--relative), which tells rsync to include the path
info. If you don't
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I don't know of a simple solution that would work with both --delete
and with any number of files but here is an idea...
Make an additional folder and link all the mp3 files into it then
rsync that folder...
rm -rf /backup/Music.flat
mkdir /backup/Mu