You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
places = ["/home", "/var/lib"]
restic_args = [
"--repo=<REDACTED>",
"--one-file-system", "--exclude-caches",
"--password-file=/root/restic-password",
"--exclude-file=<REDACTED>"
]
[[snapshots]]
source = "/home"# Creates a snapshot with a different name (and a timestamp).# This is useful sometimes.
[[snapshots]]
source = "/var"
Inspecting backup reveals following:
# ls /mnt/hosts/longiflorum/latest/var/lib
# ls /mnt/hosts/longiflorum/latest/var/lib/cache db empty guix lib lock log run spool tmp
# ls /mnt/hosts/longiflorum/latest/var/lib/lib<contents of /var/lib on host>
The text was updated successfully, but these errors were encountered:
Example config:
Inspecting backup reveals following:
The text was updated successfully, but these errors were encountered: