rusnapshot/examples/config-templates/config-root.toml

10 lines
467 B
TOML

# Snapshots directory
dest_dir = "/.rusnapshot"
# Directory to be snapshot-ed
source_dir = "/"
# SQLite database file PATH where snapshots metadata will be stored. Created if not exists
database_file = "/var/lib/rusnapshot/rusnapshot.db"
# Prefix for the snapshots, they will be saved in the format prefix-$current_date
snapshot_prefix = "root"
# Last snapshots to keep. If prefix is specified then only the snapshots with that prefix will be deleted
keep_only = "2"