From 4037a3ae13d539a9624751dfcce28a429da1edbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 18 Apr 2019 19:09:54 +0200 Subject: [PATCH] Fix path --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 32c0406..5c6e6c9 100755 --- a/backup.sh +++ b/backup.sh @@ -89,6 +89,6 @@ for backup_dir in "${backup_sources[@]}" ; do | aws \ s3 cp \ - \ - "s3://${bucket}/${name}-${timestamp}/${dir##%/}.tar.gz.gpg" + "s3://${bucket}/${name}-${timestamp}/${dir##/}.tar.gz.gpg" done done