Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christiankuehnel/cloud-backup
- Owner: ChristianKuehnel
- License: apache-2.0
- Created: 2019-03-18T09:47:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T18:22:24.000Z (over 5 years ago)
- Last Synced: 2024-10-29T18:25:22.564Z (2 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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