Browse Source

fix(audit): clarification of command

pull/1968/head
Chris 2 years ago committed by Christopher Fremond
parent
commit
873f80a27a
  1. 4
      subjects/devops/backup_manager/audit/README.md

4
subjects/devops/backup_manager/audit/README.md

@ -76,8 +76,8 @@ $ cat logs/backup_manager.log
```bash ```bash
mkdir testing testing2; touch testing/file1 testing/file2 testing/file3 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;[Current_hour];backup_test"
python3 ./backup_manager.py create "testing;13:11;backup_test". python3 ./backup_manager.py create "testing;13:11;backup_test"
python3 ./backup_manager.py start python3 ./backup_manager.py start
python3 ./backup_manager.py backups python3 ./backup_manager.py backups
``` ```

Loading…
Cancel
Save