Displaying 1 result from an estimated 1 matches for "2nzfm5".
Did you mean:
2nzcm
2009 Feb 08
0
rsync over ftp problem
...in.com:mypassword ftp://ftp.mydomain.com
~/ftp_backups
2. I then try to sync the files
rsync -a -r --no-o --no-g --safe-links --exclude=mkstemp --progress
/somefolder ~/ftp_backups/someotherfolder/
and it all goes bonkers in the form of this error:
rsync: mkstemp "/someotherfolder/.prova.txt.2NZFm5" failed: Operation not
supported (95)
I believe this has something to do with all files in the ftp mount being
owned by root instead of my user, but at this point I don't know what to do.
I tried many options and managed to get rid of a previous chgrp error, but I
couldn't find anythi...