added rclone

pull/27/head
Igor Chubin 7 years ago
parent b11cc92cd9
commit 7fd17116ae

@ -0,0 +1,18 @@
# rclone is a command line tool, similar to rsync, with the difference that
# it can sync, move, copy, and in general do other file operations on cloud services
# Config rclone
rclone config
# Lists a re
rclone ls remote:path
# Copy /local/path to the remote
rclone copy /local/path remote:path
# Sync /local/path to the remote
rclone sync /local/path remote:path
# Server side Copy
rclone copy s3:oldbucket s3:newbucket
Loading…
Cancel
Save