From 873f80a27a37f3f843525cb3f28ce908ed391973 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 18 Apr 2023 14:37:19 +0200 Subject: [PATCH] fix(audit): clarification of command --- subjects/devops/backup_manager/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/devops/backup_manager/audit/README.md b/subjects/devops/backup_manager/audit/README.md index c17204b56..a631a0bae 100644 --- a/subjects/devops/backup_manager/audit/README.md +++ b/subjects/devops/backup_manager/audit/README.md @@ -76,8 +76,8 @@ $ cat logs/backup_manager.log ```bash mkdir testing testing2; touch testing/file1 testing/file2 testing/file3 -python3 ./backup_manager.py create "testing;[Current_hour];backup_test". -python3 ./backup_manager.py create "testing;13:11;backup_test". +python3 ./backup_manager.py create "testing;[Current_hour];backup_test" +python3 ./backup_manager.py create "testing;13:11;backup_test" python3 ./backup_manager.py start python3 ./backup_manager.py backups ```