Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-27 | Use mapfile in backup apps | Igor Pashev | 1 | -2/+2 | |
Fix shellcheck warning SC2207: Prefer mapfile or read -a to split command output (or quote to avoid splitting). | |||||
2017-04-30 | (* BREAKING *) Avoid ambiguous options | Igor Pashev | 1 | -8/+8 | |
"either foo (listOf foo)" was not very useful and interfered proper merging. | |||||
2016-11-16 | nixpkgs 16.09: *backup: use pubring.kbx | Igor Pashev | 1 | -3/+3 | |
https://www.gnupg.org/faq/whats-new-in-2.1.html If no pubring.gpg is found, gpg defaults to the new keybox format and creates a pubring.kbx keybox file. If such a keybox file already exists, for example due to the use of gpgsm, it will also be used for OpenPGP keys. However, if a pubring.gpg is found and no keybox file with OpenPGP keys exists, the old pubring.gpg will be used. Take care: GnuPG versions before 2.1 will always use the pubring.gpg file and not know anything about keys stored in the keybox file. | |||||
2016-10-13 | Do not filter keys at application level | Igor Pashev | 1 | -4/+2 | |
It's done in the nixsap.deployment module See b24ae5d345aa84bdba20efbb4a14ddfc9bf39873 | |||||
2016-09-29 | Moved everything into ./modules | Igor Pashev | 1 | -0/+282 | |