From 35a29dc7ea89c6ece41eea18b8ab0694fcc45ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Fri, 3 May 2019 11:11:03 +0100 Subject: [PATCH] Make backup play nice --- tools/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/backup.sh b/tools/backup.sh index 0019a631..d878c867 100755 --- a/tools/backup.sh +++ b/tools/backup.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -restic -p "$HOME/.vault/restic-password-file" -r sftp:fetcher@brix:/mnt/data/backup-targets/ --exclude-file "$HOME/.vault/restic-exclude" --verbose backup "$HOME/" +benice restic -p "$HOME/.vault/restic-password-file" -r sftp:fetcher@brix:/mnt/data/backup-targets/ --exclude-file "$HOME/.vault/restic-exclude" --verbose backup "$HOME/"