From 5bf452994f16c4e7a342958cdbd281ef73f9f952 Mon Sep 17 00:00:00 2001 From: Nicolas Chan Date: Sat, 21 Mar 2020 21:04:58 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 3bd3c68..36f3fae 100644 --- a/README.md +++ b/README.md @@ -183,10 +183,7 @@ export RESTIC_PASSWORD_FILE=$(pwd)/restic_password.txt /path/to/minecraft-backup/backup-restic.sh -c -s minecraft -i /path/to/minecraft-server/world -o /path/to/restic-backups ``` -When you automate this, you can set the environment variable in the command like so: -```bash -RESTIC_PASSWORD_FILE=/path/to/restic-password.txt /path/to/minecraft-backup/backup-restic.sh -c -s minecraft -i /path/to/minecraft-server/world -o /path/to/restic-backups -``` +See above for an example automating this using systemd timers. ## Help - Make sure the compression algorithm you specify is installed on your system. (zstd is not always installed by default)