7 lines
201 B
Bash
Executable file
7 lines
201 B
Bash
Executable file
#!/bin/zsh
|
|
|
|
#Copie de sauvegarde de toute la config de zamok
|
|
#lancé par cron.daily
|
|
scp -1BCr /etc/CRANS /etc/genConfs zamok@komaz:/var/zamok
|
|
scp -1BCr /etc/CRANS /etc/genConfs zamok@sila:/var/zamok
|
|
|