-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
33 lines (28 loc) · 1.13 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Example config file
# --------------------------------------------------------------------
# General options and backup target folder location
[General]
# Required options
WriteLogfile=true
TargetFolder=/media/USER/ExtHDD
# Optional comma separated list of strings which will be expanded to the rsync
# option --exclude=...
#Exclude=*.tiff,tmp/*
# --------------------------------------------------------------------
# --------------------------------------------------------------------
# Backup entry for a local folder
# The full path name is specified in the section header between the []
[/home/USER/Pictures]
# Optionally define a backup group folder or folder name
#Group=Desktop
#Name=Images
# Comma separated list of strings which will be expanded to the rsync
# option --exclude=...
#Exclude=*.tiff,tmp/*
# --------------------------------------------------------------------
# --------------------------------------------------------------------
# Backup entry for a remote folder accessible by SSH
[ssh://xyz@myserver.com:/var/data]
#Group=Server
#Exclude=cache*,tmp*
# --------------------------------------------------------------------