Skip to content

Instantly share code, notes, and snippets.

@faizanayubi
Created July 22, 2016 14:44
Show Gist options
  • Save faizanayubi/34a134bc2523652995f4fc0077aaf8be to your computer and use it in GitHub Desktop.
Save faizanayubi/34a134bc2523652995f4fc0077aaf8be to your computer and use it in GitHub Desktop.
Fixed: FTP Backup VestaCP
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