|
1 year ago | |
---|---|---|
Check.pm | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
update.sh | 1 year ago |
Verifying BackupPC Backups
yum -y perl-Statistics-Descriptive
cd /root ; git clone ssh://gitea@gitea.fws.fr:3222/fws/BackupPC-Check.git ; sh /root/BackupPC-Check/update.sh
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".
sh /root/BackupPC-Check/update.sh