other versions
- jessie 1.7.0~beta1+really1.6.4+dfsg-1+deb8u1
- jessie-backports 2.2.4+dfsg-1~bpo8+1
- stretch 2.2.4+dfsg-2
- testing 2.4.1+dfsg-1.1
- stretch-backports 2.4.1+dfsg-1~bpo9+1
- unstable 2.5.1.10973+dfsg-1
OWNCLOUDCMD(1) | ownCloud Client Manual | OWNCLOUDCMD(1) |
NAME¶
owncloudcmd - Command line ownCloud client tool.SYNOPSIS¶
owncloudcmd [OPTIONS...] sourcedir owncloudurlDESCRIPTION¶
owncloudcmd is the command line tool used for the ownCloud file synchronization desktop utility. This command line tool is based on mirall. Contrary to the owncloud(1) GUI client, owncloudcmd only performs a single sync run and then exits. In so doing, owncloudcmd replaces the ocsync binary used for the same purpose in earlier releases. A sync run synchronizes a single local directory using a WebDAV share on a remote ownCloud server. To invoke the command line client, provide the local and the remote repository: The first parameter is the local directory. The second parameter is the server URL. NOTE:Prior to the 1.6 release of owncloudcmd, the tool only
accepted owncloud:// or ownclouds:// in place of http://
and https:// as a scheme. See Examples for details.
OPTIONS¶
- --confdir PATH
- Specifies the configuration directory where csync.conf is located.
- --silent
- Inhibits verbose log output.
- --httpproxy http://[user@pass:]<server>:<port>
- Uses server as HTTP proxy.
EXAMPLE¶
To synchronize the ownCloud directory Music to the local directory media/music through a proxy listening on port 8080 on the gateway machine 192.168.178.1, the command line would be:$ owncloudcmd --httpproxy http://192.168.178.1:8080 \ $HOME/media/music \ https://server/owncloud/remote.php/webdav/Music
Using the legacy scheme, it would be:
$ owncloudcmd --httpproxy http://192.168.178.1:8080 \ $HOME/media/music \ ownclouds://server/owncloud/remote.php/webdav/Music
BUGS¶
Please report bugs at https://github.com/owncloud/mirall/issues.SEE ALSO¶
owncloud(1)AUTHOR¶
The ownCloud developersCOPYRIGHT¶
2013, The ownCloud developersSeptember 19, 2015 | . |