i have a vps with CPANEL/WHM installed on it and i want copy daily backups to another ftp server that is running on it direct admin.
i need know ,how do it.???
I put the following command in the Cronjob file but it isn't work.it seems need ftp password or ssh key to verify access permission or some thing like this to work.
anybody can help me?
0 4 * * * rsync -vaP --bwlimit=1500 /backup/cpbackup/daily/*.tar.gz [email protected]_ftp_IP:/home/user/backups/daily/
i need know ,how do it.???
I put the following command in the Cronjob file but it isn't work.it seems need ftp password or ssh key to verify access permission or some thing like this to work.
anybody can help me?
0 4 * * * rsync -vaP --bwlimit=1500 /backup/cpbackup/daily/*.tar.gz [email protected]_ftp_IP:/home/user/backups/daily/