Add an example to use csync to synchronize owncloud with a local dir.
This commit is contained in:
parent
a06bf21cbc
commit
8e0b2ef7e5
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2012/06/16 12:52:32 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2012/06/18 14:02:24 ajacoutot Exp $
|
||||
|
||||
COMMENT= easy and universal access to shared and/or personnal files
|
||||
|
||||
DISTNAME= owncloud-4.0.2
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
CATEGORIES= www
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README,v 1.5 2012/06/16 11:18:29 ajacoutot Exp $
|
||||
$OpenBSD: README,v 1.6 2012/06/18 14:02:24 ajacoutot Exp $
|
||||
|
||||
+-----------------------------------------------------------------------
|
||||
| Running ${FULLPKGNAME} on OpenBSD
|
||||
@ -60,4 +60,5 @@ access is done over https instead of http.
|
||||
Synchronization
|
||||
===============
|
||||
The "csync" package (net/csync) can be installed to synchronize local
|
||||
files with ownCloud.
|
||||
files with ownCloud. e.g.
|
||||
$ csync /path/to/localdir ownclouds://username:password@<hostname>/files/webdav.php/remotedir/
|
||||
|
Loading…
Reference in New Issue
Block a user