Advertisement
Guest User

Crashplan PROe 4.3.5.2 Java/conf/conf_proe.properties

a guest
Jan 15th, 2016
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.12 KB | None | 0 0
  1. ################################################################################
  2. #
  3. # PROe Server PRODUCTION - CONFIGURATION
  4. #
  5. ################################################################################
  6.  
  7. ################################################################################
  8. # Datasource
  9. ################################################################################
  10. datasource.dir=${config.backups}/db
  11. datasource.username=c42
  12. datasource.password=c422006
  13.  
  14. ################################################################################
  15. # Embedded HTTP Container (Jetty), used by CPServletManager
  16. ################################################################################
  17. b42.proserver = true
  18. #
  19. #
  20. c42.http.connector.type = nio
  21. c42.port.prefix = 42
  22. c42.bind.address = 0.0.0.0
  23. c42.http.port = ${c42.port.prefix}80
  24. c42.https.port = ${c42.port.prefix}85
  25. # external port users hit our router with
  26. b42.app.https.port = 4285
  27.  
  28. c42.http.max.threads = 200
  29. c42.http.min.threads = 4
  30. c42.http.connection.timeout = 7500
  31. c42.http.lowResource.connection.timeout = 3000
  32. c42.https.bind.address = ${c42.bind.address}
  33.  
  34. c42.https.include.ciphers =
  35. c42.https.exclude.ciphers = TLS_ECDHE_ECDSA_WITH_RC4_128_SHA, TLS_ECDHE_RSA_WITH_RC4_128_SHA, SSL_RSA_WITH_RC4_128_SHA, TLS_ECDH_ECDSA_WITH_RC4_128_SHA, TLS_ECDH_RSA_WITH_RC4_128_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_RC4_128_MD5, TLS_RSA_WITH_NULL_SHA256, TLS_DH_anon_WITH_AES_128_CBC_SHA256, TLS_DH_anon_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
  36. c42.https.exclude.protocols = SSLv3
  37. c42.https.allow.renegotiate = false
  38.  
  39. c42.https.keystore.default = needsOverride
  40. c42.https.keystore.default.password = cpproserver
  41. c42.https.keystore.default.type = JKS
  42.  
  43. #
  44. #
  45. #
  46. #
  47.  
  48. # insecure session ids may be predicted, BUT they're faster to generate
  49. c42.http.enable.insecure.sessionids = false
  50.  
  51. # multiple pages are separated by semicolons
  52. c42.system.clickJacking.noXFrameOptionsPages = /cors/index.html;shareplan/set_cookie.html
  53.  
  54. # TODO .. moved to groovy?
  55. # request logs
  56. c42.servlet.request.log.enabled = true
  57. c42.servlet.request.log.location = ${c42.log.path}/request-yyyy_mm_dd.log
  58. c42.servlet.request.log.retain.days = 365
  59. c42.servlet.request.log.append = true
  60. c42.servlet.request.log.extended.format = false
  61. c42.servlet.request.log.timezone = GMT
  62.  
  63. c42.realtime.all.enabled = true
  64.  
  65.  
  66. ################################################################################
  67. # System
  68. ################################################################################
  69. c42.system.build.env = prd
  70. #
  71. c42.system.host = localhost:${c42.http.port}
  72. c42.system.ssl.host = localhost:${c42.https.port}
  73. #
  74. #
  75. #
  76. b42.cpc.server.listen.port = ${c42.port.prefix}82
  77. c42.h2.web.port = ${c42.port.prefix}84
  78. c42.h2.tcp.port = ${c42.port.prefix}89
  79. c42.h2.web.enabled = false
  80. c42.h2.tcp.enabled = false
  81. #h2.bindAddress =
  82. c42.library.path =
  83.  
  84. # Seeding
  85. c42.seed.random = false
  86. c42.seed.maintain.archive.enabled = true
  87. c42.seed.softdelete.enabled = true
  88. c42.seed.intervalInMinutes = 5
  89.  
  90. c42.system.email.host = [jmta]
  91. c42.system.email.queue.enabled = true
  92. c42.system.error.email.enabled = false
  93. c42.system.error.email.sender = cpproerrors@code42.com
  94. c42.system.error.email.recipient = cpproerrors@code42.com
  95. c42.system.error.email.delay = 10000
  96. c42.system.ssl.enabled = true
  97.  
  98. # expiration value is minutes
  99. c42.system.email.password.recovery.expire = 60
  100. c42.system.email.disabled = false
  101. c42.system.email.dlq.delay = 60000
  102. c42.system.email.dlq.retry = 900000
  103. c42.system.email.dlq.expire = 259200000
  104. c42.batchjob.status.dir = needsOverride
  105. c42.upgrade.path = needsOverride
  106. c42.upgrade.numOldUpgradesToKeep = 0
  107. b42.system.jobqueue.dir = needsOverride
  108. b42.system.migration.file = needsOverride
  109. c42.cpc.default.mount.point.prefix.path = needsOverride
  110. b42.system.migration.delayStartupInMinutes = 15
  111. b42.system.migration.blockSizeInBytes = 1048576
  112.  
  113. c42.auth.token.timeout = 1800000
  114. c42.auth.token.dashboard.timeout = false
  115. c42.auth.token.space.update.interval = 120000
  116.  
  117. c42.customerPrivateServer.phoneHomeAddress = https://www.crashplan.com
  118.  
  119. log4j.configurationFile = conf/log/log.xml
  120. c42.log.root.size.limit = 32 MB
  121. c42.log.root.num.versions = 10
  122. c42.log.history.size.limit = 256 MB
  123. c42.log.history.num.versions = 2
  124. c42.log.peer.size.limit = 32 MB
  125. c42.log.peer.num.versions = 9
  126. c42.log.commerce.size.limit = 32 MB
  127. c42.log.commerce.num.versions = 9
  128. c42.log.stats.size.limit = 32 MB
  129. c42.log.stats.num.versions = 9
  130. c42.log.recovery.size.limit = 128 MB
  131. c42.log.recovery.num.versions = 2
  132.  
  133. c42.log.webrequest.retain.days = 365
  134. c42.log.webrequest.timezone = GMT
  135.  
  136.  
  137. ################################################################################
  138. # Content
  139. ################################################################################
  140. c42.content.sync.ignore = WEB-INF*,CVS,.*\.db,\.cvsignore,.*-metadata.xml,\.project,\.svn*,\.DS_Store, \.keepme, \.git.*
  141. c42.content.mime.fileNameMap = \
  142. application/email=eml&application/java-archive=jar&application/javascript=js&application/json=json\
  143. &application/octet-stream=dmg,tgz,zip,keepme,bogus,svg,apk,ipa&application/vnd.ms-fontobject=eot\
  144. &application/x-font-ttf=ttf&application/x-font-woff=woff&application/x-msi=msi\
  145. &application/x-shockwave-flash=swf&font/opentype=otf&image/x-icon=ico&text/css=css&text/drools=drl\
  146. &text/plain=ini,properties,md,map&text/velocity-macro=vm&text/velocity-html=vtl&text/x-sass=sass,scss,scssc\
  147. &application/rtf=rtf&application/pdf=pdf&audio/basic=au&audio/midi=mid&audio/mp3=mp3&audio/mp4=mp4a\
  148. &audio/mpeg=m2a,m3a,mp2,mp3,mpga&audio/x-aac=aac&audio/x-aiff=aif&audio/x-mp3=mp3\
  149. &audio/x-ms-wma=wma&audio/x-wav=wav&image/bmp=bmp&image/gif=gif&image/jpeg=jpg,jpe\
  150. &image/png=png&video/3gpp=3gp&video/3gpp2=3g2&video/h264=h264&video/jpm=jpm\
  151. &video/mp4=mp4,mp4v,mpg4&video/mpeg=mpa,mpe,mpeg,mpg,m1v,m2v&video/quicktime=mov,qt\
  152. &video/x-f4v=f4v&video/x-flv=flv&video/x-m4v=m4v&video/x-matroska=mkv&video/x-ms-asf=asf\
  153. &video/x-ms-asf=asx&video/x-ms-wmv=wmv&video/x-ms-wmx=wmx&video/x-msvideo=avi
  154. c42.content.upload.waitTimeInMillis = 300000
  155. c42.content.folder = needsOverride
  156. c42.content.servlet.encodeUrls.externalPorts = 9080
  157. c42.content.tracking.cookie.visitor.id.name = VID
  158. c42.content.tracking.cookie.visitor.id.max.age = 365
  159. c42.content.tracking.cookie.user.id.name = UID
  160. c42.content.tracking.cookie.user.id.max.age = 90
  161. c42.content.tracking.enabled = false
  162. c42.content.app = app
  163. c42.content.root = default
  164. c42.content.default.root = Default
  165. c42.content.default.mapping = /
  166. c42.content.manage.root = Manage
  167. c42.content.manage.mapping = /manage
  168. #
  169.  
  170.  
  171. ################################################################################
  172. # Velocity
  173. ################################################################################
  174. velocity.cache = true
  175. velocity.cache.checkInterval = 300
  176. velocity.velocimacro.autoreload = true
  177. velocity.invalid.references = true
  178.  
  179.  
  180. ################################################################################
  181. # AppRSServlet Settings
  182. ################################################################################
  183. c42.rest.groovy.source = needsOverride
  184. c42.rest.authenticator = com.backup42.rest.Backup42RSAuthenticator
  185. c42.rest.urlmapper = com.backup42.rest.Backup42UrlMapper
  186. c42.rest.mapping = /rest/*
  187.  
  188.  
  189. ################################################################################
  190. #
  191. ################################################################################
  192. #
  193. #
  194.  
  195.  
  196. ################################################################################
  197. # CPC
  198. ################################################################################
  199. c42.email.alert.throttler.minutes = 60
  200. c42.cpc.external.guid.required = true
  201. b42.cpc.bcc.email =
  202. b42.feedback.recipient.address =
  203. #
  204. #
  205. #
  206. #
  207. c42.system.notify.start.disable = true
  208. c42.system.notify.stop.disable = true
  209. c42.cpc.external.identity.property.path = needsOverride
  210. #
  211. c42.peer.identifier.minWorkers = 2
  212. c42.peer.identifier.maxWorkers = 6
  213.  
  214. # certain business objects are created automatically for PROe Server deployments. this operation
  215. # does not apply to other environments
  216. c42.cpc.create.default.system.objects = true
  217.  
  218. #
  219. #
  220.  
  221. ## Client Patches
  222. b42.cpc.patch.path = needsOverride
  223. b42.cpc.patch.url = http://[host]:${c42.http.port}/installs
  224.  
  225. ## Client Languages
  226. b42.client.languages.dir = needsOverride
  227.  
  228. ## Maintenance
  229. b42.cpc.archiveMaintenanceManager.enabled = true
  230. b42.cpc.archiveMaintenanceManager.batchSize = 100
  231. # soft/hard delete of archives. true = hard delete
  232. b42.cpc.repository.maintenance.delete = true
  233. #
  234. com.code42.maintenance.worker.enabled = true
  235.  
  236. ## Daily Services
  237. b42.cpc.reauthorizeIntervalInMillis = 86400000
  238. b42.app.daily.services.defaultRuntime = 00:01
  239. b42.app.daily.services.enabled = true
  240. b42.app.daily.services.license.check.enabled = false
  241. b42.app.daily.services.vacuumer.enabled = true
  242. b42.app.daily.services.archive-records.enabled = true
  243. b42.app.daily.services.connectionAlerter.enabled = true
  244. b42.app.daily.services.backupReporter.enabled = true
  245. b42.app.daily.services.backupReporter.debug.enabled = true
  246. b42.app.daily.services.db.dump.enabled = true
  247. b42.app.daily.services.usageUpdater.enabled = true
  248. b42.app.daily.services.deactivater.enabled = false
  249. b42.app.daily.services.storageNodeSyncService.enabled = true
  250. b42.app.daily.services.providerSyncService.enabled = true
  251. b42.app.daily.services.unusedSubscriptionsAlerter.enabled = true
  252. b42.app.daily.services.license.notification.enabled = true
  253. b42.app.daily.services.license.notification.domain = license.crashplan.com
  254. b42.app.daily.services.writeapplog.enabled = true
  255. b42.unused.subscription.alert.recipients =
  256.  
  257. # daily service config
  258. b42.cpc.manifest.testMode = false
  259.  
  260. ## Hourly Services
  261. b42.app.hourly.services.enabled = true
  262. b42.app.hourly.services.diskSpaceAlerter.enabled = true
  263. b42.app.hourly.services.licenseAlerter.enabled = true
  264.  
  265. ## Inbound Backup
  266. b42.cpc.inboundWorkers = 10
  267. b42.cpc.numSecurityWorkers = 2
  268. b42.cpc.numBackupWorkers = 8
  269. b42.cpc.numReplaceWorkers = 6
  270. b42.cpc.numWebRestoreWorkers = 8
  271. b42.cpc.numCloseWorkers = 12
  272. #
  273. b42.cpc.repository.path =
  274. b42.cpc.cache.path = needsOverride
  275. b42.cpc.client.log.file.path = needsOverride
  276. b42.cpc.bin.dir = needsOverride
  277. b42.cpc.backup.grace.days = 14
  278. #
  279.  
  280. # File Transfer
  281. b42.cpc.filetransfer.numWorkers = 5
  282. b42.cpc.filetransfer.growthMaxWorkers = 25
  283.  
  284. ## DB Import
  285. b42.database.dir = needsOverride
  286. b42.database.import.cmd = db_import.sh
  287.  
  288. ## Mount Points
  289. c42.cpc.mount.point.cache.ttl.sec = 900
  290. b42.cpc.mount.point.min.number = 1
  291. b42.cpc.mount.point.max.number = 4095
  292. b42.cpc.mount.point.capacityMinimumInGigabytes = 2
  293.  
  294. ## Remote Logging
  295. b42.cpc.remoteLog.enabled = true
  296. b42.cpc.remoteLog.email.enabled = false
  297. b42.cpc.remoteLog.FileHandler.pattern = ${c42.log.path}/crashplan.log
  298. b42.cpc.remoteLog.FileHandler.limit = 20971520
  299. b42.cpc.remoteLog.FileHandler.append = true
  300. b42.cpc.remoteLog.FileHandler.count = 2
  301.  
  302. ## History Logging
  303. b42.cpc.historyLog.enabled = true
  304. b42.cpc.historyLog.FileHandler.pattern = ${c42.log.path}/history.log
  305. b42.cpc.historyLog.FileHandler.count = 20
  306. b42.cpc.historyLog.FileHandler.append = true
  307. b42.cpc.historyLog.FileHandler.level = ALL
  308. b42.cpc.historyLog.FileHandler.limit = 25000000
  309.  
  310. # LDAP
  311. b42.ssl.certificate.allowAutoAccept = true
  312. b42.ldap.ignore.partialResultException = false
  313. # options: ignore, follow, throw
  314. b42.ldap.referral = ignore
  315.  
  316. # Directory Synchronizing
  317. b42.directorySync.threshold.deactivatePercentage = 30
  318. b42.directorySync.threshold.userCount = 5
  319.  
  320.  
  321. # cpc uses a customized user object
  322. c42.user.class = com.code42.user.BackupUser
  323. c42.peer.clientMustKnowOurPeerId = false
  324.  
  325. b42.smartSearch.async.enabled = true
  326.  
  327. c42.dbTrunc.keep.days = 90
  328. c42.dbTrunc.batch.size = 100
  329. c42.dbTrunc.batch.pause.ms = 3000
  330.  
  331. #
  332. #
  333. #
  334. #
  335. com.backup42.computer.IDestinationsProvider = com.backup42.computer.DefaultDestinationsProvider
  336.  
  337. #
  338. #
  339.  
  340. ## DB Export
  341. b42.export.db.command.to.stream =
  342. b42.export.db.command.to.file =
  343. b42.export.db.destination.folder.optional = needsOverride
  344. b42.export.db.destination.folder.mount = dbDumps
  345. b42.export.db.days.to.keep.files = 30
  346.  
  347. ## Client Components
  348. b42.cpc.default.client.config.file = needsOverride
  349. b42.auto-deactivate.disconnected.days = 90
  350.  
  351. ## App Name Config
  352. b42.cpc.appBaseName.default = CrashPlanPRO
  353.  
  354. b42.cpc.peer.stats.broadcast.interval.sec = 60
  355.  
  356. b42.diskVacuumer.removeOrphanedArchives = true
  357. b42.diskVacuumer.cleanupOrphanedAgeInDays = 60
  358. b42.diskVacuumer.removeExpiredArchives = true
  359. b42.diskVacuumer.cleanupExpiredAgeInDays = 20
  360. b42.diskVacuumer.soft.delete = true
  361.  
  362. #
  363. #
  364.  
  365. # seat usage
  366. c42.seat.usage.cache.computers.within.server.ttl.sec = 300
  367. c42.seat.usage.cache.computers.within.org.ttl.sec = 300
  368. c42.seat.usage.cache.guids.within.org.ttl.sec = 300
  369. c42.query.maxSeatsForFcuSorting = 5000
  370.  
  371. #
  372. #
  373.  
  374.  
  375. ################################################################################
  376. # Implementation overrides
  377. ################################################################################
  378. com.code42.org.Org = com.backup42.org.data.BackupOrg
  379. com.code42.org.data.hibernate.OrgDataProvider = com.backup42.org.data.ext.BackupOrgDataProvider
  380. com.code42.user.User = com.code42.user.BackupUser
  381. com.code42.user.data.hibernate.UserDataProvider = com.backup42.user.data.hibernate.BackupUserDataProvider
  382.  
  383.  
  384. ################################################################################
  385. # Database / Hibernate
  386. ################################################################################
  387. ## C3P0 connection pool - c3p0 detects via the prefix naming scheme
  388. c3p0.initialPoolSize = 5
  389. c3p0.minPoolSize = 5
  390. c3p0.acquireIncrement = 1
  391. c3p0.maxPoolSize = 30
  392. c3p0.maxStatementsPerConnection = 300
  393. c3p0.maxIdleTime = 300
  394. c3p0.checkoutTimeout = 300000
  395. c3p0.idleConnectionTestPeriod = 0
  396. c3p0.numHelperThreads = 5
  397. c3p0.autoCommitOnClose = true
  398.  
  399.  
  400. ################################################################################
  401. # UI
  402. ################################################################################
  403. c42.ui.i18n.shouldCache = false
  404. c42.ui.cleanupTimeToWait = 300000
  405. c42.ui.sessionTimeout = 1800000
  406.  
  407.  
  408. #
  409. #
  410. #
  411. #
  412. #
  413. #
  414. #
  415. #
  416. #
  417. #
  418. #
  419. #
  420.  
  421.  
  422. #
  423. #
  424. #
  425. #
  426. #
  427. #
  428. #
  429. #
  430.  
  431. #
  432. #
  433. #
  434. #
  435. #
  436.  
  437. #
  438.  
  439. #
  440. #
  441. #
  442. #
  443. #
  444. #
  445. #
  446. #
  447. #
  448.  
  449. #
  450. #
  451. #
  452. #
  453. #
  454. #
  455. #
  456. #
  457. #
  458. #
  459. #
  460. #
  461. #
  462. #
  463. #
  464.  
  465.  
  466. ################################################################################
  467. # DATA BALANCING
  468. ################################################################################
  469. # optional, default = 0
  470. b42.balance.data.initial.delay.min = 3
  471. # optional, default = 5
  472. b42.balance.data.sleep.delay.min = 1
  473. b42.balance.data.actor.age.limit.min = 12
  474. b42.balance.data.archive.in.use.max.wait.in.sec = 600
  475.  
  476. b42.balance.data.mount.stats.age.limit.min = 1
  477. b42.balance.mount.stats.broadcast.after.refresh = true
  478.  
  479. b42.balance.data.copy.tmp.dir = .balance
  480. b42.balance.data.soft.delete.original = false
  481.  
  482. b42.balance.block.size.wan = 1048576
  483. b42.balance.block.size.lan = 1048576
  484.  
  485. b42.balance.filter.nodes.for.matchup = false
  486.  
  487. b42.balance.auto.min.search.limit.gb = 0
  488. b42.balance.auto.max.search.limit.gb = 1000000
  489. b42.balance.auto.extended.min.search.limit.mb = 0
  490.  
  491. #
  492.  
  493.  
  494. #
  495. #
  496. #
  497. #
  498. #
  499. #
  500. #
  501. #
  502. #
  503. #
  504. #
  505. #
  506.  
  507.  
  508. ################################################################################
  509. # Misc
  510. ################################################################################
  511. #
  512. c42.activemq.data.store.name = needsOverride
  513.  
  514. c42.scheduler.interval = 3600
  515. c42.executor.corePoolSize = 10
  516. c42.executor.maxPoolSize = 10
  517.  
  518. c42.applog.enabled = true
  519.  
  520. # Super peer workers
  521. b42.cpc.superPeer.numWorkers = 16
  522.  
  523. # super peer buffers (10 MB)
  524. b42.cpc.superPeerInboundMessageBufferSize = 10485760
  525. b42.cpc.superPeerOutboundMessageBufferSize = 10485760
  526. b42.cpc.superPeerSiteLocalInboundMessageBufferSize = 10485760
  527. b42.cpc.superPeerSiteLocalOutboundMessageBufferSize = 10485760
  528.  
  529. b42.cpc.patch.useMessaging = true
  530.  
  531. hazelcast.heartbeat.interval.seconds = 5
  532. hazelcast.max.no.heartbeat.seconds = 120
  533. hazelcast.merge.next.run.delay.seconds = 60
  534. #hazelcast.log.state = true
  535.  
  536. c42.networkInterfacesCache.timeoutInMinutes = 10
  537.  
  538. b42.cpc.securityProvider = SP
  539.  
  540. # when true, no changes to version retention configs are allowed
  541. c42.versionRetention.locked = false
  542.  
  543. #
  544. #
  545. #
  546. #
  547. #
  548.  
  549.  
  550. ################################################################################
  551. # Stats Debugging
  552. ################################################################################
  553. b42.backupStats.trace.orgId = 0
  554. b42.backupStats.trace.serverGuid = 0
  555. b42.providerStats.trace.orgId = 0
  556. b42.providerStats.trace.masterGuid = 0
  557.  
  558.  
  559. c42.clientdownloadredirecturlbase = http://www.code42.com/r/dl/client/
  560.  
  561. ################################################################################
  562. # Web App Properties
  563. ################################################################################
  564. c42.web.console.public.sharingEnabled = true
  565. c42.web.console.public.enterpriseConsoleStoreEnabled = true
  566. c42.web.console.public.enterpriseConsoleStoreURL = https://www.code42.com/apps/console-licensing/
  567. c42.web.console.private.versionRetentionLocked = ${c42.versionRetention.locked}
  568.  
  569. ################################################################################
  570. # PlanEventCoordinator Stats
  571. ################################################################################
  572. c42.queue.planEventCoordinator.stats.interval = 120000
  573.  
  574.  
  575. ################################################################################
  576. # Fulfillment Queue sizes
  577. ################################################################################
  578. c42.fulfillment.processConcurrency = 512
  579. c42.fulfillment.eventQueueCapacity = 1024
  580.  
  581.  
  582. ################################################################################
  583. # Block delivery worker thread pool
  584. ################################################################################
  585. b42.block.send.queue.executor.thread.count.init = 16
  586. b42.block.send.queue.executor.thread.count.max = 32
  587.  
  588.  
  589. ################################################################################
  590. # Cipher Type AES
  591. ################################################################################
  592. # This is a transitional property only and will be removed in the future
  593. # when the switch to AES is complete.
  594. # For the 4.2 release this property is for NEW installations only; existing
  595. # installations will not have the property set by default and will continue
  596. # to use Blowfish.
  597. cpc.cipherTypeAes=true
  598.  
  599. ################################################################################
  600. # END OF FILE
  601. ################################################################################
  602. ################################################################################
  603. #
  604. # PROe Server PRODUCTION - MAC CONFIGURATION OVERRIDES
  605. #
  606. # ** EDIT WITH EXTREME CARE! **
  607. #
  608. ################################################################################
  609.  
  610. b42.cpc.bin.dir = /Applications/PROServer.app/Contents/Resources/Java/bin
  611. b42.cpc.libexec.dir = /Applications/PROServer.app/Contents/Resources/Java/libexec
  612. b42.cpc.patch.path = /Applications/PROServer.app/Contents/Resources/Java/installs
  613. b42.client.languages.dir = /Applications/PROServer.app/Contents/Resources/Java/client-languages
  614. c42.upgrade.path = /Applications/PROServer.app/Contents/Resources/Java/upgrade
  615. b42.database.dir = /Library/Application Support/CrashPlan/PROServer/db
  616. c42.content.folder = /Applications/PROServer.app/Contents/Resources/Java/content
  617. c42.rest.groovy.source = /Applications/PROServer.app/Contents/Resources/Java/rest
  618. c42.activemq.data.store.name = /Library/Application Support/CrashPlan/PROServer/activemq-data
  619.  
  620. c42.https.keystore.default = /Library/Application Support/CrashPlan/PROServer/keys/localhost.ks
  621. b42.cpc.default.client.config.file = /Applications/PROServer.app/Contents/Resources/Java/conf/default.service.xml
  622.  
  623. c42.cpc.external.identity.property.path = /Library/CrashPlan/.proserver_identity
  624. c42.batchjob.status.dir = ${c42.log.path}/batch-status
  625. b42.cpc.client.log.file.path = ${c42.log.path}/client-logs
  626.  
  627. b42.cpc.cache.path = /Library/Application Support/CrashPlan/PROServer/backupCache
  628. b42.system.migration.file = /Library/Application Support/CrashPlan/PROServer/.migrations
  629. b42.system.jobqueue.dir = /Library/Application Support/CrashPlan/PROServer/.jobqueue
  630. c42.cpc.default.mount.point.prefix.path = /Library/Application Support/CrashPlan/PROServer/backupArchives
  631. b42.export.db.destination.folder.optional = /Library/Application Support/CrashPlan/PROServer/dumps
  632.  
  633. c42.log.path = /Library/Logs/PROServer
  634.  
  635. b42.database.import.cmd = db_import.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement