bbackupd.conf(5)


NAME

   bbackupd.conf - Box Backup client daemon configuration file

SYNOPSIS

   /etc/box/bbackupd.conf

DESCRIPTION

   AccountNumber
       The account number of this client. This is set by the admin of the
       store server.

   UpdateStoreInterval
       Specifies the interval between scanning of the local discs. To
       avoid cycles of load on the server, this time is randomly adjusted
       by a small percentage as the daemon runs. Defaults to 1 hour.

   MinimumFileAge
       Specifies how long since a file was last modified before it will be
       uploaded. Defaults to 6 hours.

   MaxUploadWait
       If a file is repeatedly modified it wont be uploaded immediately
       in case its modified again. However it should be uploaded
       eventually. This is how long we should wait after first noticing a
       change. Defaults to 1 day.

   MaxFileTimeInFuture

   AutomaticBackup

   SyncAllowScript
       Use this to temporarily stop bbackupd from syncronising or
       connecting to the store. This specifies a program or script script
       which is run just before each sync, and ideally the full path to
       the interpreter. It will be run as the same user bbackupd is
       running as, usually root.

       The script prints either "now" or a number to STDOUT (and a
       terminating newline, no quotes). If the result was "now", then the
       sync will happen. If its a number, then the script will be asked
       again in that number of seconds.

       For example, you could use this on a laptop to only backup when on
       a specific network.

   MaximumDiffingTime
       How much time should be spent on diffing files.

   DeleteRedundantLocationsAfter

   FileTrackingSizeThreshold

   DiffingUploadSizeThreshold

   StoreHostname
       The hostname or IP address of the bbstored(8) server.

   StorePort
       The port used by the server. Defaults to 2201.

   ExtendedLogging
       Logs everything that happens between the client and server. The
       bbackupd(8) client must also be started with -V.

   ExtendedLogFile

   LogAllFileAccess

   LogFile

   LogFileLevel

   CommandSocket
       Where the command socket is created in the filesystem.

   KeepAliveTime

   StoreObjectInfoFile

   NotifyScript
       The location of the script which runs at certain events. This
       script is generated by bbackupd-config(8). Defaults to
       /etc/box/bbackupd/NotifySysAdmin.sh.

   NotifyAlways

   CertificateFile
       The path to the clients public certificate.

   PrivateKeyFile
       The path to the clients private key. This should only be readable
       by root.

   TrustedCAsFile
       The Certificate Authority created by bbstored-certs(8).

   KeysFile
       The data encryption key. This must be kept safe at all costs, your
       data is useless without it!

   DataDirectory
       A directory to keep temporary state files. This is usually
       something like /var/bbackupd.

   Server
       This section relates to the running daemon.

       PidFile
           The location of the process ID file. Defaults to
           /var/run/bbackupd.pid.

   BackupLocations
       This section defines each directory to be backed up. Each entry
       must have at least a Path entry and, optionally, include and
       exclude directives.

       Multiple include and exclude directives may appear.

       Path
           The path to back up.

       ExcludeFile
           Exclude a single file.

       ExcludeFilesRegex
           Exclude multiple files based on a regular expression. See
           re_format(7).

       ExcludeDir
           Exclude a single directory.

       ExcludeDirsRegex
           Exclude multiple directories based on a regular expression. See
           re_format(7).

       AlwaysIncludeFile
           Include a single file from a directory which has been excluded.

       AlwaysIncludeFilesRegex
           Include multiple files from an excluded directory, based on a
           regular expression.

       AlwaysIncludeDir
           Include a single directory from a directory which has been
           excluded.

       AlwaysIncludeDirsRegex
           Include multiple directories from an excluded directory, based
           on a regular expression.

EXAMPLES

   The following is an example of a backup location:

       home
       {
          Path = /home
          ExcludeDir = /home/guest
          ExcludeDir = /home/[^/]+/tmp
          ExcludeFilesRegex = .*\.(mp3|MP3)$
          AlwaysIncludeFile = /home/someuser/importantspeech.mp3
       }

FILES

   /etc/box/bbackupd.conf

SEE ALSO

   bbackupd(8), bbackupd-config(8), bbackupctl(8)

AUTHORS

   Ben Summers

   Per Thomsen

   James OGorman





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.