diff -r b50ade8e7197 -r 1607450065ba docs/html/push.html --- a/docs/html/push.html Sun Jun 24 11:51:07 2018 +0200 +++ b/docs/html/push.html Sun Jun 24 12:18:12 2018 +0200 @@ -26,6 +26,8 @@
  • remove
  • copy
  • move
  • +
  • export
  • +
  • import
  • get-property
  • set-property
  • remove-property
  • @@ -34,6 +36,7 @@
  • info
  • date
  • add-repository
  • +
  • remove-repository
  • list-repositories
  • check-config
  • @@ -54,6 +57,10 @@
  • delete-conflicts
  • trash-info
  • empty-trash
  • +
  • add-tag
  • +
  • remove-tag
  • +
  • set-tags
  • +
  • list-tags
  • add-directory
  • list-directories
  • check-config
  • @@ -69,12 +76,14 @@ -

    dav-sync push [-cld] <directory>

    +

    dav-sync push [-cldr] [-t <tags>] <directory>

    Pushes all local changes to the server. This uploads all locally modified files and deletes all locally deleted files on the server.

    If conflict detection is not disabled, all files that are also modified on the server will be skipped.

    -c Disable conflict detection. This always overwrites files on the server

    -l Lock the repository before accessing it. After push completed, the repository is unlocked

    -d Don't lock the repository (default)

    +

    -t <tags> Only sync files that match the tag filter expression

    +

    -r Remove resources not matching the tag filter