add 4 lines to explain how to use the script
This commit is contained in:
parent
01253a6110
commit
23b7b66cf0
|
@ -8,6 +8,12 @@
|
||||||
# /var/lib/backuppc/.ssh/config
|
# /var/lib/backuppc/.ssh/config
|
||||||
# /var/lib/backuppc/.ssh/known_hosts
|
# /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 ####
|
#### DÉPENDANCES ####
|
||||||
# ldapsearch (pkg ldap-utils)
|
# ldapsearch (pkg ldap-utils)
|
||||||
if [ ! $(command -v ldapsearch) ]; then
|
if [ ! $(command -v ldapsearch) ]; then
|
||||||
|
|
Loading…
Reference in New Issue