-
Notifications
You must be signed in to change notification settings - Fork 29
Auto create backups #62
Comments
Maybe we should consider this a "restore" safe, versus automatic backups. The main usecase I see for this is:
Simply [over]writing a |
This will not help if you remove an account by accident / change the password. |
Agreed, it won't, but I'm not convinced we should natively protect against that. By design the user must enter their master password to make any changes, which in itself provides protection against accidental changes. |
Removing an account by accident can happen quite easily. |
Wouldn't the
|
This way we only have an undo-history of 1. |
I see the value of keeping more than one backup. One downside is you could theoretically create a large number of backups, and that may be undesirable for certain users and/or certain backends. How do you feel about exposing a config option to disable this feature (with it enabled by default). # config.toml
# Snapshots will take a backup of your safe before each change. Default: true.
snapshots = false |
1Password keeps a maximum of 30 backups. Let's make this configurable to the user. The default should be at least 30. |
What do you think about making (parts of the) the configuration more user-accessible, by e.g. a new |
I think that's a fine idea.
This is an interesting idea. We could follow a similar pattern to the
This would certainly be an enhancement/feature add because this control is all available by editing the config file. |
This is really important. No one does backups until its too late ;)
Examples:
pick
is used)These settings should be user-configurable in the config file.
The text was updated successfully, but these errors were encountered: