After running rsync with the -a --delete source dest
arguments on my music library to my sd card I am getting the following errors.
default_perms_for_dir: sys_acl_get_file(Tears For Fears/Donnie Darko, ACL_TYPE_DEFAULT): No such file or directory, falling back on umask
rsync: mkstemp "/media/garrett/MUSIC-SD/Tears For Fears/Donnie Darko/.Mad World.mp3.yr2Xyc" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.0]
I don't really understand either one of these two erros. It's syncing from source to destination so how can it say 'No such file or directory'? If it's not there wouldn't it just copy it? And that's a very odd file '.Mad World.mp3.yr2xrc' that I can't even find when I look in the source directory myself. And I have no idea what 'ACL_TYPE_DEFAULT' is all about. Any ideas? Thanks.