
| Current Path : /usr/share/doc/nextcloud-desktop/html/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //usr/share/doc/nextcloud-desktop/html/faq.html |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>FAQ — Nextcloud Client Manual 2.4.0 documentation</title>
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Glossary" href="glossary.html" />
<link rel="prev" title="Appendix C: Troubleshooting" href="troubleshooting.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="glossary.html" title="Glossary"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="troubleshooting.html" title="Appendix C: Troubleshooting"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Client Manual</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="faq">
<h1>FAQ<a class="headerlink" href="#faq" title="Permalink to this headline">¶</a></h1>
<div class="section" id="some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified">
<h2>Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.<a class="headerlink" href="#some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified" title="Permalink to this headline">¶</a></h2>
<p>It is possible that another program is changing the modification date of the file.
If the file is uses the <code class="docutils literal notranslate"><span class="pre">.eml</span></code> extension, Windows automatically and
continually changes all files, unless you remove
<code class="docutils literal notranslate"><span class="pre">\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PropertySystem\PropertyHandlers</span></code>
from the windows registry.
See <a class="reference external" href="http://petersteier.wordpress.com/2011/10/22/windows-indexer-changes-modification-dates-of-eml-files/">http://petersteier.wordpress.com/2011/10/22/windows-indexer-changes-modification-dates-of-eml-files/</a> for more information.</p>
</div>
<div class="section" id="syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories">
<h2>Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.<a class="headerlink" href="#syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories" title="Permalink to this headline">¶</a></h2>
<p>The sync client has been intentionally limited to sync no deeper than 100
sub-directories. The hard limit exists to guard against bugs with cycles
like symbolic link loops.
When a deeply nested directory is excluded from synchronization it will be
listed with other ignored files and directories in the “Not synced” tab of
the “Activity” pane.</p>
</div>
<div class="section" id="there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably">
<h2>There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.<a class="headerlink" href="#there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably" title="Permalink to this headline">¶</a></h2>
<p>On linux when the synchronized folder contains very many subfolders the
operating system may not allow for enough inotify watches to monitor the
changes in all of them.</p>
<p>In this case the client will not be able to immediately start the
synchronization process when a file in one of the unmonitored folders changes.
Instead, the client will show the warning and manually scan folders for changes
in a regular interval (two hours by default).</p>
<p>This problem can be solved by setting the fs.inotify.max_user_watches
sysctl to a higher value. This can usually be done either temporarily:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">echo</span> <span class="mi">524288</span> <span class="o">></span> <span class="o">/</span><span class="n">proc</span><span class="o">/</span><span class="n">sys</span><span class="o">/</span><span class="n">fs</span><span class="o">/</span><span class="n">inotify</span><span class="o">/</span><span class="n">max_user_watches</span>
</pre></div>
</div>
<p>or permanently by adjusting <code class="docutils literal notranslate"><span class="pre">/etc/sysctl.conf</span></code>.</p>
</div>
<div class="section" id="i-want-to-move-my-local-sync-folder">
<h2>I Want To Move My Local Sync Folder<a class="headerlink" href="#i-want-to-move-my-local-sync-folder" title="Permalink to this headline">¶</a></h2>
<p>The Nextcloud desktop client does not provide a way to change the local sync directory.
However, it can be done, though it is a bit unorthodox.
Specifically, you have to:</p>
<ol class="arabic simple">
<li>Remove the existing connection which syncs to the wrong directory</li>
<li>Add a new connection which syncs to the desired directory</li>
</ol>
<div class="figure">
<img alt="Remove an existing connection" src="_images/remove.png" />
</div>
<p>To do so, in the client UI, which you can see above, click the “<strong>Account</strong>” drop-down menu and then click “Remove”.
This will display a “<strong>Confirm Account Removal</strong>” dialog window.</p>
<div class="figure">
<img alt="Remove existing connection confirmation dialog" src="_images/confirm.png" />
</div>
<p>If you’re sure, click “<strong>Remove connection</strong>”.</p>
<p>Then, click the Account drop-down menu again, and this time click “<strong>Add new</strong>”.</p>
<div class="figure">
<img alt="Replacement connection wizard" src="_images/wizard.png" />
</div>
<p>This opens the Nextcloud Connection Wizard, which you can see above, <em>but</em> with an extra option.
This option provides the ability to either: keep the existing data (synced by the previous connection) or to start a clean sync (erasing the existing data).</p>
<div class="admonition important">
<p class="first admonition-title">Important</p>
<p class="last">Be careful before choosing the “Start a clean sync” option. The old sync folder <em>may</em> contain a considerable amount of data, ranging into the gigabytes or terabytes. If it does, after the client creates the new connection, it will have to download <strong>all</strong> of that information again. Instead, first move or copy the old local sync folder, containing a copy of the existing files, to the new location. Then, when creating the new connection choose “<em>keep existing data</em>” instead. The Nextcloud client will check the files in the newly-added sync folder and find that they match what is on the server and not need to download anything.</p>
</div>
<p>Make your choice and click “<strong>Connect…</strong>”.
This will then step you through the Connection Wizard, just as you did when you setup the previous sync connection, but giving you the opportunity to choose a new sync directory.</p>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">FAQ</a><ul>
<li><a class="reference internal" href="#some-files-are-continuously-uploaded-to-the-server-even-when-they-are-not-modified">Some Files Are Continuously Uploaded to the Server, Even When They Are Not Modified.</a></li>
<li><a class="reference internal" href="#syncing-stops-when-attempting-to-sync-deeper-than-100-sub-directories">Syncing Stops When Attempting To Sync Deeper Than 100 Sub-directories.</a></li>
<li><a class="reference internal" href="#there-was-a-warning-about-changes-in-synchronized-folders-not-being-tracked-reliably">There Was A Warning About Changes In Synchronized Folders Not Being Tracked Reliably.</a></li>
<li><a class="reference internal" href="#i-want-to-move-my-local-sync-folder">I Want To Move My Local Sync Folder</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="troubleshooting.html"
title="previous chapter">Appendix C: Troubleshooting</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="glossary.html"
title="next chapter">Glossary</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/faq.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="glossary.html" title="Glossary"
>next</a> |</li>
<li class="right" >
<a href="troubleshooting.html" title="Appendix C: Troubleshooting"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Client Manual</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2013-2020, The Nextcloud developers.
Last updated on Mar 24, 2020.
</div>
</body>
</html>