Sun, 17 Jun 2018 09:50:05 +0200
adds support for tag colors
283
0e36bb75a732
adds dav-sync introduction and sync.xml documentation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
282
diff
changeset
|
1 | --- |
0e36bb75a732
adds dav-sync introduction and sync.xml documentation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
282
diff
changeset
|
2 | title: 'dav-sync push' |
0e36bb75a732
adds dav-sync introduction and sync.xml documentation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
282
diff
changeset
|
3 | --- |
273 | 4 | |
409
90a6d6952d83
adds documentation for new dav-sync features
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
285
diff
changeset
|
5 | **`dav-sync push [-cldr] [-t <tags>] <directory>`** |
273 | 6 | |
7 | Pushes all local changes to the server. This uploads all locally modified files and deletes all locally deleted files on the server. | |
8 | ||
9 | If conflict detection is not disabled, all files that are also modified on the server will be skipped. | |
10 | ||
282
3070d72f54af
more minor improvements to the documentation
Mike Becker <universe@uap-core.de>
parents:
273
diff
changeset
|
11 | **`-c`** Disable conflict detection. This always overwrites files on the server |
273 | 12 | |
13 | **`-l`** Lock the repository before accessing it. After `push` completed, the repository is unlocked | |
14 | ||
282
3070d72f54af
more minor improvements to the documentation
Mike Becker <universe@uap-core.de>
parents:
273
diff
changeset
|
15 | **`-d`** Don't lock the repository (default) |
3070d72f54af
more minor improvements to the documentation
Mike Becker <universe@uap-core.de>
parents:
273
diff
changeset
|
16 | |
409
90a6d6952d83
adds documentation for new dav-sync features
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
285
diff
changeset
|
17 | **`-t <tags>`** Only sync files that match the tag filter expression |
90a6d6952d83
adds documentation for new dav-sync features
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
285
diff
changeset
|
18 | |
90a6d6952d83
adds documentation for new dav-sync features
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
285
diff
changeset
|
19 | **`-r`** Remove resources not matching the tag filter |