From 39e62b09b8fe738f5f6ed3ac9ce0553472fae445 Mon Sep 17 00:00:00 2001 From: 10 <2408212-10@users.noreply.gitlab.com> Date: Sun, 18 Nov 2018 03:02:39 +0100 Subject: [PATCH] fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34c06a3..fc70680 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can use the crontab of your host to schedule the backup and the container wi Example using the integrated Backup script. You can use Environment variables for database and backup location ```sh -docker run --rm --volumes-from=bitwarden registry.gitlab.com/1o/bitwarden_rs-backup/bw_backup /bachkup.sh +docker run --rm --volumes-from=bitwarden registry.gitlab.com/1o/bitwarden_rs-backup/bw_backup /backup.sh ``` If you want to run the sqlite commands manually you can use the following command