summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-12-24 15:35:21 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2018-12-24 15:35:47 -0500
commit34261cdf52757ae7512d0890cf80103871e40f3e (patch)
treeb3b8d043e1ca6aaedf6494308735dcce5b4483af
parentb36078f2cdc97f8c3a446b5d05b68ceca806c43e (diff)
Revert "mgmt-backup: Also prune full backups"
This reverts commit b36078f2cdc97f8c3a446b5d05b68ceca806c43e.
-rw-r--r--config-parabola-mgmt-backup.PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-parabola-mgmt-backup.PKGBUILD b/config-parabola-mgmt-backup.PKGBUILD
index b2d1e40..3a896f7 100644
--- a/config-parabola-mgmt-backup.PKGBUILD
+++ b/config-parabola-mgmt-backup.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20181224
+pkgver=20181224.1
package() {
preamble
@@ -55,7 +55,7 @@ add-file -m755 etc/systemd/system/backup <<EOF
--full-if-older-than=1M # full backup every month
)
prune_args=(
- remove-all-but-n-full 2 --force
+ remove-all-inc-of-but-n-full 2 --force
)
declare -A backups