From 9b62f8c4b7ac1289520d9e791b574161d476f187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 24 Feb 2020 16:13:06 +0100 Subject: [PATCH] Fix restic backup script --- bin/restic-backup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/restic-backup b/bin/restic-backup index ff768c6..0d211a0 100755 --- a/bin/restic-backup +++ b/bin/restic-backup @@ -1 +1,2 @@ +#!/usr/bin/env bash restic -r rclone:gdrive:restic --password-file=$HOME/restic_password backup --exclude-file=$HOME/restic_exclude.lst $HOME