Created
July 22, 2016 14:44
-
-
Save faizanayubi/34a134bc2523652995f4fc0077aaf8be to your computer and use it in GitHub Desktop.
Fixed: FTP Backup VestaCP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Switch to root | |
2. configure FTP backup command usage | |
/usr/local/vesta/bin/v-add-backup-host TYPE HOST USERNAME PASSWORD [PATH] [PORT] | |
example - /usr/local/vesta/bin/v-add-backup-host ftp ftpserver.com user password /home/user 21 | |
(replace with your ftp server details) | |
3. verify that ftp server is added successfully | |
nano /usr/local/vesta/conf/ftp.backup.conf | |
4. Now backup all files | |
/usr/local/vesta/bin/v-backup-users | |
if the following doesnot work | |
check the remote server firewall or your current server firewall status | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment