mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
Add rusnapshot configs.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
58f58aca9e
commit
8acc4a6bff
9 changed files with 77 additions and 0 deletions
5
etc/rusnapshot/config-containers.toml
Normal file
5
etc/rusnapshot/config-containers.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
dest_dir = "/mnt/defvol/_snapshots/"
|
||||
source_dir = "/var/lib/machines/"
|
||||
database_file = "/mnt/defvol/_snapshots/rustnapshot.sqlite"
|
||||
snapshot_prefix = "containers"
|
||||
keep_only = "1"
|
||||
5
etc/rusnapshot/config-home.toml
Normal file
5
etc/rusnapshot/config-home.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
dest_dir = "/mnt/defvol/_snapshots/"
|
||||
source_dir = "/home/"
|
||||
database_file = "/mnt/defvol/_snapshots/rustnapshot.sqlite"
|
||||
snapshot_prefix = "home"
|
||||
keep_only = "1"
|
||||
5
etc/rusnapshot/config-root.toml
Normal file
5
etc/rusnapshot/config-root.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
dest_dir = "/mnt/defvol/_snapshots/"
|
||||
source_dir = "/"
|
||||
database_file = "/mnt/defvol/_snapshots/rustnapshot.sqlite"
|
||||
snapshot_prefix = "root"
|
||||
keep_only = "1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue