summaryrefslogtreecommitdiffhomepage
path: root/BackupLog.hs
Commit message (Collapse)AuthorAge
* change json serialization for backup log once againJoey Hess2016-09-22
| | | | Adding field accessors makes the json nicer.
* In --autostart mode, check for gpg keys that have not been backed up, and ↵Joey Hess2016-09-22
| | | | | | | | offer to back them up. Only ask once per key. This commit was sponsored by Thomas Hochstein on Patreon.
* improve layoutJoey Hess2016-09-22
|
* change backup log format so it can also log when backup of a key was skippedJoey Hess2016-09-22
This will be used later when keysafe --autostart prompts if the user wants to back up their gpg key. Making the change now before the backup log format gets frozen. This commit was sponsored by Josh Taylor on Patreon.