Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbeer committed Mar 15, 2016
1 parent 699e1d2 commit de10f59
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Mella
ownCloud upload via WebDAV using curl
Copyright (c)2015 by [Florian Beer](https://github.com/florianbeer)

Copyright (c)2016 by [Florian Beer](https://github.com/florianbeer)

Version 1.00

This script comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See CC BY-NC-SA 4.0 for details.
https://creativecommons.org/licenses/by-nc-sa/4.0/
This script comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See CC BY-NC-SA 4.0 for details.
https://creativecommons.org/licenses/by-nc-sa/4.0/

Usage: `mella [OPTIONS] SOURCE TARGET`

Expand All @@ -24,12 +26,12 @@ Target is you ownCloud WebDAV URL. You can find it by clicking on "Settings" in
-V show version number
```

## Examples
```
mella -c myconfig.conf backup.tar.gz http://demo.owncloud.org/remote.php/webdav/
mella backup.tar.gz http://demo.owncloud.org/remote.php/webdav/backup_dir
```

## Usage
* Save this shell script to e.g. `/usr/local/bin/mella` and make it executable: `chmod +x /usr/local/bin/mella`
* Create a new file in your home directory called `.mella.conf` and list your username and password as the only content, separated by a colon `username:password`.

## Examples
```
mella -c myconfig.conf backup.tar.gz http://demo.owncloud.org/remote.php/webdav/
mella backup.tar.gz http://demo.owncloud.org/remote.php/webdav/backup_dir
```

0 comments on commit de10f59

Please sign in to comment.