forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mackup.cfg
39 lines (29 loc) · 1.03 KB
/
.mackup.cfg
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
34
35
36
37
38
39
[storage]
# The "path" setting is mandatory when using the "file_system" engine.
# Note: you don't need to escape spaces or wrap the path in quotes.
engine = dropbox
# engine = google_drive
# engine = icloud
# engine = file_system
# path = some/folder/in/your/home
# path = /some/folder/in/your/root
# You can customize the directory name in which Mackup stores your file. By
# default, if not specified, Mackup creates a "Mackup" directory in the storage
# engine you chose, e.g. "~/Dropbox/Mackup".
directory = Alpaca/AlpacaSync/Mackup
###################################
# List of applications you want to explicitly sync
# One application name per line
# If this list is empty, Mackup will try to sync all the supported
# applications.
[applications_to_sync]
# ssh
# adium
###################################
# List of applications you want to ignore
# One application name per line
# If an application is ignored, it will be ignored even if it's been explicitly
# allowed in the [Allowed Applications].
[applications_to_ignore]
# ssh
# adium