Page 1 of 1

[Solved] Backup to S3/SFTP

Posted: Fri Jan 20, 2023 6:53 pm
by StevenK
Would be nice to have some form of zipped export of all the configs to be able to be stored on S3 or local FTP server. For example those of us who have their networks down and need to get the config may not be able to reach it. But if we had a copy on a local FTP store we could grab it there.

Re: Backup to S3/SFTP

Posted: Fri Jan 20, 2023 7:03 pm
by Vik@Unimus
You should be able to do it quite easily by using our backup exporter

https://blog.unimus.net/unimus-backup-exporter/

it could be combined with some simple script to first run the exporter, then optionally pack all exported backups (the exporter can export latest or all backups) into an archive upload the archive or just the whole exported folder to a cloud or some file server.

Alternatively, the exporter also supports uploading exported backups to Git.

Re: [Solved] Backup to S3/SFTP

Posted: Fri Jan 20, 2023 7:31 pm
by StevenK
Oh I didn't know it existed thanks!