# These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # for an advice to debian-l10n-english@lists.debian.org # # Even minor modifications require translation updates and such # changes should be coordinated with translators and reviewers. Template: boxbackup-client/debconf Type: boolean Default: false _Description: Should the BoxBackup client be configured automatically? The package configuration scripts can create the configuration files for the BoxBackup client. . You should choose this option if you are not familiar with BoxBackup's configuration options. . Please read the /usr/share/doc/boxbackup-client/README.Debian for details about the configuration of the BoxBackup client. Template: boxbackup-client/backupMode Type: select Choices: lazy, snapshot #flag:comment:3 # Translators, please keep reference to 'lazy' and 'snapshot' as # these options are written as is in the software documentation _Description: Run mode for the BoxBackup client: The BoxBackup client supports two modes of backup: . In the 'lazy' mode, the backup daemon will regularly scan the file system searching for modified files. It will then upload the files older than a specified age to the backup server. . In the 'snapshot' mode the backup will be explicitly run at regular intervals. A cron file (/etc/cron.d/boxbackup-client) is provided with the package and should be adapted to suit your needs. Template: boxbackup-client/accountNumber Type: string _Description: Account number for this node on the backup server: The administrator of the BoxBackup server should have assigned this client a hexadecimal account number. . If no account number has been assigned yet, leave this field blank and configure it later by running 'dpkg-reconfigure boxbackup-client' as root. Template: boxbackup-client/incorrectAccountNumber Type: error _Description: Invalid account number The account number must be a hexadecimal number (such as 1F04 or 4500). Template: boxbackup-client/backupServer Type: string _Description: Fully qualified domain name of the backup server: Please enter the fully qualified domain name of the BoxBackup server which your client will use. . The client will connect to the server on TCP port 2201. Template: boxbackup-client/backupDirs Type: string _Description: List of directories to backup: Please give a space-separated list of directories to be backed up onto the remote server. . Those directories should not contain mounted file systems at any level in their subdirectories. Template: boxbackup-client/incorrectDirectories Type: error _Description: Invalid path name The path names to the directories must be absolute path names, separated by spaces. . For example: /home/myaccount /etc/ Template: boxbackup-client/UpdateStoreInterval Type: string Default: 3600 _Description: Interval (in seconds) between directory scans: BoxBackup regularly scans the selected directories, looking for modified files. . Please choose the scan interval in seconds. Template: boxbackup-client/MinimumFileAge Type: string Default: 21600 _Description: Minimum time to wait (in seconds) before uploading a file: A file will be uploaded to the server only after a certain time after its last modification. . Low interval values will trigger frequent uploads to the server and more revisions being created with older revisions being removed earlier. Template: boxbackup-client/MaxUploadWait Type: string Default: 86400 _Description: Maximum time to wait (in seconds) before uploading a file: Frequently modified files are likely to never get uploaded if they never reach the minimum wait time. . Please enter the maximum time to reach before the upload of a modified file to the server is enforced. Template: boxbackup-client/IncorrectNumber Type: error _Description: Invalid time entered Please enter an integer value greater null. Template: boxbackup-client/notifyMail Type: string Default: root _Description: Recipient for alert notifications: The BoxBackup client sends alert notifications when a problem occurs during the backup. . Please enter either a local user name (for example 'root') or an email address (for example 'admin@example.org'). Template: boxbackup-client/generateCertificate Type: boolean Default: true _Description: Generate the client private key and X.509 certificate request? The BoxBackup client needs an RSA private key and the corresponding X.509 certificate to authenticate itself with the server. . Both can be generated automatically. You will need to send the certificate request to the BoxBackup server administrator who will sign it and send it back to you along with the server's Certification Authority certificate. . These files should be copied into BoxBackup's configuration directory. The file names to use are given in the /etc/boxbackup/bbackupd.conf file.