Cloudstor¶
You can access Cloudstor from Katana Data Mover
RClone is installed on KDM so you can upload data into Cloudstor.
Configure RClone¶
1. First, you will need to set your Sync Password in the Cloudstor settings page, and keep a copy locally.
Warning
This can be confusing. You need to think of the Cloudstor web interface and the data store as two different logins. The Sync password is for data transfer only and is different from the web login password.
Next, login to KDM and run:
[z1234567@kdm ~]$ rclone config
You will be asked a set of questions. The short answers are:
new remote (‘n’)
name (‘CloudStor’)
storage type webdav (‘25’ in current installation)
url for http connection (https://cloudstor.aarnet.edu.au/plus/remote.php/webdav/)
Name of webdav site: OwnCloud (‘2’ in current installation)
user name per your cloudstor settings page (first.last@unsw.edu.au, not zID@unsw.edu.au)
Password (‘Yes’)
enter password (paste or type in the Sync password from step 1 above)
confirm password (paste of type in the Sync password from step 1 above)
bearer_token: (blank)
You should then see something like this to which you should answer yes:
Remote config
--------------------
[CloudStor]
type = webdav
url = https://cloudstor.aarnet.edu.au/plus/remote.php/webdav/
vendor = owncloud
user = first.last@unsw.edu.au
pass = *** ENCRYPTED ***
--------------------
y) Yes this is OK
e) Edit this remote
d) Delete this remote
y/e/d> y
Then quit and test:
[z1234567@kdm ~]$ rclone copy --progress --transfers 8 testdata CloudStor:/
If it doesn’t work, you can edit the config or make a new one.
The ‘name’ field you are asked at step two of the config is what the config and
end point will be known as. If you put in the name Murgatroyd
then you
would have to access the instance like this:
[z1234567@kdm ~]$ rclone copy --progress --transfers 8 testdata Murgatroyd:/