Displaying 1 result from an estimated 1 matches for "myusernamec".
Did you mean:
myusername
2009 Feb 08
0
rsync over ftp problem
Hi there,
I am trying to sync some local files to a shared host ftp account
(bluehost). Here is what I am trying (everything is in a bash script):
1. I mount the ftp location with curlftps with:
curlftpfs -o user=myusernamec@mydomain.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/.pro...