Sync between Owncloud and my PC

Hi
I do synchronization between my PC and my Owncloud account, now everything i create it on my pc it’s going to my Owncloud.

how can i stop this type of synchronization ?

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead

Steps to reproduce

Server configuration

Operating system:

Web server:

Database:

PHP version:

ownCloud version:

Storage backend (external storage):

Client configuration

Client version:

Operating system:

OS language:

Qt version used by client package (Linux only, see also Settings dialog):

Client package (From ownCloud or distro) (Linux only):

Installation path of client:

Logs

Please use Gist (https://gist.github.com/) or a similar code paster for longer
logs.

Template for output < 10 lines

  1. Client logfile: Output of owncloud --logwindow or owncloud --logfile log.txt
    (On Windows using cmd.exe, you might need to first cd into the ownCloud directory)
    (See also http://doc.owncloud.org/desktop/2.2/troubleshooting.html#client-logfile )

  2. Web server error log:

  3. Server logfile: ownCloud log (data/owncloud.log):

Hey,

i just have found the following in https://doc.owncloud.com/desktop/2.5/architecture.html#the-synchronization-process so i don’t think it is possible to stop this type of synchronization because synchronization is exactly what you’re observing.

The process of synchronization keeps files in two separate repositories the same. When synchronized:

  • If a file is added to one repository it is copied to the other synchronized repository.
  • When a file is changed in one repository, the change is propagated to any other synchronized repository.
  • If a file is deleted in one repository, it is deleted in any other.