User Tools

Site Tools


using_rclone

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
using_rclone [2022/02/14 20:32] deadlineusing_rclone [2022/02/15 20:02] (current) – [More Information about rclone] deadline
Line 264: Line 264:
      461474 2019-09-05 11:52:36.000000000 bank.csv      461474 2019-09-05 11:52:36.000000000 bank.csv
    
-** Copy the file (bank.csv) from Google Drive data directly to the local directory on the cluster**+** Copy the file (''bank.csv'') from Google Drive data directly to the local directory on the cluster**
  
   rclone copy mygdrive:data/bank.csv .   rclone copy mygdrive:data/bank.csv .
  
-** Create a copy (bank2.csv) and copy it to the Google Drive, list files in ''data'' directory**+** Create a copy (''bank2.csv'') and copy it to the Google Drive, list files in ''data'' directory**
   cp bank.csv bank2.csv    cp bank.csv bank2.csv 
   rclone copy bank2.csv mygdrive:data   rclone copy bank2.csv mygdrive:data
Line 274: Line 274:
      461474 bank2.csv      461474 bank2.csv
      461474 bank.csv      461474 bank.csv
 +     
 +**Delete a file (''bank2.csv'') in the ''data'' directory on the Google Drive (list the files before and after)**
 +  rclone ls mygdrive:data
 +     461474 bank2.csv
 +     461474 bank.csv
 +  rclone delete  mygdrive:data/bank2.csv 
 +  rclone ls mygdrive:data
 +     461474 bank.csv
 +
 +=====More Information about rclone=====
  
-There are other commands and features of ''rclone'' available. The examples shown here are for basic file transfer. See the [[https://rclone.org/| rclone page]] for more information. +There are other command options and features of ''rclone'' available. The examples shown here are for basic file transfer. See the [[https://rclone.org/| rclone page]] for more information. 
  
  
using_rclone.1644870735.txt.gz · Last modified: 2022/02/14 20:32 by deadline

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki