20 lines
710 B
Text
20 lines
710 B
Text
# -*- mode: python-ts; -*-
|
|
|
|
default_maintainer = "jonathan@leechpepin.com"
|
|
dumper = "jonathan@leechpepin.com"
|
|
default_max_age = 25 # hours
|
|
root = "~/.local/share/emborg"
|
|
repositories = [
|
|
dict(host="local (home)", path="home-local.latest.nt"),
|
|
dict(host="blackstaff (home)", path="home-blackstaff.latest.nt"),
|
|
dict(host="ndbackups (home)", path="home-ndbackups.latest.nt"),
|
|
dict(host="local (root)", path="/root/.local/share/emborg/root-local.latest.nt"),
|
|
dict(
|
|
host="blackstaff (root)",
|
|
path="/root/.local/share/emborg/root-blackstaff.latest.nt",
|
|
),
|
|
dict(
|
|
host="ndbackups (root)",
|
|
path="/root/.local/share/emborg/root-ndbackups.latest.nt",
|
|
),
|
|
]
|