add 4 lines to explain how to use the script

This commit is contained in:
CARRE Anthony 2016-05-12 09:51:35 +02:00
parent 01253a6110
commit 23b7b66cf0
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@
# /var/lib/backuppc/.ssh/config
# /var/lib/backuppc/.ssh/known_hosts
#### HOW TO ####
# scp file.pl backuppc.ipr.univ-rennes1.fr:
# ssh backuppc.ipr.univ-rennes1.fr
# cd /etc/backuppc
# sudo ./add_backuppc_host.sh ~/pt-gilles.spm.univ-rennes1.fr.pl
#### DÉPENDANCES ####
# ldapsearch (pkg ldap-utils)
if [ ! $(command -v ldapsearch) ]; then