docs: update Infrastructure/backup-infrastructure

This commit is contained in:
Antoine Martin 2025-02-15 21:59:30 +00:00 committed by Wiki Admin
parent 68508d2f7e
commit 736bdcd124

View file

@ -2,7 +2,7 @@
title: Backup infrastructure title: Backup infrastructure
description: description:
published: true published: true
date: 2025-02-15T21:31:44.913Z date: 2025-02-15T21:59:27.423Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-02-15T21:28:29.716Z dateCreated: 2025-02-15T21:28:29.716Z
@ -31,3 +31,9 @@ On the PBS server
> $ zfs allow -u \$guid clone,create,destroy,mount,receive,rollback,send,snapshot data/pbs/\$user > $ zfs allow -u \$guid clone,create,destroy,mount,receive,rollback,send,snapshot data/pbs/\$user
Then you can run `bacoid` Then you can run `bacoid`
## Config notes
Since zfs config variables are recursive, settin syncoid:* config files on rpool will then mean that every volume will be backed up. To exclude a volume that you don't want backed up, you can set syncoid:pool_a and syncoid:pool_b as empty.
Also, bacoid does not create a new snapshot when sending a backup. It thus relies on sanoid to create the snapshot, which are then sent with bacoid.