Skip to content
Snippets Groups Projects
Commit cfef9fdd authored by Fulvio Galeazzi's avatar Fulvio Galeazzi
Browse files

2022-04-28: FG; Fixed reference to rclone page, add section for rclone about command.

parent f07a9d98
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,19 @@ Now you can verify your configuration with:: ...@@ -83,6 +83,19 @@ Now you can verify your configuration with::
The command above will most probably return no output, but the exit code should be 'zero'. The command above will most probably return no output, but the exit code should be 'zero'.
Check total used space
^^^^^^^^^^^^^^^^^^^^^^
Unfortunately, at time of writing `rclone` capability of interfacing
with the Ceph storage system is rather limited, and the command does
not provide information on quota limits. However, it does provide
information on the total used space::
$ rclone about garr-cloud:
Used: 190.364M
Objects: 19
Copy files and directories to cloud Copy files and directories to cloud
----------------------------------- -----------------------------------
......
S3 interface to object storage S3 interface to object storage
============================== ==============================
Instead of `Rclone <https://cloud.garr.it/support/kb/openstack/rclone_quick_tutorial/>`_, Instead of `Rclone <https://cloud.garr.it/support/kb/objstore/rclone_quick_tutorial/>`_,
we can use s3 APIs to connect to object storage. we can use s3 APIs to connect to object storage.
You may use: You may use:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment