Mon, 08 Sep 2025 12:15:28 +0200
move sync main to a different file
| 722 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> | |
| 3 | <head> | |
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| 5 | <meta http-equiv="Content-Style-Type" content="text/css" /> | |
| 6 | <meta name="generator" content="pandoc" /> | |
| 7 | <title>dav edit</title> | |
| 8 | <style type="text/css">code{white-space: pre;}</style> | |
| 9 | <link rel="stylesheet" href="davdoc.css" type="text/css" /> | |
| 10 | </head> | |
| 11 | <body> | |
| 12 | <div class="header"> | |
| 13 | <a href="./index.html"><span>DavUtils documentation</span></a> | |
| 14 | </div> | |
| 15 | <div class="sidebar"> | |
| 16 | <div class="nav"> | |
| 17 | <h3>dav</h3> | |
| 18 | <ul> | |
| 19 | <li><a href="getting-started.html">Getting started</a></li> | |
| 20 | <li><a href="commands.html">Commands</a></li> | |
| 21 | <ul> | |
| 22 | <li><a href="list.html">list</a></li> | |
| 23 | <li><a href="get.html">get</a></li> | |
| 24 | <li><a href="put.html">put</a></li> | |
| 25 | <li><a href="edit.html">edit</a></li> | |
| 26 | <li><a href="mkdir.html">mkdir</a></li> | |
| 27 | <li><a href="remove.html">remove</a></li> | |
| 28 | <li><a href="copy.html">copy</a></li> | |
| 29 | <li><a href="move.html">move</a></li> | |
| 30 | <li><a href="rename.html">rename</a></li> | |
| 31 | <li><a href="export.html">export</a></li> | |
| 32 | <li><a href="import.html">import</a></li> | |
| 33 | <li><a href="get-property.html">get-property</a></li> | |
| 34 | <li><a href="set-property.html">set-property</a></li> | |
| 35 | <li><a href="remove-property.html">remove-property</a></li> | |
| 36 | <li><a href="lock.html">lock</a></li> | |
| 37 | <li><a href="unlock.html">unlock</a></li> | |
| 38 | <li><a href="info.html">info</a></li> | |
| 39 | <li><a href="date.html">date</a></li> | |
| 40 | <li><a href="versioncontrol.html">versioncontrol</a></li> | |
| 41 | <li><a href="list-versions.html">list-versions</a></li> | |
| 42 | <li><a href="checkout.html">checkout</a></li> | |
| 43 | <li><a href="checkin.html">checkin</a></li> | |
| 44 | <li><a href="uncheckout.html">uncheckout</a></li> | |
| 45 | <li><a href="add-repository.html">add-repository</a></li> | |
| 46 | <li><a href="remove-repository.html">remove-repository</a></li> | |
| 47 | <li><a href="list-repositories.html">list-repositories</a></li> | |
| 48 | <li><a href="repository-url.html">repository-url</a></li> | |
| 49 | <li><a href="add-user.html">add-user</a></li> | |
| 50 | <li><a href="remove-user.html">remove-user</a></li> | |
| 51 | <li><a href="edit-user.html">edit-user</a></li> | |
| 52 | <li><a href="list-users.html">list-users</a></li> | |
| 53 | <li><a href="check-config.html">check-config</a></li> | |
| 54 | </ul> | |
| 55 | <li><a href="configuration.html">Configuration</a></li> | |
| 56 | <li><a href="encryption.html">Encryption</a></li> | |
| 57 | </ul> | |
| 58 | </div> | |
| 59 | <div class="nav"> | |
| 60 | <h3>dav-sync</h3> | |
| 61 | <ul> | |
| 62 | <li><a href="introduction.html">Introduction</a></li> | |
| 63 | <li><a href="sync-commands.html">Commands</a></li> | |
| 64 | <ul> | |
| 65 | <li><a href="pull.html">pull</a></li> | |
| 66 | <li><a href="push.html">push</a></li> | |
| 67 | <li><a href="archive.html">archive</a></li> | |
| 68 | <li><a href="restore.html">restore</a></li> | |
| 69 | <li><a href="list-conflicts.html">list-conflicts</a></li> | |
| 70 | <li><a href="resolve-conflicts.html">resolve-conflicts</a></li> | |
| 71 | <li><a href="delete-conflicts.html">delete-conflicts</a></li> | |
| 72 | <li><a href="trash-info.html">trash-info</a></li> | |
| 73 | <li><a href="empty-trash.html">empty-trash</a></li> | |
| 74 | <li><a href="list-versions.html">list-versions</a></li> | |
| 75 | <li><a href="add-tag.html">add-tag</a></li> | |
| 76 | <li><a href="remove-tag.html">remove-tag</a></li> | |
| 77 | <li><a href="set-tags.html">set-tags</a></li> | |
| 78 | <li><a href="list-tags.html">list-tags</a></li> | |
| 79 | <li><a href="add-directory.html">add-directory</a></li> | |
| 80 | <li><a href="list-directories.html">list-directories</a></li> | |
| 81 | <li><a href="sync-check-config.html">check-config</a></li> | |
| 82 | <li><a href="check-repositories.html">check-repositories</a></li> | |
| 83 | </ul> | |
| 84 | <li><a href="sync-configuration.html">Configuration</a></li> | |
| 85 | </ul> | |
| 86 | </div> | |
| 87 | </div> | |
| 88 | ||
| 89 | <!-- begin content --> | |
| 90 | <div class="content"> | |
| 91 | <div id="header"> | |
| 92 | <h1 class="title">dav edit</h1> | |
| 93 | </div> | |
| 94 | <p><strong><code>dav edit [-pc] [-k <key>] [-V <version>] <url></code></strong></p> | |
| 95 | <p>Downloads a resources and opens an editor. If there is no resource at the specified location, it is attempted to create a fresh resource before opening the editor.</p> | |
| 96 | <p>The default editor <code>vi</code> can be changed with the <code>EDITOR</code> environment variable.</p> | |
| 97 | <p>This command transparently handles decryption and encryption. If you download and open a plain text file and request content encryption (either by config or by command line option) the file will be re-uploaded with content encryption. However, a present file will keep its (plain text) file name in any case.</p> | |
| 98 | <p><strong><code>-p</code></strong> disable file name encryption and decryption</p> | |
| 99 | <p><strong><code>-c</code></strong> enable file name and content encryption</p> | |
| 100 | <p><strong><code>-k <key></code></strong> use the specified key for encryption. The key must be configured in the config.xml file</p> | |
| 101 | <p><strong><code>-V <version></code></strong> downloads a specific version of the resource. Available versions can be listed with the <em>list-versions</em> command</p> | |
| 102 | </div> | |
| 103 | <!-- end content --> | |
| 104 | </body> | |
| 105 | </html> |