--- config.pl.sample 2018-02-14 13:48:27.000000000 -0500 +++ config.pl 2018-02-14 17:52:05.123281171 -0500 @@ -41,7 +41,7 @@ # # Host name on which the BackupPC server is running. # -$Conf{ServerHost} = 'localhost'; +$Conf{ServerHost} = 'backup.k2patel.in'; # # TCP port number on which the BackupPC server listens for and accepts @@ -257,7 +281,7 @@ # Full path to the df command. Security caution: normal users # should not allowed to write to this file or directory. # -$Conf{DfPath} = '/bin/df'; +$Conf{DfPath} = '/usr/bin/df'; # # Command to run df. The following variables are substituted at run-time: @@ -274,15 +298,15 @@ # # Full path to various commands for archiving # -$Conf{SplitPath} = '/bin/split'; -$Conf{ParPath} = "/usr/bin/par2"; +$Conf{SplitPath} = '/usr/bin/split'; +$Conf{ParPath} = '/usr/bin/par2'; -$Conf{CatPath} = '/bin/cat'; -$Conf{GzipPath} = '/bin/gzip'; -$Conf{Bzip2Path} = '/bin/bzip2'; +$Conf{CatPath} = '/usr/bin/cat'; +$Conf{GzipPath} = '/usr/bin/gzip'; +$Conf{Bzip2Path} = '/usr/bin/bzip2'; # -# Maximum threshold for disk utilization on the /var/lib/BackupPC/ filesystem. +# Maximum threshold for disk utilization on the __TOPDIR__ filesystem. # If the output from $Conf{DfPath} reports a percentage larger than # this number then no new regularly scheduled backups will be run. # However, user requested backups (which are usually incremental and @@ -349,12 +373,12 @@ # a symbolic link to the new location, or mount the new BackupPC # store at the existing $Conf{TopDir} setting. # -$Conf{TopDir} = '/var/lib/BackupPC/'; -$Conf{ConfDir} = '/etc/BackupPC/'; -$Conf{LogDir} = '/var/log/BackupPC'; -$Conf{RunDir} = '/var/run/BackupPC'; -$Conf{InstallDir} = '/usr/share/BackupPC'; -$Conf{CgiDir} = '/usr/libexec/BackupPC'; +$Conf{TopDir} = '/var/lib/libvirt/images'; +$Conf{ConfDir} = '/etc/BackupPC/'; +$Conf{LogDir} = '/var/log/BackupPC'; +$Conf{RunDir} = '/var/run/BackupPC'; +$Conf{InstallDir} = '/usr/share/BackupPC'; +$Conf{CgiDir} = '/usr/libexec/BackupPC'; @@ -1984,8 +2001,8 @@ # $Conf{CgiAdminUsers} = 'craig celia'; # --> administrative users are only craig and celia'. # -$Conf{CgiAdminUserGroup} = ''; -$Conf{CgiAdminUsers} = ''; +$Conf{CgiAdminUserGroup} = 'admin'; +$Conf{CgiAdminUsers} = 'admin'; # # TCP port number of the SCGI server. A negative value disables the @@ -2016,7 +2033,7 @@ # Full URL of the BackupPC_Admin CGI script, or the configured path # for SCGI. Used for links in email messages. # -$Conf{CgiURL} = "http://localhost/BackupPC"; +$Conf{CgiURL} = 'https://backup.k2patel.in/cgi-bin/BackupPC_Admin'; # # Full path to the rrdtool command. If available, graphs of pool usage @@ -2151,7 +2171,7 @@ # Example: # $Conf{CgiImageDirURL} = '/BackupPC'; # -$Conf{CgiImageDirURL} = '/BackupPC/images'; +$Conf{CgiImageDirURL} = '/BackupPC'; # # CSS stylesheet "skin" for the CGI interface. It is stored