Quick, Unsecured Backup Over FTP
I wanted something that I could easily set as a cron job, and
the following works quite decently. For some reason the same construct does not seem to work with sftp, so if you’ve got any kind of sensitive data you probably shouldn’t use this.
wget -r ftp://user:pass@domain[/folder]