ddc5720e99
Signed-off-by: Michael Grote <michael.grote@dataport.de>
4 lines
198 B
Bash
Executable file
4 lines
198 B
Bash
Executable file
#!/bin/bash
|
|
if [ "$HOSTNAME" = lbdlspa001 ]; then
|
|
rsync -av --delete -e ssh /home/.autofs/lunixpf001/home-linux/grotemi-admin/repos/ lzeorpt001.mgmt.dpaor.org:/homes/MGMT/grotemi-admin/repos
|
|
fi
|