Skip to content

Commit

Permalink
[squash]
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed Oct 21, 2024
1 parent d8111bc commit 11bcf3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ Check total size of all inc backups:
check_bareos.py status -b -i -w 400 -c 500
```

Check if a full backup has 0 Bytes(is Empty) and trigger warning if more than one is empty, critical when more than five are empty:
Check if a full backup has 0 Bytes(is Empty) and trigger warning if more than one is empty, critical when between 5 and 10 are empty:

```bash
check_bareos.py status -e -f -w 1 -c 5
check_bareos.py status -e -f -w 1 -c @5:10
```

Check if a diff/inc backup is larger than 2 TB (default value) and trigger warning if more than one is empty, critical when more than five are empty:
Expand Down

0 comments on commit 11bcf3d

Please sign in to comment.