This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cloud:recipe:swift [2019/11/25 08:37] chudler [Swift Kickstart with Rclone (demo)] |
cloud:recipe:swift [2020/04/28 12:20] chudler [Obtain Application Credentials] |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====Swift Kickstart with Rclone (demo)===== | =====Swift Kickstart with Rclone (demo)===== | ||
- | This document is a recipe showing how to use a swift client called [[ https://rclone.org | RClone ]] for a first-time user. **Swift** is in preview mode and should not be used for anything important. The current cluster __will__ be destroyed and data may be removed without notice (([[cloud:status]])) . Additionally, you will need to have a conversation with Techstaff to setup a project scope before you can follow these instructions.\\ | + | This document is a recipe showing how to use a swift client called [[ https://rclone.org | RClone ]] for a first-time user.\\ |
+ | |||
+ | **Swift** is in preview mode and should not be used for anything important. The current cluster __will__ be destroyed and data may be removed without notice (([[cloud:status]])) . Additionally, you will need to have a conversation with Techstaff to setup a project scope before you can follow these instructions.\\ | ||
\\ | \\ | ||
All of the data fed to the cluster should be also saved elsewhere, and you are advised against relying solely on this service at this time. | All of the data fed to the cluster should be also saved elsewhere, and you are advised against relying solely on this service at this time. | ||
Line 9: | Line 11: | ||
First, accept the certificate and login to [[https://overcloud.cs.uchicago.edu | The Dashboard]] with your CNetID and password. \\ | First, accept the certificate and login to [[https://overcloud.cs.uchicago.edu | The Dashboard]] with your CNetID and password. \\ | ||
- | **important:** Write ''csldap'' in the ''domain'' field of the login page. | + | **important:** Write ''CS Account'' in the ''domain'' field of the login page. |
== 2 Create Application Credentials == | == 2 Create Application Credentials == | ||
Line 41: | Line 43: | ||
<code> | <code> | ||
- | source ~/app-cred-swift-backup-test-openrc.sh | + | source ~/app-cred-swift-backup-openrc.sh |
- | ./rclone sync /home/chudler/backup_data techstaff:backup_current --backup-dir techstaff:backup_$(date -I) | + | ./rclone --no-check-certificate sync /home/chudler/backup_data techstaff:backup_current --backup-dir techstaff:backup_$(date -I) |
</code> | </code> | ||