Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psy0rz committed Feb 7, 2021
1 parent 1da14c5 commit 628cd75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ rpool/swap autobackup:offsite1 false

The autobackup-property can have 3 values:
* ```true```: Backup the dataset and all its children
* ```false```: Dont backup the dataset and all its children. (used to exlude certain dataset)
* ```child```: Only backup the childeren off the dataset, not the dataset itself.
* ```false```: Dont backup the dataset and all its children. (used to exclude certain datasets)
* ```child```: Only backup the children off the dataset, not the dataset itself.

Only use the zfs-command to set these properties, not the zpool command.

Expand Down Expand Up @@ -663,7 +663,7 @@ for HOST in $HOSTS; do
done
```

This script will also send the backup status to Zabbix. (if you've installed my zabbix-job-status script)
This script will also send the backup status to Zabbix. (if you've installed my zabbix-job-status script https://github.com/psy0rz/stuff/tree/master/zabbix-jobs)

# Sponsor list

Expand Down

0 comments on commit 628cd75

Please sign in to comment.