From aeba26cd4c61ea1e34f0afb330cc6d8277eaf051 Mon Sep 17 00:00:00 2001 From: drifty Date: Thu, 16 Jan 2025 13:07:31 +0530 Subject: [PATCH] Create sync.sh --- docker-compose-files/httpd/sync.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 docker-compose-files/httpd/sync.sh diff --git a/docker-compose-files/httpd/sync.sh b/docker-compose-files/httpd/sync.sh new file mode 100644 index 0000000..9f60bb1 --- /dev/null +++ b/docker-compose-files/httpd/sync.sh @@ -0,0 +1 @@ +rclone sync remote:/path/to/website /path/to/httpd/website -v