From 6fd49271450aee51776a5a43c2ed209cf2fcb6bc Mon Sep 17 00:00:00 2001 From: Giuseppe Attardi <giuseppe.attardi@garr.it> Date: Thu, 11 Jan 2018 11:53:16 +0100 Subject: [PATCH] Update FAQ.rst --- web/support/FAQ.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/web/support/FAQ.rst b/web/support/FAQ.rst index 3b91e700..40efe7d6 100644 --- a/web/support/FAQ.rst +++ b/web/support/FAQ.rst @@ -112,7 +112,7 @@ CLI on the `OpenStack` controller as follows: $ neutron port-list How do I log into a Juju controller ------------------------------------------ +----------------------------------- The command `juju controller-confog` supplies most information about a controller. To find out more, look at this file on the machine where you bootstrapped the controller:: @@ -124,6 +124,15 @@ it via ssh using the locally stored keypair:: $ ssh -i ~/.local/share/juju/ssh/juju_id_rsa ubuntu@10.3.1.0 + +Can I get storage for doing backups of my data? +---------------------------------------------- +The GARR platform provides just computing facilities. +However, nothing prevents using the storage assigned to a project for specific +usage. One can for example create an `Object Storage` and use it to store its data. +Here is a `quick guide<https://elastx.se/en/blog/getting-started-application-backups-to-swift>`_ +on how to use `Swift` for doing backups. + Architecture ............ -- GitLab