diff options
author | davidovski <david@davidovski.xyz> | 2022-10-03 18:57:10 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-10-03 18:57:10 +0100 |
commit | 9934342a122b723f7295a95f898936d861eced9e (patch) | |
tree | dbead3b6ab181a7836627987539d0ef32292af67 /sync.sh | |
parent | 10aa7a62d9e9d4c2855d79b6aa14fcd294dbafcf (diff) |
Added article on pci passthrough
Diffstat (limited to 'sync.sh')
-rwxr-xr-x | sync.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |