Page 1 of 1

How to configure FTP backup

Posted: Mon Feb 23, 2015 2:22 am
by Shua613
does it use ftp or sftp?
Isn't ftp insecure?
How often does it run and when?
Can this be configured?
what about on another port?

Re: How to configure FTP backup

Posted: Tue Feb 24, 2015 8:46 pm
by skurudo
Shua613 wrote:does it use ftp or sftp?
Yep, http://vestacp.com/docs/#how-to-configure-ftp-backup
Shua613 wrote:Isn't ftp insecure?
Only if your traffic will be sniffed
Shua613 wrote:How often does it run and when?
Once a day, time you choose yourself
Shua613 wrote:Can this be configured?
Cron, but by deault you have one backup
Shua613 wrote:what about on another port?
v-add-backup-ftp-host remote.ftp-host.ltd:PORT backup-user p4ssw0rd

Re: How to configure FTP backup

Posted: Wed Feb 25, 2015 1:46 am
by Shua613
Thank you very much!