From 8a21e228601850cf4896b1f4530bf316c7454350 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Thu, 5 Mar 2020 14:46:40 +0100 Subject: [PATCH] some rclone optis --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9089ac7..177b013 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ HUGO_VERSION=0.65.3 RCLONE_VERSION=1.51.0 OUTPUT_DIR=./public FTP_HOST=xsteadfastx.org -FTP_TARGET_DIR=/ FTP_USER=xstead_0 clean: @@ -19,7 +18,7 @@ install_deps: GO111MODULE=on go get -v github.com/rclone/rclone@v$(RCLONE_VERSION) ftp_upload: - rclone sync $(OUTPUT_DIR) blog:// + rclone sync --progress --size-only $(OUTPUT_DIR) blog:/ rclone_config: echo "[blog]" > ~/.config/rclone/rclone.conf