Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cloud
web
Commits
5ca04676
Commit
5ca04676
authored
5 years ago
by
Fulvio Galeazzi
Browse files
Options
Downloads
Patches
Plain Diff
2019-11-14: DP; Updated rclone instructions.
parent
ee36c335
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/support/kb/openstack/rclone_quick_tutorial.rst
+11
-25
11 additions, 25 deletions
web/support/kb/openstack/rclone_quick_tutorial.rst
with
11 additions
and
25 deletions
web/support/kb/openstack/rclone_quick_tutorial.rst
+
11
−
25
View file @
5ca04676
Rclone quick tutorial
=====================
Rclone quick tutorial
: interaction with object storage
=====================
=================================
Installing and configuring
...
...
@@ -13,28 +13,15 @@ Then edit the Rclone configuration file::
$ nano .rclone.conf
to look like this:
.. code-block::
to look like this::
[garr-cloud]
type = swift
env_auth = true
Access with password
^^^^^^^^^^^^^^^^^^^^
Download rc file v3 from openstack dashboard as **openstack-credential.sh**
.. figure:: ../../images/rc_file.png
:scale: 60%
Then execute the content of the file::
$ source openstack-credential.sh
Access with application
credential
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^
Download OpenStack
credential
s
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Create and download an application credential from openstack dashboard as **app-credentials.sh**
...
...
@@ -43,12 +30,15 @@ Then execute the content of the file::
$ source app-credentials.sh
Check
the functionalities
^^^^^^^^^^^^^^^^^^^
^^^^^^
Check
configuration
^^^^^^^^^^^^^^^^^^^
Now
, in both cases, you can verify the functionalities
with::
Now
you can verify your configuration
with::
$ rclone lsd garr-cloud:
$ echo $?
The command above will most probably return no output, but the exit code should be 'zero'.
Copy files and directories to cloud
-----------------------------------
...
...
@@ -108,7 +98,3 @@ The following command copies files from remote to a local directory, create it i
checkDir/subdir1:
total 4
-rw-rw-r-- 1 ubuntu ubuntu 459 Nov 13 15:32 file2.txt
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment