Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitchellcash/ownup
ownUp is an ownCloud backup tool to backup your ownCloud database as well as config/ and data/ directories to Amazon s3
https://github.com/mitchellcash/ownup
backup owncloud owncloud-backup
Last synced: 4 days ago
JSON representation
ownUp is an ownCloud backup tool to backup your ownCloud database as well as config/ and data/ directories to Amazon s3
- Host: GitHub
- URL: https://github.com/mitchellcash/ownup
- Owner: MitchellCash
- License: mit
- Created: 2016-12-11T10:23:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T06:24:34.000Z (about 2 years ago)
- Last Synced: 2023-08-18T13:42:42.449Z (about 1 year ago)
- Topics: backup, owncloud, owncloud-backup
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ownUp
=====ownUp is an ownCloud backup tool to backup your ownCloud database as well as config/ and data/ directories to Amazon s3.
ownUp currently only supports Ubuntu.
Requirements
------------* [pip](https://pypi.python.org/pypi/pip)
```
$ curl -s -o- https://bootstrap.pypa.io/get-pip.py | python get-pip.py
```* [aws-cli](https://github.com/aws/aws-cli)
```
$ pip install awscli
```Before using aws-cli, you need to tell it about your AWS credentials. You can do this by running the `aws configure` command.
Usage
-----```
$ curl -fsSL https://raw.githubusercontent.com/mitchellcash/ownup/master/setup.sh | sudo bash
```License
-------ownUp is released under the terms of the MIT license. See [LICENSE](https://github.com/mitchellcash/ownup/blob/master/LICENSE) for more information or see https://opensource.org/licenses/MIT.