Changes between Version 16 and Version 17 of cypress/FileTransfer


Ignore:
Timestamp:
03/29/21 16:00:22 (3 years ago)
Author:
cbaribault
Comment:

Added display of sample rclone.conf file.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/FileTransfer

    v16 v17  
    484816. Observe the newly created config file '''~/.config/rclone/rclone.conf'''
    4949{{{
    50 [cbaribault@cypress1 ~]$ ls -l ~/.config/rclone/
     50[tulaneID@cypress1 ~]$ ls -l ~/.config/rclone/
    5151total 8
    52 -rw------- 1 cbaribault hpcstaff 233 Jun 29 20:00 rclone.conf
    53 [cbaribault@cypress1 ~]$
     52-rw------- 1 tulaneID group 233 Jun 29 20:00 rclone.conf
     53[tulaneID@cypress1 ~]$ cat ~/.config/rclone/rclone.conf
     54[TU-Box]
     55type = box
     56token = {"access_token":"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567","token_type":"bearer","refresh_token":"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890abcdefghijklmnopqrstuvwxyz12","expiry":"2020-06-29T21:03:28.009439309-05:00"}
     57
    5458}}}
    5559   at which point you're ready to run rclone on Cypress. (See '''Running rclone on Cypress''' below.)