BackupPC verification helper
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
heuzef 303bba08ca Fix indents et add more comment 3 år sedan
Check.pm Fix indents et add more comment 3 år sedan
LICENSE Initial commit 5 år sedan
README.md Update Reademe 4 år sedan
readme.txt Update Readme 5 år sedan
update.sh Init project. 5 år sedan

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