Skip to content

Instantly share code, notes, and snippets.

@mikeball
Last active September 25, 2016 06:14
Show Gist options
  • Save mikeball/0a13e4f32dacbd7f4ed6463228c177cc to your computer and use it in GitHub Desktop.
Save mikeball/0a13e4f32dacbd7f4ed6463228c177cc to your computer and use it in GitHub Desktop.

How to Backup your Solus to S3

This guide will show you how to back up, and restore, your important data to Amazon S3 fully encrypted.

Install deja-dup

Install deja-dup from the Software Center

S3 however won't be a storage location option by default.
To enable it we need Boto
boto isn't in the Software center yet, to install it
  git clone git://github.com/boto/boto.git
  cd boto
  sudo python setup.py install
  • we should check to see if boto3 works as well, since it’s replacing boto.

    helpful guide: http://mooooo.ooo/deja-dup-s3-backups/
    You must install boto3 to use S3
    boto3 will not work.. yet.

Open Deja-Dup using Start Menu

Setup S3 Backup Location using AWS

Enter S3 Credentials into Deja-Dup

setup S3 login

Select Locations to Backup

Perform a Manual Backup

Perform a Test Restore

Regularly Check that Backups are actually Happening

do a test restore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment