Global configuration

Most of sources or backup/collect points require the presence of standard UNIX executables. You can change their respective path in the global configuration.

Global configuration files are .ini files suffixed by .global that contains a [global] section. You can put as many global config files as you want in the config directory.

/etc/polyarchiv/extra.global
[global]
rsync_executable=/opt/bin/rsync

List of available parameters:

  • curl_executable: full path of the "curl" executable
  • restic_executable: full path of the "restic" executable
  • rsync_executable: full path of the "rsync" executable
  • scp_executable: full path of the "scp" executable
  • ssh_executable: full path of the "ssh" executable
  • svn_executable: full path of the "svn" executable
  • tar_executable: full path of the "tar" executable