SNAPPER-CONFIGS(5) | Filesystem Snapshot Management | SNAPPER-CONFIGS(5) |
snapper-configs - Configuration files for snapper configs
Each file /etc/snapper/configs/* describes a snapper config.
The following is a list of variables that can be present in the configuration file. Boolean values must be "yes" or "no".
SUBVOLUME=path
There is no default value. The value must always be specified.
FSTYPE=value
Default value is "btrfs" but it's recommended to always specify the filesystem type.
QGROUP=qgroup
Only supported for btrfs.
SPACE_LIMIT=float or size
Only supported for btrfs.
Default value is "0.5".
New in version 0.3.0, absolute value new in version 0.9.0.
FREE_LIMIT=float or size
Only supported for btrfs.
Default value is "0.2".
New in version 0.8.0, absolute value new in version 0.9.0.
ALLOW_USERS=users
Also see the PERMISSIONS section in snapper(8).
Default value is "" but "root" is always implicitly included.
ALLOW_GROUPS=groups
Also see the PERMISSIONS section in snapper(8).
Default value is "".
SYNC_ACL=boolean
Also see the PERMISSIONS section in snapper(8).
Default value is "no".
New in version 0.2.0.
BACKGROUND_COMPARISON=boolean
Default value is "yes".
COMPRESSION=algorithm
Default value is "gzip".
New in version 0.10.1.
NUMBER_CLEANUP=boolean
Default value is "yes".
NUMBER_MIN_AGE=seconds
Default value is "1800".
NUMBER_LIMIT=number or range
Default value is "50".
NUMBER_LIMIT_IMPORTANT=number or range
The number of normal and important snapshots are counted independently.
Default value is "10".
New in version 0.1.8.
TIMELINE_CREATE=boolean
Together with the timeline cleanup algorithm this will create a collection of snapshots with more snapshots is the near past and less snapshots in the far past.
Default value is "yes".
TIMELINE_CLEANUP=boolean
Default value is "yes".
TIMELINE_MIN_AGE=seconds
Default value is "1800".
TIMELINE_LIMIT_HOURLY=number or range
Default value is "10".
TIMELINE_LIMIT_DAILY=number or range
Default value is "10".
TIMELINE_LIMIT_WEEKLY=number or range
Default value is "0".
TIMELINE_LIMIT_MONTHLY=number or range
Default value is "10".
TIMELINE_LIMIT_YEARLY=number or range
Default value is "10".
EMPTY_PRE_POST_CLEANUP=boolean
Default value is "no".
EMPTY_PRE_POST_MIN_AGE=seconds
Default value is "1800".
Some of the types used for the variables deserve an explanation.
range
qgroup
The default values stated here are the values snapper uses when the entry is missing in the configuration file. Some are not identical to the values from the configuration file template.
http://snapper.io/
Arvin Schnell <aschnell@suse.com>
2022-04-21 | 0.10.4 |