Anyone ever have an issue using rsync and trying to copy big files? I have a 4.3G zip file and when I try to backup using:
rsync -av --delete --exclude="Library/Caches" * /Volumes/"SEA_DISK 2"/Pete/
I get to that file and it chokes, telling me 'file to big'.
rsync -av --delete --exclude="Library/Caches" * /Volumes/"SEA_DISK 2"/Pete/
I get to that file and it chokes, telling me 'file to big'.