4
0
Fork 0
BackupPC verification helper
Você não pode selecionar mais de 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 3 anos atrás
Check.pm Fix indents et add more comment 3 anos atrás
LICENSE Initial commit 5 anos atrás
README.md Update Reademe 4 anos atrás
readme.txt Update Readme 5 anos atrás
update.sh Init project. 5 anos atrás

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