summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-10Borg: handle old borg versions and issue a warning if no archive is foundborg-fixesNicolas Schodet
The --last and --glob-archive options need borg version 1.1. Stop using these options and do the filtering in haskell. This had the side benefit of having better checkpoint filtering. Also issue a warning in case no archive is found.
2020-08-10Borg: fix restorationNicolas Schodet
When using borg extract, the result is extracted in the current directory. Also an archive name must be provided, so use the latest archive.
2020-08-10Borg.init: add the now required encryption type parameterNicolas Schodet
The encryption type is now a required parameter when creating a repository. Unless you use no encryption, you must provide the repository passphrase, for example: withPrivData (Password "backups") (Context "borg") $ \getdata -> property' "borg repo" $ \w -> getdata $ \privdata -> ensureProperty w $ Borg.init (Borg.BorgRepoUsing [Borg.UsesEnvVar ("BORG_PASSPHRASE", privDataVal privdata)] "/path/to/backups") Borg.BorgEncKeyfile
2020-05-01releasing package propellor version 5.10.2HEADmasterJoey Hess
2020-05-01Merge remote-tracking branch 'origin/master'Joey Hess
2020-05-01clean up after mergeJoey Hess
2020-05-01propellor spinJoey Hess
2020-05-01Apt.buildDepIn: Run build-dep command in a temporary directory, since it may ↵Joey Hess
sometimes not clean up all the files it creates.
2020-05-01setting up joeyconfig after mergeJoey Hess
2020-05-01Merge branch 'master' into joeyconfigJoey Hess
2020-04-10Fix typo in man pagePaul Ivanov
Signed-off-by: Paul Ivanov <pi@berkeley.edu>
2020-04-09(no commit message)sravikumar@b98554d12f31e17b71dd07098f122792ca8837ce
2020-04-06propellor spinJoey Hess
2020-04-02propellor spinJoey Hess
2020-04-02-v is version not vendorJoey Hess
2020-04-02propellor spinJoey Hess
2020-04-02automount passportJoey Hess
2020-04-02propellor spinJoey Hess
2020-04-02--location does not work with all versions, use -lJoey Hess
2020-04-01propellor spinJoey Hess
2020-04-01specify which hub as there are two connected nowJoey Hess
2020-03-25(no commit message)david
2020-03-23propellor spinJoey Hess
2020-03-23propellor spinJoey Hess
2020-03-23propellor spinJoey Hess
2020-03-23certbotJoey Hess
2020-03-22propellor spinJoey Hess
2020-03-22propellor spinJoey Hess
2020-03-22propellor spinJoey Hess
2020-03-22propellor spinJoey Hess
2020-03-05changelogJoey Hess
2020-03-05Add haskell-type-errors package on Arch LinuxRobin Munn
2020-02-25commentJoey Hess
2020-02-25changelogJoey Hess
2020-02-25Allow building with GHC 8.8Robin Munn
2020-02-20commentJoey Hess
2020-02-18Added a comment: One more thingrmunn@24f62461074e9165181dd6ec6ac66473353a24e9
2020-02-17Describe three different Haskell issues with bootstrapping on Archlinuxrmunn@24f62461074e9165181dd6ec6ac66473353a24e9
2020-02-16changelogJoey Hess
2020-02-16Merge branch 'joeyconfig'Joey Hess
2020-02-16Fix typo in Arch Linux dependenciesRobin Munn
2020-02-14add my user ssh key on honeybeeJoey Hess
2020-02-14Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2020-02-14Merge branch 'joeyconfig'Joey Hess
2020-02-14propellor spinJoey Hess
2020-02-14propellor spinJoey Hess
2020-02-14propellor spinJoey Hess
2020-02-14add back old keys for branchableJoey Hess
Otherwise ssh servers that only know of the old keys will complain of MITM
2020-02-14propellor spinJoey Hess
2020-02-14propellor spinJoey Hess