summaryrefslogtreecommitdiffstats
path: root/.local/bin
diff options
context:
space:
mode:
authorPeter2023-10-31 15:27:39 +0000
committerPeter2023-10-31 15:27:39 +0000
commitf0e1e16d6401c14d6a509d701c022a0984930e9e (patch)
tree74fc01e802b5a19d79c8e1db6bd69ad72a54ed25 /.local/bin
parentba047fae51a5349fcb03bc01ae3cd36b875e5595 (diff)
downloaddotfiles-f0e1e16d6401c14d6a509d701c022a0984930e9e.tar.gz
dotfiles-f0e1e16d6401c14d6a509d701c022a0984930e9e.tar.bz2
dotfiles-f0e1e16d6401c14d6a509d701c022a0984930e9e.zip
Use plain rclone copy command
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/seedy2
1 files changed, 1 insertions, 1 deletions
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