summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2023-06-27 19:05:15 +0200
committerNarrat2023-06-27 19:05:15 +0200
commita500d9ce1563cc843534293e7bc950305942f3fa (patch)
treebdc6440d726778019c9d0f18ff6a2910605cb07c /PKGBUILD
parent741d343d3fbb8eebbc89df83e7716f23f6f2da3e (diff)
downloadaur-backup2l.tar.gz
backup2l: add config to backup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecbbecbc1a3f..0ff51b6d54e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="Low-maintenance backup/restore tool"
arch=('any')
url="https://gkiefer.github.io/backup2l/"
license=('GPL')
+backup=('etc/backup2l.conf')
depends=('awk' 'bash' 'findutils' 'grep' 'gzip' 'sed')
optdepends=('bzip2: external compressor'
'cron: for the daily backup')