Closed Stebs closed 1 year ago
See discussion here: https://bbs.archlinux.org/viewtopic.php?pid=2080784#p2080784 glitsj16 provided a working patch: https://gist.github.com/glitsj16/dae447c058aa5e263fbacc1f68a7e0d5 Another cosmetic change in the default psd.conf:
Still unclear why I had more than 5 backups to begin with though (when i left the Backup_limit variable at default (uncommented)). Maybe "# The default is to save the most recent 5 crash recovery snapshots." is currently not true?
See discussion here: https://bbs.archlinux.org/viewtopic.php?pid=2080784#p2080784 glitsj16 provided a working patch: https://gist.github.com/glitsj16/dae447c058aa5e263fbacc1f68a7e0d5 Another cosmetic change in the default psd.conf:
BACKUP_LIMIT=5 should be changed to:
BACKUP_LIMIT="5"
Still unclear why I had more than 5 backups to begin with though (when i left the Backup_limit variable at default (uncommented)). Maybe "# The default is to save the most recent 5 crash recovery snapshots." is currently not true?