-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# we only have volumes in rpool on this machine | ||
|
||
[rpool] | ||
use_template=local_data | ||
recursive=yes | ||
|
||
|
||
# Template to regularly snapshot | ||
# we only keep VERY FEW snapshots to avoid filling disk space | ||
# OVH3 will keep more of them | ||
[template_local_data] | ||
# How often snapshots should be taken under an hour | ||
frequent_period=60 | ||
# What to keep | ||
# number of sub-hourly snapshots | ||
frequently = 0 | ||
# number of hourly snapshots | ||
hourly = 2 | ||
# number of daily snashots | ||
daily = 1 | ||
# number of monthly snashots | ||
monthly = 0 | ||
# number of yearly snashots | ||
yearly = 0 | ||
# whether snapshots should be taken automatically | ||
autosnap = yes | ||
# Should old snapshots be pruned | ||
autoprune = yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../common/systemd/system/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../common/systemd/system/sanoid.service.d |