source: box/invisnet/parcels.txt @ 2717

Revision 2717, 1.9 KB checked in by chris, 21 months ago (diff)

Remove QDBM, and switch BackupClientInodeToIDMap to use the bundled TDB
instead.

  • Property svn:eol-style set to native
Line 
1
2# this file describes which binaries and scripts go to make
3# up a parcel -- a group of files and scripts needed to perform
4# a particular task
5
6backup-client
7        bin bbackupd
8        bin bbackupquery
9        bin bbackupctl
10        script bin/bbackupd/bbackupd-config
11        noinstall script COPYING.txt
12        noinstall script LICENSE-GPL.txt
13        noinstall script LICENSE-DUAL.txt
14
15        html bbackupd
16        html bbackupquery
17        html bbackupctl
18        html bbackupd-config
19        html bbackupd.conf
20
21
22EXCEPT:mingw32,mingw32msvc
23        man bbackupd.8
24        man bbackupquery.8
25        man bbackupctl.8
26        man bbackupd-config.8
27        man bbackupd.conf.5
28END-EXCEPT
29
30ONLY:mingw32,mingw32msvc
31        script bin/bbackupd/win32/installer.iss
32        script bin/bbackupd/win32/bbackupd.conf
33        script bin/bbackupd/win32/NotifySysAdmin.vbs
34END-ONLY
35
36ONLY:mingw32
37        script /bin/mgwz.dll
38        script /bin/mingwm10.dll
39END-ONLY
40
41ONLY:SunOS
42        script contrib/solaris/bbackupd-manifest.xml lib/svc/manifest
43        script contrib/solaris/bbackupd-smf-method   lib/svc/method
44END-ONLY
45
46ONLY:Darwin
47        script contrib/mac_osx/org.boxbackup.bbackupd.plist /Library/LaunchDaemons
48END-ONLY
49
50backup-server
51        bin bbstored
52        bin bbstoreaccounts
53        script bin/bbstored/bbstored-certs
54        script bin/bbstored/bbstored-config
55        script lib/raidfile/raidfile-config
56        noinstall script COPYING.txt
57        noinstall script LICENSE-GPL.txt
58        noinstall script LICENSE-DUAL.txt
59
60        html bbstored
61        html bbstoreaccounts
62        html bbstored-certs
63        html bbstored-config
64        html raidfile-config
65        html bbstored.conf
66        html raidfile.conf
67
68        configure bundled/tdb
69
70EXCEPT:mingw32,mingw32msvc
71        man bbstored.8
72        man bbstoreaccounts.8
73        man bbstored-certs.8
74        man bbstored-config.8
75        man raidfile-config.8
76        man bbstored.conf.5
77        man raidfile.conf.5
78END-EXCEPT
79
80ONLY:SunOS
81        script contrib/solaris/bbstored-manifest.xml lib/svc/manifest
82        script contrib/solaris/bbstored-smf-method   lib/svc/method
83END-ONLY
84
85ONLY:Darwin
86        script contrib/mac_osx/org.boxbackup.bbstored.plist /Library/LaunchDaemons
87END-ONLY
Note: See TracBrowser for help on using the repository browser.