-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArqFileSelections.json
More file actions
41 lines (38 loc) · 942 Bytes
/
Copy pathArqFileSelections.json
File metadata and controls
41 lines (38 loc) · 942 Bytes
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
{
"4672EEED-4A06-4CC9-B2D2-87EFD2AE7BBC" : {
"backupFolderUUID" : "4672EEED-4A06-4CC9-B2D2-87EFD2AE7BBC",
"diskIdentifier" : "ROOT",
"blobStorageClass" : "STANDARD",
"ignoredRelativePaths" : [
],
"skipIfNotMounted" : false,
"skipDuringBackup" : false,
"useDiskIdentifier" : false,
"relativePath" : "Users\/rcambrj",
"wildcardExcludes" : [
"\/Users\/rcambrj\/Downloads",
"\/Users\/rcambrj\/My Drive",
"\/Users\/rcambrj\/Google Drive",
"\/Users\/rcambrj\/Library",
"\/Users\/rcambrj\/.ssh\/id_*",
".Trash",
"node_modules",
".terraform",
"build",
"dist",
"go\/bin",
"go\/pkg",
".next",
".cache"
],
"excludedDrives" : [
],
"localPath" : "\/Users\/rcambrj",
"allDrives" : false,
"skipTMExcludes" : false,
"regexExcludes" : [
],
"name" : "rcambrj",
"localMountPoint" : "\/"
}
}