Changes between Version 16 and Version 17 of cypress/FileTransfer
- Timestamp:
- 03/29/21 16:00:22 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/FileTransfer
v16 v17 48 48 16. Observe the newly created config file '''~/.config/rclone/rclone.conf''' 49 49 {{{ 50 [ cbaribault@cypress1 ~]$ ls -l ~/.config/rclone/50 [tulaneID@cypress1 ~]$ ls -l ~/.config/rclone/ 51 51 total 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] 55 type = box 56 token = {"access_token":"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567","token_type":"bearer","refresh_token":"ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890abcdefghijklmnopqrstuvwxyz12","expiry":"2020-06-29T21:03:28.009439309-05:00"} 57 54 58 }}} 55 59 at which point you're ready to run rclone on Cypress. (See '''Running rclone on Cypress''' below.)