{"id":667,"date":"2016-06-14T17:27:19","date_gmt":"2016-06-14T16:27:19","guid":{"rendered":"http:\/\/www.haxed.me.uk\/?p=667"},"modified":"2016-06-14T17:27:19","modified_gmt":"2016-06-14T16:27:19","slug":"downloading-backing-rackspace-cloud-files","status":"publish","type":"post","link":"https:\/\/haxed.me.uk\/index.php\/2016\/06\/14\/downloading-backing-rackspace-cloud-files\/","title":{"rendered":"Downloading \/ Backing up all Rackspace Cloud Files"},"content":{"rendered":"<p>Here&#8217;s a quick and dirty way to download your entire Rackspace Cloud Files container. This comes up a lot at work.<\/p>\n<h1> INSTALLING SWIFTLY <\/h1>\n<pre>\r\n# Debian \/ Ubuntu systems\r\napt-get install python-pip\r\n<\/pre>\n<pre>\r\n# CentOS and Redhat Systems\r\nyum install python-pip\r\npip install swiftly\r\n<\/pre>\n<p>Once you have installed swiftly, you will want to configure your swiftly client. This is also relatively easy.<\/p>\n<h1> CONFIGURING SWIFTLY<\/h1>\n<p># create a file in your &#8216;home&#8217; environment. Using ~ is the root users directory<br \/>\n# if logged in as root on a unix server<\/p>\n<pre>\r\ntouch ~\/.swiftly.conf \r\n<\/pre>\n<p>You will want to edit the file above<\/p>\n<pre>\r\npico ~\/.swiftly.conf \r\n<\/pre>\n<p>The file needs to look exactly like the text below:<\/p>\n<pre>\r\n[swiftly]\r\nauth_user = yourmycloudusername\r\nauth_key = yourapikey\r\nauth_url = https:\/\/identity.api.rackspacecloud.com\/v2.0\r\nregion = LON\r\n<\/pre>\n<p>To save in pico you type CTRL + O<\/p>\n<p>You have now installed swiftly, and configured swiftly. You should then be able to simply run the command:<\/p>\n<h1> Running swiftly to download all containers\/files on Rackspace Cloud Files <\/h1>\n<pre>\r\nswiftly get --all-objects --output=mycloudfiles\/\r\n<\/pre>\n<p>This comes up a lot, I am sure that some people out there will appreciate this!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Here&#8217;s a quick and dirty way to download your entire Rackspace Cloud Files container. This comes up a lot at work. INSTALLING SWIFTLY # Debian \/ Ubuntu systems apt-get install python-pip # CentOS and Redhat Systems yum install python-pip pip &hellip; <a href=\"https:\/\/haxed.me.uk\/index.php\/2016\/06\/14\/downloading-backing-rackspace-cloud-files\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,42,19,14,37,10,7,36,11,12,47],"tags":[],"class_list":["post-667","post","type-post","status-publish","format-standard","hentry","category-api","category-automation","category-bash","category-cloud-files","category-disaster-recovery","category-filesystem","category-management-tools","category-migration","category-openstack","category-openstack-api","category-swiftly"],"_links":{"self":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts\/667","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/comments?post=667"}],"version-history":[{"count":1,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts\/667\/revisions"}],"predecessor-version":[{"id":668,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/posts\/667\/revisions\/668"}],"wp:attachment":[{"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/media?parent=667"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/categories?post=667"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/haxed.me.uk\/index.php\/wp-json\/wp\/v2\/tags?post=667"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}