2

我使用 openSuse 作为我的桌面,在此之前我使用的是 Ubuntu。我的根 (/) 文件系统是 btrfs 和 /home 的 xfs。

每当我尝试运行 yast 时,即使没有更改,它也会创建一个前后快照。

例如,如果我们在 Yast 中打开硬件信息。除了 /var/lib/smartmontools/ 的硬盘属性文件修改之外,它不会做任何文件系统更改

我的问题是我如何告诉 snapper,仅当某些文件夹(排除列表或包含列表)发生真正变化时才创建快照。因为有更多的快照。什么是最佳快照配置。

我在配置 /etc/snapper/configs/root 中做了一些更改,如果有任何问题,请纠正我。

/etc/snapper/configs/root

# subvolume to snapshot
SUBVOLUME="/"

# filesystem type
FSTYPE="btrfs"


# btrfs qgroup for space aware cleanup algorithms
QGROUP="1/0"


# fraction of the filesystems space the snapshots may use
SPACE_LIMIT="0.5"


# users and groups allowed to work with config
ALLOW_USERS=""
ALLOW_GROUPS=""

# sync users and groups from ALLOW_USERS and ALLOW_GROUPS to .snapshots
# directory
SYNC_ACL="no"


# start comparing pre- and post-snapshot in background after creating
# post-snapshot
BACKGROUND_COMPARISON="yes"


# run daily number cleanup
NUMBER_CLEANUP="yes"

# limit for number cleanup
NUMBER_MIN_AGE="1800"
NUMBER_LIMIT="2-10"
NUMBER_LIMIT_IMPORTANT="4-10"


# create hourly snapshots
TIMELINE_CREATE="no"

# cleanup hourly snapshots after some time
TIMELINE_CLEANUP="yes"

# limits for timeline cleanup
TIMELINE_MIN_AGE="1800"
TIMELINE_LIMIT_HOURLY="0"
TIMELINE_LIMIT_DAILY="2"
TIMELINE_LIMIT_WEEKLY="0"
TIMELINE_LIMIT_MONTHLY="0"
TIMELINE_LIMIT_YEARLY="0"


# cleanup empty pre-post-pairs
EMPTY_PRE_POST_CLEANUP="yes"

# limits for empty pre-post-pair cleanup
EMPTY_PRE_POST_MIN_AGE="1800"
4

0 回答 0