From 5a5035fd33222964f9c345e057aabca55f97d03e Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 4 Oct 2025 06:34:11 -0700 Subject: [PATCH] Add `Docker` to Docker backup file. --- bin/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/backup.sh b/bin/backup.sh index 7d3d15e..d44e7a6 100755 --- a/bin/backup.sh +++ b/bin/backup.sh @@ -9,7 +9,7 @@ source $DIR/../source.env ## Variables ## -file="/tmp/Backup.zip" +file="/tmp/Backup-Docker.zip" time="`which time`" ## Main ##