Quote:
Originally Posted by BetterRed
A plugin to create zip archive of calibre's configuration folder at a designated location that would run when calibre is explicitly closed (i.e. not for a restart) - be good if it included a timestamp in the archive name - e.g. "20240108 120321 calibre config backup".
I know it can be done in a script but . . .
BR
|
Here I made a script to backup the config folder. I run it in Linux with the command python3 backup_calibre.py. This script must be given executable permissions with the command chmod +x backup_calibre.py
I hope it is useful