Answer the question
In order to leave comments, you need to log in
Why is the archive corrupted after being sent from one server to another via ftp?
I archive the backup, send it to another server with a script:
cd $BACKUP
DUMPFILE=mysql-$NOW.tar.gz
$FTP -n $FTPS <<END_SCRIPT
quote USER $FTPU
quote PASS $FTPP
cd $FTPD
put $DUMPFILE
quit
END_SCRIPT
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question