aboutsummaryrefslogtreecommitdiff
path: root/duply
diff options
context:
space:
mode:
authorDominique <dominique@adekoya.fr>2020-09-05 22:08:41 +0200
committerDominique <dominique@adekoya.fr>2020-09-05 22:08:41 +0200
commit1d9b896600e8c7bd4caa76975b7d8cb30abcb94a (patch)
treeaf3db5efd1c6bc3484ccb1c12e139b0311216b9e /duply
parent577d2ee5261e3b44bfb1f838289a3a0893e76503 (diff)
Dom's backup
Diffstat (limited to 'duply')
-rw-r--r--duply/.duply/dom_admin/conf12
-rw-r--r--duply/.duply/dom_admin/exclude9
-rw-r--r--duply/.duply/dom_pictures/conf12
-rw-r--r--duply/.duply/dom_pictures/exclude9
4 files changed, 42 insertions, 0 deletions
diff --git a/duply/.duply/dom_admin/conf b/duply/.duply/dom_admin/conf
new file mode 100644
index 0000000..ca3536a
--- /dev/null
+++ b/duply/.duply/dom_admin/conf
@@ -0,0 +1,12 @@
+# base directory to backup
+SOURCE='/home/dominique/Administratifs'
+
+# Storage directory
+export STORAGE_NAME="dom_administratif"
+export PCA_OS_REGION_NAME=GRA
+export HOT_OS_REGION_NAME=GRA
+
+GPG_KEYS_ENC='2421BCBD56473645,933FFFBA5E8867338DF2FF645E23E7695299F9AB'
+GPG_KEY_SIGN='5299F9AB'
+
+. ~/scripts/duplicity/duply_common.sh
diff --git a/duply/.duply/dom_admin/exclude b/duply/.duply/dom_admin/exclude
new file mode 100644
index 0000000..9558c66
--- /dev/null
+++ b/duply/.duply/dom_admin/exclude
@@ -0,0 +1,9 @@
+# although called exclude, this file is actually a globbing file list
+# duplicity accepts some globbing patterns, even including ones here
+# here is an example, this incl. only 'dir/bar' except it's subfolder 'foo'
+# - dir/bar/foo
+# + dir/bar
+# - **
+# for more details see duplicity manpage, section File Selection
+# http://duplicity.nongnu.org/duplicity.1.html#sect9
+
diff --git a/duply/.duply/dom_pictures/conf b/duply/.duply/dom_pictures/conf
new file mode 100644
index 0000000..40c5d6a
--- /dev/null
+++ b/duply/.duply/dom_pictures/conf
@@ -0,0 +1,12 @@
+# base directory to backup
+SOURCE='/home/dominique/Pictures'
+
+# Storage directory
+export STORAGE_NAME="dom_pictures"
+export PCA_OS_REGION_NAME=GRA
+export HOT_OS_REGION_NAME=GRA
+
+GPG_KEYS_ENC='2421BCBD56473645,933FFFBA5E8867338DF2FF645E23E7695299F9AB'
+GPG_KEY_SIGN='5299F9AB'
+
+. ~/scripts/duplicity/duply_common.sh
diff --git a/duply/.duply/dom_pictures/exclude b/duply/.duply/dom_pictures/exclude
new file mode 100644
index 0000000..9558c66
--- /dev/null
+++ b/duply/.duply/dom_pictures/exclude
@@ -0,0 +1,9 @@
+# although called exclude, this file is actually a globbing file list
+# duplicity accepts some globbing patterns, even including ones here
+# here is an example, this incl. only 'dir/bar' except it's subfolder 'foo'
+# - dir/bar/foo
+# + dir/bar
+# - **
+# for more details see duplicity manpage, section File Selection
+# http://duplicity.nongnu.org/duplicity.1.html#sect9
+