aboutsummaryrefslogtreecommitdiff
path: root/env.def
diff options
context:
space:
mode:
Diffstat (limited to 'env.def')
-rwxr-xr-xenv.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/env.def b/env.def
new file mode 100755
index 0000000..569100e
--- /dev/null
+++ b/env.def
@@ -0,0 +1,5 @@
+#!/bin/sh
+# copy this file as 'env' and set these options
+export RESTIC_REPOSITORY='/mnt/backup1'
+export RESTIC_PASSWORD=''
+export RESTIC_CACHE_DIR='/var/cache/restic'