diff options
author | Klara Modin <klarasmodin@gmail.com> | 2020-08-13 21:49:33 +0200 |
---|---|---|
committer | Klara Modin <klarasmodin@gmail.com> | 2020-08-13 21:49:33 +0200 |
commit | 676601d16e21e2e6f97cc4dfc0ef20769155ad0d (patch) | |
tree | eef52ad3ee6611f08a58c25a60e80f4137a106ec | |
parent | 3d0ea5914dca3d49af997207d6eaacdf54c3c73b (diff) |
add http01 to sync
-rwxr-xr-x | update | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ #!/bin/sh rsync -rLzv --delete html root@doa.kasm.eu:/srv/http/www.kasm.eu +rsync -rLzv --delete html root@http01.intra:/var/www/www.kasm.eu |