update
This commit is contained in:
parent
8413dfa279
commit
2e7d4aa52b
4 changed files with 39 additions and 3 deletions
|
@ -59,6 +59,12 @@ comment = "Backup of /home/me/"
|
|||
# Compression
|
||||
compression = "zstd,10"
|
||||
|
||||
# Ensure directory exists before backup
|
||||
ensure_exists = "/home/me"
|
||||
|
||||
# Make a CephFS snapshot before backup
|
||||
cephfs_snap = true
|
||||
|
||||
# Borg Check Operation
|
||||
[[borg_check]]
|
||||
# Repository to check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue