docs/src/archive.md

changeset 702
444aa8fe133f
parent 409
90a6d6952d83
--- a/docs/src/archive.md	Sun Dec 15 13:48:31 2019 +0100
+++ b/docs/src/archive.md	Sun Dec 15 16:22:08 2019 +0100
@@ -2,7 +2,7 @@
 title: 'dav-sync archive'
 ---
 
-**`dav-sync archive [-cld] [-t <tags>] <directory>`**
+**`dav-sync archive [-cldSRM] [-t <tags>] <directory>`**
 
 Uploads all new and modified files to the server. The command is similar to the push command, however it does not delete files on the server.
 
@@ -15,3 +15,9 @@
 **`-d`** Don't lock the repository (default)
 
 **`-t <tags>`** Only sync files that match the tag filter expression
+
+**`-S`** Save the previous file version, before replacing it
+
+**`-R`** Upload files, that were deleted on the server since last sync, but still locally available
+
+**`-M`** Upload files, that were modified on the server since last sync

mercurial