[Pkg-owncloud-commits] [python-owncloud] 28/96: Trying to fix README.md
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:28:24 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository python-owncloud.
commit 74f884492e94040fba59085244bda4f90103aad7
Author: Norman Rieß <norman at smash-net.org>
Date: Tue Mar 12 10:24:49 2013 +0100
Trying to fix README.md
---
README.md | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index a155a4e..afabeae 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,13 @@ Requirements:
* Python > 2.6 < 3 (patches welcome)
* an ownCloud server to sync with. (Presumably you already have one of these.)
+usage: just run csync.py -h, and it will give you help.
usage: csync.py [-h] [-v] [-c [CONFIG]] [-u [USER]] [--ssl [SSLFINGERPRINT]]
- [-p [PASS]] [--dry-run] [--debug] [-s [SRC]] [-d [DST]]
- [--url [URL]]
-
+ [-p [PASS]] [--dry-run] [--debug] [-s [SRC]] [-d [DST]] [--url [URL]]
+
Synchronize files across machines using ownCloud DAV server.
-
+
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
@@ -39,17 +39,17 @@ Requirements:
-d [DST], --dst [DST]
Folder on server.
--url [URL] URL to sync to.
-
+
I support the ownCloud config file, which is located here:
$HOME/.local/share/data/ownCloud/owncloud.cfg
I only support the 'ownCloud' section of the config.
I support the following keys in the cfg file:
- user: The username on the ownCloud server
- url: the url of the ownCloud Server
- pass: the password on the ownCloud server
- sslFingerprint: a valid SSL fingerprint for the server.
- src: local directory to sync against.
- dst: folder on the server to sync against.
+ user: The username on the ownCloud server
+ url: the url of the ownCloud Server
+ pass: the password on the ownCloud server
+ sslFingerprint: a valid SSL fingerprint for the server.
+ src: local directory to sync against.
+ dst: folder on the server to sync against.
complete example:
[ownCloud]
user=awesomeSauce
@@ -58,10 +58,10 @@ Requirements:
sslFingerprint=
src=/home/awesomeSauce/ownCloud
dst=clientsync
-
+
Password options:
- *) You can specify on the cmd line: -p (not very safe)
- *) In the envifonment variable: OCPASS
- *) In the owncloud.cfg file as pass = <password>
- The choice is yours, if you put it in the cfg file, be careful to
- make sure nobody but you can read the file. (0400/0600 file perms).
+ *) You can specify on the cmd line: -p (not very safe)
+ *) In the envifonment variable: OCPASS
+ *) In the owncloud.cfg file as pass = <password>
+ The choice is yours, if you put it in the cfg file, be careful to
+ make sure nobody but you can read the file. (0400/0600 file perms).
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git
More information about the Pkg-owncloud-commits
mailing list