4
0
Derivar 0
BackupPC verification helper
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
heuzef 303bba08ca Fix indents et add more comment há 3 anos
Check.pm Fix indents et add more comment há 3 anos
LICENSE Initial commit há 4 anos
README.md Update Reademe há 4 anos
readme.txt Update Readme há 4 anos
update.sh Init project. há 4 anos

README.md

BackupPC-Check

Verifying BackupPC Backups

Install

Install dependencies

yum -y perl-Statistics-Descriptive

Install Backup-Check

cd /root ; git clone ssh://gitea@gitea.fws.fr:3222/fws/BackupPC-Check.git ; sh /root/BackupPC-Check/update.sh

Declare the new Action

Edit /usr/share/BackupPC/sbin/BackupPC_Admin.pl file to add this line in %ActionDispatch array :

"check" => "Check",

Edit config -> CGI -> CgiNavBarLinks and add name "Check" with link "?action=check".

Update

sh /root/BackupPC-Check/update.sh