User guide
Cloud CARDAT
Cloud CARDAT may be accessed through the web interface. Instructions for accessing data via NextCloud Desktop Client or rclone command-line software are provided below. Alternatives are detailed in the NextCloud documentation.
via NextCloud Desktop Client
- Download the NextCloud Desktop Client for Windows, MacOS and Linux from https://nextcloud.com/install/.
- Install the downloaded setup application, reboot if needed.
- Launch NextCloud desktop.
- When prompted for the Nextcloud account, select “Log in” option.
- When prompted for the Server address, enter
https://cloud.car-dat.org/and press Enter. - A browser window will open prompting you to log in to Cloud CARDAT with your credentials - log in then press “Grant access”.
- Set your local synced folder by accessing
Settings > [Your Account]and pressing “Add Folder Sync Connection” in the NextCloud app. - Set the remote synced folder (on Cloud CARDAT) when prompted.
- Tick the “Use virtual files instead…” checkbox - this will act like Microsoft OneDrive and show you the folders and files available to you while only downloading files to your machine when you attempt to open them.
- The alternative (unchecked) will require you to select the subfolders to sync and all selected folders and files will be downloaded to your local machine.
via rclone
Cloud CARDAT may be accessed via the WebDAV protocol. rclone is a command-line tool that allows you to connect to Cloud CARDAT with the WebDAV protocol and perform various operations such as syncing, copying, and moving files.
This guide will demonstrate how to connect to Cloud CARDAT using rclone.
- Install rclone by going to the rclone Downloads page and download the appropriate executable (typically “Intel/AMD - 64 Bit” for your operating system - Windows, MacOS or Linux)
- Alternative for MacOS: run the command
brew install rclonein Terminal - Alternative for Linux: run the command
sudo apt-get install rclonein Terminal
- Alternative for MacOS: run the command
- Generate the required info and login from Cloud CARDAT - access the Cloud CARDAT web interface in your browser.
- Find your WebDAV URL under the
Filestab,Files settingsin the left sidebar, under WebDAV - Create an app password by going to your
Personal settings(under your profile icon menu in the top-right),Securitysection andCreate new app passwordbutton- Note you will not be able to see the login name and password for your app once you close the prompt, do not close this before configuring rclone successfully
- This is a separate password to your main login
- Find your WebDAV URL under the
- Configure Rclone by running
rclone configin Terminal or Command Prompt - Follow the prompts to configure rclone
- name Provide a name to identify this source such as “cardat”
- Storage “webdav”
- url copy your WebDAV URL from Cloud CARDAT
- vendor “Nextcloud
- user your newly created app password “Login” field
- password enter ‘y’ to type in your own password, then copy your newly created app password “Password” field
- Leave the bearer token empty and do not edit advanced config
After exiting the config, try listing the available directories with rclone lsd [name].