Fenrus icon indicating copy to clipboard operation
Fenrus copied to clipboard

Request for automated backups of config every x days for 2-3 days

Open Frooodle opened this issue 2 years ago • 1 comments

Request for automated backups of config every day for 2-3 days (or trigger when its a new day and config is changed?) Can just happen in background and give a user a manual way of restoring if something happens

Frooodle avatar Apr 30 '22 16:04 Frooodle

Added cron jobs for uptime, so ill make a cron job for this as well.

revenz avatar Aug 14 '22 06:08 revenz

actually this should be done by an external process. eg if using unRAID can use appdata backup plugin. in the dotnet rewrite, theres only 3 files to backup.

  • Fenrus.db
  • encryptionkey.txt
  • key-{guid}.xml (if exists)

revenz avatar Mar 28 '23 19:03 revenz