aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2015-03-19 02:35:10 +0100
committerDavid Runge <dave@sleepmap.de>2015-03-19 02:35:10 +0100
commit33e2a30f2705967adfdd2018374ca5c6ad13f44e (patch)
treeaa30f3ee6ccd91e70c37b9afdf434c51f6590c53
parentcd15d76a6a2cabe9aabe27b6937e08c4ce22ab88 (diff)
downloadcrypted-backups-33e2a30f2705967adfdd2018374ca5c6ad13f44e.tar.gz
crypted-backups-33e2a30f2705967adfdd2018374ca5c6ad13f44e.tar.bz2
crypted-backups-33e2a30f2705967adfdd2018374ca5c6ad13f44e.tar.xz
crypted-backups-33e2a30f2705967adfdd2018374ca5c6ad13f44e.zip
config/backup-settings: Alphabetical order for programs/folders. Clarifying things for EnvironmentFile/Environment in the header.
-rw-r--r--config/backup-settings40
1 files changed, 20 insertions, 20 deletions
diff --git a/config/backup-settings b/config/backup-settings
index 01b7f11..a2bfe85 100644
--- a/config/backup-settings
+++ b/config/backup-settings
@@ -1,7 +1,7 @@
# Settings for /usr/lib/systemd/system/scripts/{backup-*,cleanup-backup} scripts
# The following environment variables will be made available through a systemd unit file.
-# Note: No variable expansion! So putting a variable into another variable won't work they way you'd expect it to.
-# Read more in the systemd manual page: man 5 systemd.exec
+# Note: No variable expansion!
+# Read more on "EnvironmentFile" and "Environment" in the following systemd man page: man 5 systemd.exec
## General settings
@@ -27,6 +27,16 @@ gpg_public_key=""
## System backup settings
+# /var/cache/aura/states
+# You will need to have aura/aura-bin/aura-git (from AUR) installed
+# You don't need to change the source paths.
+aura_states_folder_source="states"
+aura_states_parent_source="/var/cache/aura/"
+# Set a backup destination for aura
+# Mind a trailing slash!
+# Example: aura_folder_destination="/some/place/to/backup/aura/to/"
+aura_states_folder_destination="/home/data/backup/aura/"
+
# Bitlbee
# You only have to change the source settings, if you have changed the path "ConfigDir" in /etc/bitlbee/bitlbee.conf!
bitlbee_folder_source="bitlbee"
@@ -85,16 +95,6 @@ mariadb_password=""
# Example: mariadb_folder_destination="/some/place/to/backup/mariadb/to/"
mariadb_folder_destination=""
-# Websites
-# You have to setup the source location of your websites directory.
-# Every directory beneath it will be backed up separately.
-# Example: website_folder_source="/place/where/all/websites/are/stored/"
-website_folder_source=""
-# Set a backup destination for websites
-# Mind a trailing slash!
-# Example: websites_folder_destination="/some/place/to/backup/websites/to/"
-website_folder_destination=""
-
# /var/log
# All log files (also folders below /var/log, excluding the journal directory) will be put into backup.
# You don't need to change the source paths.
@@ -114,15 +114,15 @@ var_log_journal_parent_source="/var/log/"
# Example: journal_folder_destination="/some/place/to/backup/journal/to/"
var_log_journal_folder_destination="/home/data/backup/journal/"
-# /var/cache/aura/states
-# You will need to have aura/aura-bin/aura-git (from AUR) installed
-# You don't need to change the source paths.
-aura_states_folder_source="states"
-aura_states_parent_source="/var/cache/aura/"
-# Set a backup destination for aura
+# Websites
+# You have to setup the source location of your websites directory.
+# Every directory beneath it will be backed up separately.
+# Example: website_folder_source="/place/where/all/websites/are/stored/"
+website_folder_source=""
+# Set a backup destination for websites
# Mind a trailing slash!
-# Example: aura_folder_destination="/some/place/to/backup/aura/to/"
-aura_states_folder_destination="/home/data/backup/aura/"
+# Example: websites_folder_destination="/some/place/to/backup/websites/to/"
+website_folder_destination=""
## User backup settings