Displaying 2 results from an estimated 2 matches for "ftp_backups".
Did you mean:
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 b...
2010 Apr 23
2
rysnc failure
Hello,
I have been using rsync to sync data from 1 ftp server to a backup ftp
server. Both servers are Solaris 10 X86, and the file systems being synced
are a few hundred zfs user data file-systems under the parent/root ftp
area. I noticed an unexpected problem in the sync log files, one of the
user data directories had bumped up against it's quota, and failed to write
the data. That is