add sync_dotfiles script
Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
c49df0de54
commit
f824a762d8
1 changed files with 4 additions and 0 deletions
4
scripts/sync_dotfiles_dp.sh
Executable file
4
scripts/sync_dotfiles_dp.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
if [ "$HOSTNAME" = lbdlspa001 ]; then
|
||||||
|
rsync -av --delete -e ssh /home/.autofs/lunixpf001/home-linux/grotemi-admin/repos/dotfiles/ lzeorpt001.mgmt.dpaor.org:/homes/MGMT/grotemi-admin/repos/dotfiles
|
||||||
|
fi
|
Loading…
Reference in a new issue