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:39] chudler [Obtain Application Credentials] |
cloud:recipe:swift [2020/04/28 12:20] chudler [Obtain Application Credentials] |
||
---|---|---|---|
Line 11: | 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 44: | Line 44: | ||
<code> | <code> | ||
source ~/app-cred-swift-backup-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> | ||