Skip to content
Snippets Groups Projects
Commit 8a14583c authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

updated readme; reorder transfer.job.dist

parent 53079283
Branches
No related tags found
No related merge requests found
...@@ -168,3 +168,19 @@ Missing directories on a system will be ignored and does NOT throw an error. So ...@@ -168,3 +168,19 @@ Missing directories on a system will be ignored and does NOT throw an error. So
Multiple entries are allowed. Each defines a regex that is applied to all include items. This could have an negative impact. I suggest not to define an exclude - only if it is needed because of huge wasted space. Multiple entries are allowed. Each defines a regex that is applied to all include items. This could have an negative impact. I suggest not to define an exclude - only if it is needed because of huge wasted space.
TODO: advanced stuff ... There is a possibility for directory based include and exclude rules. TODO: advanced stuff ... There is a possibility for directory based include and exclude rules.
### Setup the target ###
### test transfer to staorage ###
## Production usage ##
### setup backup times ###
### Create a cronjob ###
### Monitoring ###
### Restore files ###
### Restore databases ###
...@@ -12,9 +12,41 @@ ...@@ -12,9 +12,41 @@
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# encrypt backup sets with gnupg # ----------------------------------------------------------------------
# general settings
# ----------------------------------------------------------------------
# encrypt backup sets with gnupg password
gnupg-passphrase = EnterYourSecretHere gnupg-passphrase = EnterYourSecretHere
# time to keep backup sets on storage
# M - monthes
# Y - years
keep = 3M
# volume size on backup target
volsize = 350
# use another cache directory than ~/.cache/duplicity/
cachedir =
# ----------------------------------------------------------------------
# automatic backup of samba shares
# if set to 1 and a local smb.conf is detected each share will be backupped
sambashares = 1
# ----------------------------------------------------------------------
# target directory for restore (duplicity does not overwrite any existing file)
# you need to copy files from here to the needed place
restore-path = /restore
# ----------------------------------------------------------------------
# backup target url
# ----------------------------------------------------------------------
# target directory where to store the backups # target directory where to store the backups
# It is a base url for duplicity (behind it the hostname will be added) # It is a base url for duplicity (behind it the hostname will be added)
# #
...@@ -34,23 +66,5 @@ ssh-privatekey = ...@@ -34,23 +66,5 @@ ssh-privatekey =
# ssh-backend = pexpect # ssh-backend = pexpect
ssh-backend = ssh-backend =
# time to keep backup sets on storage
# M - monthes
# Y - years
keep = 3M
# volume size on backup target
volsize = 350
# use another cache directory than ~/.cache/duplicity/
cachedir =
# automatic backup of samba shares
# if set to 1 and a local smb.conf is detected each share will be backupped
sambashares = 1
# target directory for restore (duplicity does not overwrite any existing file)
# you need to copy files from here to the needed place
restore-path = /restore
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment