logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bbackupd-config - Box Backup client daemon configuration file generator

Authors

       Ben Summers

       Per Thomsen

       James O'Gorman

Box Backup 0.11                                    06/06/2024                                 BBACKUPD-CONFIG(8)

Description

       The bbackupd-config script creates configuration files and client certificates. It takes at least six
       parameters:

       config-dir
           Configuration directory. Usually /etc/box.

       backup-mode
           Either lazy or snapshot.

       account-num
           The client account number. This is set by the bbstored administrator.

       server-hostname
           The hostname or IP address of the bbstored server.

       working-dir
           A directory to keep temporary state files. This is usually something like /var/bbackupd. This can be
           changed in bbackupd.conf later on if required.

       backup-dir
           A space-separated list of directories to be backed up. Note that this doesnot traverse mount points.

Files

/etc/box/bbackupd.conf/etc/box/bbackupd/NotifySysAdmin.sh

Name

       bbackupd-config - Box Backup client daemon configuration file generator

See Also

bbackupd.conf(5), bbackupd(8), bbackupctl(8)

Synopsis

bbackupd-config config-dir backup-mode account-num server-hostname working-dir backup-dir
                       [backup-dir ...]

See Also