diff -r b50ade8e7197 -r 1607450065ba docs/html/pull.html --- a/docs/html/pull.html Sun Jun 24 11:51:07 2018 +0200 +++ b/docs/html/pull.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,13 +76,15 @@ -

    dav-sync pull [-cld] <directory>

    +

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

    Pulls all changes from the server. All new or modified files are downloaded and all files deleted on the server are deleted locally. If a file is also locally modified and conflict detection is not disabled, the local file is renamed and an entry in the conflict database is added.

    When a trash directory is configured for the SyncDirectory, all files that would be deleted are instead moved to the trash directory.

    When backup-on-pull is enabled for the SyncDirectory, all files that would be overwritten are also moved to the trash.

    -c Disable conflict detection. This always overwrites locally modified files

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

    -d Don't lock the repository (default)

    +

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

    +

    -r Delete files not matching the tag filter