From c9c561f7e508b67d2cf483a9c62b16fe196b8075 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 3 Oct 2022 18:57:10 +0100 Subject: Added article on pci passthrough --- sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sync.sh') diff --git a/sync.sh b/sync.sh index e78ef19..86adc3f 100755 --- a/sync.sh +++ b/sync.sh @@ -1,5 +1,5 @@ #!/bin/bash -rsync -Lta --no-perms --no-owner --no-group --delete --exclude=sync.sh -z -e ssh ./dist/ cheetah:/srv/www/davidovski/html -ssh -t cheetah "ln -s /srv/shared/site/* /srv/www/davidovski/html/" +rsync -Lta --no-perms --no-owner --no-group --delete --exclude=sync.sh -z -e ssh ./dist/ cheetah.remote:/srv/www/davidovski/html +ssh -t cheetah.remote "ln -s /srv/shared/site/* /srv/www/davidovski/html/" # git push # push after everything to keep it all backed up -- cgit v1.2.1