using_rclone
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
using_rclone [2022/02/14 20:30] – Added examples deadline | using_rclone [2022/02/15 20:02] (current) – [More Information about rclone] deadline | ||
---|---|---|---|
Line 264: | Line 264: | ||
| | ||
- | ** Copy the file (bank.csv) from Google Drive data directly to the local directory on the cluster** | + | ** Copy the file ('' |
rclone copy mygdrive: | rclone copy mygdrive: | ||
- | ** Create a copy (bank2.csv) and copy it to the Google Drive, list files in '' | + | ** Create a copy ('' |
cp bank.csv bank2.csv | cp bank.csv bank2.csv | ||
rclone copy bank2.csv mygdrive: | rclone copy bank2.csv mygdrive: | ||
Line 274: | Line 274: | ||
| | ||
| | ||
+ | |||
+ | **Delete a file ('' | ||
+ | rclone ls mygdrive: | ||
+ | | ||
+ | | ||
+ | rclone delete | ||
+ | rclone ls mygdrive: | ||
+ | | ||
+ | |||
+ | =====More Information about rclone===== | ||
+ | There are other command options and features of '' | ||
using_rclone.1644870611.txt.gz · Last modified: 2022/02/14 20:30 by deadline