Reset settings - aegif/CmisSync GitHub Wiki
Note: This procedure will remove the local content of your computer's CmisSync folder. It will not delete anything on the server.
How to reset CmisSync settings on Windows
- Stop CmisSync
- Go to your CmisSync folder in Windows Explorer (for instance
C:\Users\Nicolas\CmisSync
) - Delete all of the folders it contains (backup any document that is not saved on the server already)
- Navigate to
C:\Users\Nicolas\AppData\Roaming
(it is hidden by default, so you have to show hidden files) - Delete the
cmissync
folder.
How to reset CmisSync settings on Mac/Linux
First, stop CmisSync.
Then delete the ~/CmisSync
and ~/.config/cmissync
directories.
You can do this via a file explorer, or by typing the following commands in a terminal:
rm -rf ~/CmisSync
rm -rf ~/.config/cmissync