Hi,
Our hoster has put some shiny new FTP servers to our use and I want to put my dump backups on them.Can I simply change the example for dump over ssh to put it on the ftp server? Like
Probably it ain't so simple (it never is
) Or is using something like sysutils/fusefs-libs a better alternative to piping something over
And another question remains: How does FreeBSD handle incremental dumps? Does it need access to the initial dump to determine which incremental parts need to be backed up?
Our hoster has put some shiny new FTP servers to our use and I want to put my dump backups on them.Can I simply change the example for dump over ssh to put it on the ftp server? Like
# dump -C16 -b64 -0uanL -h0 -f - / | gzip -2 | ftp [url=ftp://user@backup.something.com/root.dump.gz]ftp://user@backup.something.com/root.dump.gz[/url]?Probably it ain't so simple (it never is
ftp?And another question remains: How does FreeBSD handle incremental dumps? Does it need access to the initial dump to determine which incremental parts need to be backed up?