pmbs 0.1.0

(每分钟) 创建 btrfs 快照, 并自动清理. (Make btrfs snapshot (every minute), and auto clean)
Documentation
1
2
3
4
5
6
use pm_bin::build_gen;
use std::error::Error;

fn main() -> Result<(), Box<dyn Error>> {
    build_gen(Some(".".into()))
}