Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christiankuehnel/cloud-backup

Backup local files to an untrusted cloud storage
https://github.com/christiankuehnel/cloud-backup

Last synced: 21 days ago
JSON representation

Backup local files to an untrusted cloud storage

Awesome Lists containing this project

README

        

# cloud-backup
Backup local files to an untrusted cloud storage, based on duplicity

## Installation

1. Install duplicity
2. Generate a GPG key to secure your backups. Make an independent backup of this key!
3. Make sure you can ssh into the cloud server where you want to keep your backups with the user
account you're using for the backups.
4. Create a ROOTDIR somewhere and then setup these files/directories:
```
ROOTDIR/
cloud-backup/ Clone this repo into this folder
backup.cfg The config file for your backups
backup.log Logfile from your backups (created automatically on first run)
```

## backup.cfg
TODO: add documentation on backup.cfg file