BackupPC verification helper
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
368 B

5 years ago
# Install
5 years ago
5 years ago
## Install dependencies
5 years ago
5 years ago
``yum -y perl-Statistics-Descriptive``
## Install Backup-Check
5 years ago
5 years ago
``cd /root ; git clone ssh://gitea@gitea.fws.fr:3222/fws/BackupPC-Check.git ; sh /root/BackupPC-Check/update.sh``
5 years ago
5 years ago
## Add menu link
5 years ago
5 years ago
Edit config -> CGI -> CgiNavBarLinks and add name "Check" with link "?action=check".
# Update
``sh /root/BackupPC-Check/update.sh``