aboutsummaryrefslogtreecommitdiff
path: root/modules/apps/pgbackup.nix
AgeCommit message (Collapse)AuthorFilesLines
2019-06-06Allow a postgres package per pg_dump commandIgor Pashev1-8/+3
To improve modularity.
2019-06-04Let specify a package for pgbackupIgor Pashev1-2/+9
2019-05-27Use mapfile in backup appsIgor Pashev1-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 optionsIgor Pashev1-10/+10
"either foo (listOf foo)" was not very useful and interfered proper merging.
2016-11-16nixpkgs 16.09: *backup: use pubring.kbxIgor Pashev1-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-13Do not filter keys at application levelIgor Pashev1-2/+2
It's done in the nixsap.deployment module See b24ae5d345aa84bdba20efbb4a14ddfc9bf39873
2016-09-29Moved everything into ./modulesIgor Pashev1-0/+337