jendrikseipp / rednotebook

RedNotebook is a cross-platform journal
https://rednotebook.app
GNU General Public License v2.0
477 stars 109 forks source link

[feature request] Automatic/scheduled backups #710

Closed mdeguzis closed 1 year ago

mdeguzis commented 1 year ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Automatic backups to an alternate folder

Describe alternatives you've considered It would be nice to have this as a CLI option I can implement via cron myself so I can log output, or a way to just do it in the program

Versions:

jendrikseipp commented 1 year ago

Writing a cron job for this is straightforward: create a cron file that zips your journal dir and gives it a unique name (based on the date).