rsync backup folder to a Backup FTP

ITDevil

Verified User
Joined
Feb 2, 2007
Messages
53
Hi

I am trying to create script which upload backup folder daily to a remote ftp. the built in System Backup feature but it create a backup but doesn't to transfer it to the ftp

Code:
Performing sanity checks: Completed
Checking load average: Completed
Checking free disk space: Completed
Performing MySQL backup
Stage 1 MySQL backup: Completed
Stage 2 MySQL backup: Stage 3 MySQL backup:
Dumping database admin_xxx: Completed
Dumping database da_roundcube: Completed
Dumping database mysql: Completed
Dumping database xxx_e107: Completed
Dumping database test: Completed
Performing backup transfer to 89.xxx.xxx.xxx: Completed
Performing cleanup operations: Completed

anyone know how can i setup a cron with rsync to daily copy backups to the ftp

Code:
rysnc -aw /backups ftp://0.0.0.0/

Thank you!
 
Back
Top