From f0e1e16d6401c14d6a509d701c022a0984930e9e Mon Sep 17 00:00:00 2001 From: Peter Date: Tue, 31 Oct 2023 15:27:39 +0000 Subject: Use plain rclone copy command --- .local/bin/seedy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local') diff --git a/.local/bin/seedy b/.local/bin/seedy index 655c615..eba583b 100755 --- a/.local/bin/seedy +++ b/.local/bin/seedy @@ -9,4 +9,4 @@ fi selection="$(rclone lsf "$remote" | fzf)" printf "Copying %s to %s...\n" "$selection" "$destination" -rclone copyto "$remote""$selection" "$destination" --verbose +rclone copy "$remote""$selection" "$destination" --verbose -- cgit v1.2.3