Add UTF-8 autodetection for FTP, to better work with non-Latin characters
Ensure files are not duplicated in zip file with circular links
Background tasks are now properly cancelled with appropriate console warnings when the server is force shut-down, rather than spilling errors everywhere
Fixed error messages for ftp upload failure
Add warning message when tasks are cancelled on server shutdown
This is a quick fix that makes backups occur regardless of there being certain problematic files. It will skip those files, and print an error, rather than erroring out and stopping the backup.
This update now has a
complete cron implementation, allowing for the use of other cron features, such as step operators. On the server startup, as well as with /ebackup reload, you can now see a description of your configured cron task. The option
delete-after-upload was also added to the config (you have to manually add it if upgrading).
This update adds
key based authentication for SFTP. In order to use it, you will have to
manually add the config keys. Refer to the default config.yml on the front page.