From 3ff77f472d989d6a42cc9b41dd54d5e8c2648910 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 10 Feb 2023 06:00:42 -0500 Subject: [PATCH] add remote backup files to deploy script --- deploy-static | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy-static b/deploy-static index 7533be1..078e758 100755 --- a/deploy-static +++ b/deploy-static @@ -32,6 +32,9 @@ 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=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 echo