Skip to content
Snippets Groups Projects
Select Git revision
  • 5ea13f4c240cf4c8c9f96dc424a5a14acc709f51
  • master default protected
  • systemd_integration
  • borg-sftp-support
  • nap-initial
  • mariaback_full-intial
  • move-mail-deps
  • borg-ssh-keygen
  • bugfix-borg-handler-create-options
  • borg-custom-init-options
  • 11293-partition_table_backup
  • debian
  • tests
  • stretch-backports
  • no_vservers
  • pristine-tar
  • upstream
  • backupninja_debian/1.1.0-1
  • backupninja_upstream/1.1.0
  • backupninja-1.1.0
  • backupninja_debian/1.0.2-1
  • backupninja_upstream/1.0.2
  • backupninja-1.0.2
  • backupninja_debian/1.0.1-2
  • backupninja_debian/1.0.1-1
  • backupninja_upstream/1.0.1
  • backupninja-1.0.1
  • backupninja_debian/1.0-1
  • backupninja_upstream/1.0
  • backupninja-1.0
  • backupninja_debian/1.0_rc1-1
  • backupninja_upstream/1.0_rc1
  • backupninja-1.0-rc1
  • backupninja_debian/0.9.10-2
  • backupninja_debian/0.9.10-1
  • backupninja_upstream/0.9.10
  • backupninja-0.9.10
37 results

example.rdiff

Blame
  • Forked from Liberate / backupninja
    Source project has a limited visibility.
    example.rdiff 5.16 KiB
    ##
    ## This is an example rdiff-backup configuration file.
    ##
    ## Here you can find all the possible rdiff-backup options, details of
    ## what the options provide and possible settings. The defaults are set
    ## as the commented out option, uncomment and change when
    ## necessary. Options which are uncommented in this example do not have
    ## defaults, and the settings provided are recommended.
    ## 
    ## The defaults are useful in most cases, just make sure to configure the 
    ## destination host and user.
    ##
    
    ## passed directly to rdiff-backup
    ## an example setting would be:
    ## options = --force
    ## 
    ## Default:
    # options = 
    
    ## default is 0, but set to 19 if you want to lower the priority.
    ## an example setting would be:
    ## nicelevel = 19
    ##
    ## Default
    # nicelevel = 0
    
    ## default is yes. set to no to skip the test if the remote host is alive
    ##
    ## Default:
    # testconnect = no
    
    ## default is not to limit bandwidth. 
    ## set to a number in bytes/second to limit bandwidth usage. Use a negative 
    ## number to set a limit that will never be exceeded, or a positive number 
    ## to set a target average bandwidth use. cstream is required. See cstream's 
    ## -t option for more information. 62500 bytes = 500 Kb (.5 Mb)
    ## an example setting would be:
    ## bwlimit = 62500
    ##
    ## Default:
    # bwlimit = 0
    
    ## should backupninja ignore the version differences between source and remote
    ## rdiff-backup? (default: no)
    ## This could be useful if the version differences between rdiff-backup instances
    ## on remote and local side are different, and you are certain there are no
    ## problems in using mis-matched versions and want to get beyond this check.
    ## An example usage could be the remote side has its authorized_keys configured
    ## with command="rdiff-backup --server" to allow for restricted yet automated 
    ## password-less backups
    ## 
    ## Default:
    # ignore_version = no
    
    ######################################################
    ## source section
    ## (where the files to be backed up are coming from)
    
    [source]
    
    ## an optional subdirectory below 'directory' (see [dest])
    label = thishostname
    
    ## type can be "local" or "remote"
    type = local
    
    ## only use if '[source] type = remote'
    # host = srchost
    # user = srcuser