-
Notifications
You must be signed in to change notification settings - Fork 0
/
tarsnaprc
107 lines (81 loc) · 2.31 KB
/
tarsnaprc
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
### Recommended options
# Tarsnap cache directory
cachedir ~/.cache/tarsnap
# Tarsnap key file
keyfile ~/.ssh/tarsnap.key
# Don't archive files which have the nodump flag set.
nodump
# Print statistics when creating or deleting archives.
print-stats
# Create a checkpoint once per GB of uploaded data.
checkpoint-bytes 1G
### Commonly useful options
# Use SI prefixes to make numbers printed by --print-stats more readable.
humanize-numbers
### Other options, not applicable to most systems
# Aggressive network behaviour: Use multiple TCP connections when
# writing archives. Use of this option is recommended only in
# cases where TCP congestion control is known to be the limiting
# factor in upload performance.
#aggressive-networking
# Exclude files and directories matching specified patterns.
# Only one file or directory per command; multiple "exclude"
# commands may be given.
#exclude
exclude Dropbox
exclude .dropbox
exclude Downloads
exclude *.iso
exclude *.dmg
exclude *.core
exclude *Caches*
exclude *caches*
exclude .cache
exclude *Cache*
exclude *cache*
exclude sdk
exclude JavaVirtualMachines
exclude *DeviceSupport
exclude CrossOver
exclude Mail
exclude CoreSimulator
exclude IndexedDB
exclude *Containers*
exclude *containers*
exclude CoreSpotlight
exclude com~apple~CloudDocs
exclude .gradle
exclude .android
exclude .zsh_sessions
exclude tarsnap.log
exclude .git
exclude .cmake-js
exclude .m2
exclude .vscode
exclude .vpython-root
exclude .pyenv
exclude .rbenv
exclude .node-gyp
exclude .cocoapods
exclude .npm
exclude .jenv
exclude .dotnet
exclude dotbot
exclude *.hds
exclude steamapps
# Include only files and directories matching specified patterns.
# Only one file or directory per command; multiple "include"
# commands may be given.
#include
# Attempt to reduce tarsnap memory consumption. This option
# will slow down the process of creating archives, but may help
# on systems where the average size of files being backed up is
# less than 1 MB.
#lowmem
# Try even harder to reduce tarsnap memory consumption. This can
# significantly slow down tarsnap, but reduces its memory usage
# by an additional factor of 2 beyond what the lowmem option does.
#verylowmem
# Snapshot time. Use this option if you are backing up files
# from a filesystem snapshot rather than from a "live" filesystem.
#snaptime <file>