BackupPC verification helper
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
heuzef 303bba08ca Fix indents et add more comment pirms 3 gadiem
Check.pm Fix indents et add more comment pirms 3 gadiem
LICENSE Initial commit pirms 4 gadiem
README.md Update Reademe pirms 4 gadiem
readme.txt Update Readme pirms 4 gadiem
update.sh Init project. pirms 4 gadiem

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