changed Files: scripts/sync_dotfiles_dp.sh

Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
Michael Grote 2024-10-10 14:35:45 +02:00
parent f81b8e2e75
commit f674728a18

View file

@ -1,4 +1,4 @@
#!/bin/bash
if [ "$HOSTNAME" = lbdlspa001 ]; then
rsync -av --delete -e ssh /home/.autofs/lunixpf001/home-linux/grotemi-admin/ lzeorpt001.mgmt.dpaor.org:/homes/MGMT/grotemi-admin
rsync -av --delete -e ssh /home/.autofs/lunixpf001/home-linux/grotemi-admin/repos/ lzeorpt001.mgmt.dpaor.org:/homes/MGMT/grotemi-admin/repos
fi