diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-25 18:52:34 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-25 18:52:34 -0400 |
| commit | 87f4281250d09d53c5cf399e7286520bfdcc387d (patch) | |
| tree | 42c7a5989b2a260a28685f65b712b8218e3a2510 /src | |
| parent | e535a28a6fec47d76ad15d51c100d22a7e2e7534 (diff) | |
clarify comment
And, the borg property adds a :: , so don't need that in the use on
branchable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Borg.hs | 4 | ||||
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/Branchable.hs | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Propellor/Property/Borg.hs b/src/Propellor/Property/Borg.hs index 7ed39794..c02c5fb5 100644 --- a/src/Propellor/Property/Borg.hs +++ b/src/Propellor/Property/Borg.hs @@ -92,8 +92,8 @@ restored dir backupdir = go `requires` installed -- > ["--exclude=/srv/git/tobeignored"] -- > [Borg.KeepDays 7, Borg.KeepWeeks 4, Borg.KeepMonths 6, Borg.KeepYears 1] -- --- Note that this property does not make borg encrypt the backup --- repository. +-- Note that this property does not initialize the backup repository, +-- so that will need to be done once, before-hand. -- -- Since borg uses a fair amount of system resources, only one borg -- backup job will be run at a time. Other jobs will wait their turns to diff --git a/src/Propellor/Property/SiteSpecific/Branchable.hs b/src/Propellor/Property/SiteSpecific/Branchable.hs index a818f750..ce679083 100644 --- a/src/Propellor/Property/SiteSpecific/Branchable.hs +++ b/src/Propellor/Property/SiteSpecific/Branchable.hs @@ -39,7 +39,7 @@ server hosts = propertyList "branchable server" $ props & Postfix.installed & Postfix.mainCf ("mailbox_command", "procmail -a \"$EXTENSION\"") - & Borg.backup "/" "joey@eubackup.kitenet.net:/home/joey/lib/backup/branchable/pell.borg::{now}" Cron.Daily + & Borg.backup "/" "joey@eubackup.kitenet.net:/home/joey/lib/backup/branchable/pell.borg" Cron.Daily [ "--exclude=/proc/*" , "--exclude=/sys/*" , "--exclude=/run/*" |
