Changes between Version 19 and Version 20 of cypress/FileTransfer


Ignore:
Timestamp:
04/04/21 14:02:08 (3 years ago)
Author:
cbaribault
Comment:

In section Running rclone, added progress option -P to example for copy.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/FileTransfer

    v19 v20  
    9393[tulaneID@cypress1 ~]$ rclone copy TU-Box:<top-level-folder> .
    9494}}}
    95 5. To copy the file test.txt in your current Cypress working directory to a top-level folder in your Tulane Box account.
     955. To show progress using the '''-P''' option while copying the (~5GB) file bigFile.txt in your current Cypress working directory to a top-level folder in your Tulane Box account...
    9696{{{
    97 [tulaneID@cypress1 ~]$ rclone copy test.txt TU-Box:<top-level-folder>
     97[tulaneID@cypress1 ~]$ ls -l bigFile.txt
     98-rw-r--r-- 1 tulaneID group 5000000000 Oct 25  2019 bigFile.txt
     99[tulaneID@cypress1 ~]$ rclone -P copy bigFile.txt TU-Box:<top-level-folder>
     100Transferred:      475.586M / 4.657 GBytes, 10%, 37.208 MBytes/s, ETA 1m55s
     101Errors:                 0
     102Checks:                 0 / 0, -
     103Transferred:            0 / 1, 0%
     104Elapsed time:       12.7s
     105Transferring:
     106 *                                   bigFile.txt:  9% /4.657G, 35.761M/s, 2m0s
    98107}}}
    991086. To simply list the available subcommands under rclone.