-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.ini
28 lines (22 loc) · 922 Bytes
/
example.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
[DEFAULT]
# path fo the backup, the name of the device will always be appended
backup_path = /mnt/data/iphone_backups
# excludes can be an json array or a single value see example of iphone1
# format is for rsync --exclude syntax
exclude = Podcasts
# if run by cron and or in udev then only run backup of the device after a period
# of time has passed in minutes - use values < 0 are interpreted as 0.
cool_down_period = 120
# Section naming will be used for identifying the ios device
# Section title is uid of the ios device
[1234567890abcdef1234567890abcdef12345678]
# name is used to create the folder and copy files
name = my_iphone
# exclude can be repeated and is overriding exclude of the DEFAULT section
# json array
exclude = ["Podcasts", "Books"]
prune_photos = yes
[a1234567890abcdef1234567890abcdef1234567]
name = my_ipad
# if you don't want to backup a specific device set the ignore flag
ignore = yes