summarylogtreecommitdiffstats
path: root/50_bootbackup.hook
diff options
context:
space:
mode:
authorMarkus Schanz2018-01-05 22:32:38 +0100
committerMarkus Schanz2018-01-05 22:50:37 +0100
commit766320157ec3499c287e88d48ee02cb6c1e104b6 (patch)
tree3dc7f692497ef5b1ccf30f67110f2924b5e395e4 /50_bootbackup.hook
parente50ce5ebdecae990efb103fc1d8836eba455d7a9 (diff)
downloadaur-766320157ec3499c287e88d48ee02cb6c1e104b6.tar.gz
Make location of the backup path (source & destination) configurable
Diffstat (limited to '50_bootbackup.hook')
-rw-r--r--50_bootbackup.hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/50_bootbackup.hook b/50_bootbackup.hook
index bb0fe452b2a9..bdc3853b748b 100644
--- a/50_bootbackup.hook
+++ b/50_bootbackup.hook
@@ -10,5 +10,5 @@ Target = systemd
Description = Backing up /boot...
When = PreTransaction
Depends = rsync
-Exec = /usr/bin/rsync -azq --delete /boot/ /.bootbackup
+Exec = /usr/share/libalpm/scripts/pre-kernel-upgrade-rsync
AbortOnFail