YHNdnzj's Blog

Mike Yuan 的個人小站

  1. 1. 安裝
  2. 2. 運行
    1. 2.1. 設定檔示例
    2. 2.2. 啓動 Timer

Btrfs 有許多吸引人的特性,其中之一就是 Snapshot。經過搜尋,發現 snapper 等已有的程式有許多我不需要的功能,於是決定使用 Bash Script + systemd Unit 實現

安裝

$ aur_helper -S btrfs-snapshot

運行

設定檔示例

1
2
3
4
5
6
/etc/btrfs-snapshot/root.conf

# vim: set ft=sh:
SUBVOL=/
DEST=/.snapshot/root
NKEEP=10

啓動 Timer

# systemctl enable --now btrfs-snapshot.timer

# systemctl enable --now [email protected]

本文作者 : Mike Yuan
本文协议 : 知识共享 (Creative Commons) 署名—相同方式共享 4.0公共许可协议国际版
本文链接 : https://yhndnzj.com/2019/09/14/btrfs-auto-snapshot/

本文最后更新于 天前,文中所描述的信息可能已发生改变