From 1ea61af83a845004c9724cb0f1f8b1bb9ae05129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Parilli?= Date: Thu, 19 Aug 2021 18:35:57 -0400 Subject: [PATCH] Fixed typos at Usage Examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe6714a..571e727 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Note: This image carries latest 'qemu-utils' as of its base OS for internal proc `docker-virtnbdbackup \` -`virtnbdbackup -d -l full -o /mnt/-backups/` +`virtnbdbackup -d -l full -o /mnt/backups/` ### Incremental Backup: @@ -57,7 +57,7 @@ Note: This image carries latest 'qemu-utils' as of its base OS for internal proc `docker-virtnbdbackup \` -`virtnbdbackup -d -l inc -o /mnt/-backups/` +`virtnbdbackup -d -l inc -o /mnt/backups/` ### Restoration of Backup: