mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-18 03:41:50 +03:00
Enable the backup of conflicts files in owncloudcmd
This commit is contained in:
parent
c956d11183
commit
5118054fa3
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ int main(int argc, char **argv) {
|
||||||
|
|
||||||
//csync_set_log_callback( _csync_ctx, csyncLogCatcher );
|
//csync_set_log_callback( _csync_ctx, csyncLogCatcher );
|
||||||
csync_set_log_verbosity(_csync_ctx, 11);
|
csync_set_log_verbosity(_csync_ctx, 11);
|
||||||
|
csync_enable_conflictcopys(_csync_ctx);
|
||||||
|
|
||||||
|
|
||||||
csync_set_auth_callback( _csync_ctx, getauth );
|
csync_set_auth_callback( _csync_ctx, getauth );
|
||||||
|
|
Loading…
Reference in a new issue