mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-03 03:05:43 +03:00
b5ed352aa3
Only confluct resolution, do not compile or works Conflicts: CMakeLists.txt CPackConfig.cmake ConfigureChecks.cmake client/csync_client.c cmake/Modules/DefineCompilerFlags.cmake cmake/Modules/DefineInstallationPaths.cmake cmake/Modules/FindIconv.cmake cmake/Modules/FindIniparser.cmake cmake/Modules/FindNeon.cmake config.h.cmake config/CMakeLists.txt config/ocsync.conf doc/CMakeLists.txt modules/csync_owncloud.c modules/csync_sftp2.c src/CMakeLists.txt src/csync.c src/csync.h src/csync_config.c src/csync_exclude.c src/csync_lock.c src/csync_macros.h src/csync_misc.c src/csync_misc.h src/csync_private.h src/csync_propagate.c src/csync_statedb.c src/csync_statedb.h src/csync_update.c src/csync_util.c src/csync_util.h src/std/c_dir.c src/std/c_file.c src/std/c_private.h src/std/c_string.c src/std/c_string.h src/std/c_time.c src/vio/csync_vio.c src/vio/csync_vio.h src/vio/csync_vio_file_stat.h src/vio/csync_vio_local.c src/vio/csync_vio_method.h tests/CMakeLists.txt tests/csync_tests/check_csync_statedb_load.c tests/csync_tests/check_csync_statedb_query.c tests/csync_tests/check_csync_treewalk.c tests/csync_tests/check_csync_update.c tests/ownCloud/HTTP/DAV.pm tests/ownCloud/ownCloud/Test.pm tests/std_tests/check_std_c_str.c tests/vio_tests/check_vio.c
104 lines
1.9 KiB
Text
104 lines
1.9 KiB
Text
csync(1)
|
|
========
|
|
|
|
NAME
|
|
----
|
|
|
|
csync - A commandline frontent for csync a user level bidirectional file
|
|
synchronizer.
|
|
|
|
|
|
SYNOPSIS
|
|
--------
|
|
|
|
*csync* ['OPTION'...] 'SOURCE' 'DESTINATION'
|
|
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
|
|
csync is a client only bidirectional file synchronizer. It synchronizes the
|
|
content of 'SOURCE' with 'DESTINATION' and vice versa. The 'DESTINATION' can
|
|
be a local directory or a remote file server.
|
|
|
|
You can use csync for different things. The intention is to provide Roaming
|
|
Home Directories for Linux but you can use it to synchronize your music
|
|
collection or create a backup of a directory.
|
|
|
|
|
|
OPTIONS
|
|
-------
|
|
|
|
*--create-statedb*::
|
|
Run update detection and write the statedb
|
|
(TESTING ONLY!)
|
|
*-d, --disable-statedb*::
|
|
Disable the usage and creation of a statedb.
|
|
|
|
*--exclude-file='<file>'*::
|
|
Add an additional exclude file
|
|
|
|
*-r, --reconcile*::
|
|
Run ONLY update detection and reconcilation
|
|
This option is for debugging
|
|
|
|
*-u, --update*::
|
|
Run ONLY the update detection
|
|
This option is for debugging
|
|
|
|
*-?, --help*::
|
|
Print the help list
|
|
|
|
*-V, --version*::
|
|
Print program version
|
|
|
|
|
|
EXIT STATUS
|
|
-----------
|
|
*0*::
|
|
Success
|
|
|
|
*1*::
|
|
Failure (syntax or usage error; configuration error;
|
|
unexpected error).
|
|
|
|
|
|
EXAMPLES
|
|
--------
|
|
|
|
* csync /home/user /backup/home/user
|
|
|
|
Synchronizer two local directories.
|
|
|
|
* csync /home/user smb://server/share/user
|
|
|
|
Synchronize a home directory with a SMB share.
|
|
|
|
* csync /home/user smb://user:password@server/share/user
|
|
|
|
Synchronize a home directory with a SMB share and provide username and
|
|
password directly.
|
|
|
|
BUGS
|
|
----
|
|
|
|
Please report bugs at https://dev.csync.org/.
|
|
|
|
|
|
SEE ALSO
|
|
--------
|
|
|
|
*libcsync*(7)
|
|
|
|
|
|
AUTHORS
|
|
-------
|
|
|
|
Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
|
|
COPYING
|
|
-------
|
|
Copyright \(c) 2006-2008 Andreas Schneider. Free use of this software is
|
|
granted under the terms of the GNU General Public License (GPL).
|
|
|