ispCP - Board - Support
proftpd for daily ftp backup - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: proftpd for daily ftp backup (/thread-10010.html)



proftpd for daily ftp backup - adivor - 03-15-2010 06:07 PM

Hello to all,

i see this perfect script but...

http://www.isp-control.net/documentation/doku.php?id=howto:backup:remote_ftp_backup

i use proftpd not ncftp, anyone can convert for proftpd?


RE: proftpd for daily ftp backup - kilburn - 03-15-2010 06:21 PM

ProFTPD is an FTP server, whereas ncftp is an FTP client. They serve different purposes, so you can install them both. Hence, just install ncftp to your server if you want to use that script.


RE: proftpd for daily ftp backup - adivor - 03-15-2010 06:27 PM

thanks i complete my server with this:

apt-get install ncftp

Smile thanks


RE: proftpd for daily ftp backup - adivor - 03-16-2010 05:49 PM

I saw this morning this error:


Bareword found where operator expected at /var/www/ispcp/engine/backup/ispcp-bac kup-all line 369, near "/var/www"
(Missing operator before www?)
syntax error at /var/www/ispcp/engine/backup/ispcp-backup-all line 369, near "/v ar/www"
Execution of /var/www/ispcp/engine/backup/ispcp-backup-all aborted due to compil ation errors.

If I run:

/var/www/ispcp/engine/backup/upload-ispcp-backup yes

work property


RE: proftpd for daily ftp backup - adivor - 03-18-2010 10:55 AM

up up