BBConfig
view release on metacpan or search on metacpan
t/bbackupd.conf view on Meta::CPAN
CertificateFile = /etc/box/bbackupd/1-cert.pem
PrivateKeyFile = /etc/box/bbackupd/1-key.pem
TrustedCAsFile = /etc/box/bbackupd/serverCA.pem
DataDirectory = /var/bbackupd
# This script is run whenever bbackupd encounters a problem which requires
# the system administrator to assist:
# 1) The store is full, and no more data can be uploaded.
# 2) Some files or directories were not readable.
# The default script emails the system administrator.
NotifyScript = /etc/box/bbackupd/NotifySysadmin.sh
# This configuration file is written for snapshot mode.
# You will need to run bbackupctl to instruct the daemon to upload files.
# AutomaticBackup = no
# UpdateStoreInterval = 0
# MinimumFileAge = 0
# MaxUploadWait = 0
AutomaticBackup = yes
UpdateStoreInterval = 3600
MinimumFileAge = 21600
MaxUploadWait = 86400
# Files above this size (in bytes) are tracked, and if they are renamed they will simply be
# renamed on the server, rather than being uploaded again. (64k - 1)
FileTrackingSizeThreshold = 65535
# The daemon does "changes only" uploads for files above this size (in bytes).
# Files less than it are uploaded whole without this extra processing.
DiffingUploadSizeThreshold = 8192
# The limit on how much time is spent diffing files. Most files shouldn't take very long,
# but if you have really big files you can use this to limit the time spent diffing them.
# * Reduce if you are having problems with processor usage.
# * Increase if you have large files, and think the upload of changes is too large and want
# to spend more time searching for unchanged blocks.
MaximumDiffingTime = 20
# Uncomment this line to see exactly what the daemon is going when it's connected to the server.
ExtendedLogging = yes
( run in 0.789 second using v1.01-cache-2.11-cpan-b16cb0d3907 )