From fd5c6b0c5875fcde37a851deae3248f43fa8efaf Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 15 Jul 2023 15:13:28 -0400 Subject: [PATCH] sync local-backup script --- deploy-static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-static b/deploy-static index 078e758..1961bff 100755 --- a/deploy-static +++ b/deploy-static @@ -32,7 +32,7 @@ sed -i "s|/srv/element.grapheneos.org|$target|" nginx-tmp/nginx.conf rsync -rptcv --fsync --chmod=D755,F644 --delete nginx-tmp/nginx.conf $remote:/etc/nginx/nginx.conf rsync -rptcv --fsync --chmod=D755,F644 --delete nginx-tmp/mime.types $remote:/etc/nginx/mime.types rsync -rptcv --fsync --chmod=D755,F644 --delete nginx-tmp/snippets/ $remote:/etc/nginx/snippets -rsync -ptcv --fsync --chmod=755 remote-backup $remote:/usr/local/bin/remote-backup +rsync -ptcv --fsync --chmod=755 {local-backup,remote-backup} $remote:/usr/local/bin/ rsync -ptcv --fsync --chmod=644 systemd/system/remote-backup.timer $remote:/etc/systemd/system/remote-backup.timer rsync -ptcv --fsync --chmod=644 systemd/system/remote-backup.service $remote:/etc/systemd/system/remote-backup.service ssh $remote nginx -s reload