summarylogtreecommitdiffstats
path: root/pre-kernel-upgrade-rsync
diff options
context:
space:
mode:
authorMarkus Schanz2018-01-07 20:34:31 +0100
committerMarkus Schanz2018-01-07 20:36:38 +0100
commit98f0cf1a4fafd827266009d78bf193b690942068 (patch)
tree4bdb25248f4ad82dec44ca5cf9f3558135577bc8 /pre-kernel-upgrade-rsync
parent766320157ec3499c287e88d48ee02cb6c1e104b6 (diff)
downloadaur-98f0cf1a4fafd827266009d78bf193b690942068.tar.gz
The backup is now performed prior AND after a package upgrade!
Diffstat (limited to 'pre-kernel-upgrade-rsync')
-rw-r--r--pre-kernel-upgrade-rsync5
1 files changed, 0 insertions, 5 deletions
diff --git a/pre-kernel-upgrade-rsync b/pre-kernel-upgrade-rsync
deleted file mode 100644
index a7452894e047..000000000000
--- a/pre-kernel-upgrade-rsync
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-[[ -f /etc/pacman-boot-backup.conf ]] && . /etc/pacman-boot-backup.conf
-
-/usr/bin/rsync -azq --delete "${BACKUP_PATH_SRC:-/boot/}" "${BACKUP_PATH_DEST:-/.bootbackup}"