search for: ftp_backup

Displaying 2 results from an estimated 2 matches for "ftp_backup".

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/.prova.txt.2NZFm5" failed: Operation not supported (95) I...
2010 Apr 23
2
rysnc failure
...tinue. Maybe it has something to do with zfs, or that I am syncing hundreds of file systems with one rsync command that is syncing the hierarchical root of them e.g.: /usr/local/bin/rsync -av --exclude='*lost+found*' --delete --rsync-path="/usr/local/bin/rsync" /opt/ftp/ user@$FtP_backup:/opt/ftp/ Any comments/advice is appreciated. -- View this message in context: http://old.nabble.com/rysnc-failure-tp28287782p28287782.html Sent from the Samba - rsync mailing list archive at Nabble.com.