diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-10-10 13:34:31 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-10-10 13:34:31 +0200 |
commit | 6b736c31b540720bb38e8411b60057013d413fef (patch) | |
tree | 1bb899b431c28cf817a73c6904eecb5b04b4524a /last-backups.in | |
parent | 7ee0416a6af469cc61e65649ec6fc20a36b6fe37 (diff) | |
download | hardlinkedBackups-6b736c31b540720bb38e8411b60057013d413fef.tar.xz |
rename backup -> hardlinked-backup
* avoid file conflict with tar's /usr/bin/backup script
Diffstat (limited to 'last-backups.in')
-rwxr-xr-x | last-backups.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/last-backups.in b/last-backups.in index 61117d0..a636f46 100755 --- a/last-backups.in +++ b/last-backups.in @@ -71,7 +71,7 @@ do ' ) ) - if [ -f "/tmp/${backupID}.pid" ] && pgrep '(^|/|\s)backup\S*$' | grep -qxF "$(cat "/tmp/${backupID}.pid")"; then + if [ -f "/tmp/${backupID}.pid" ] && pgrep '(^|/|\s)hardlinked-backup\S*$' | grep -qxF "$(cat "/tmp/${backupID}.pid")"; then laeuft='_laeuft' else laeuft='' |