diff -r 2e3a24b9896a -r 8b88efcbf56f docs/html/import.html --- a/docs/html/import.html Sun Dec 15 16:54:05 2019 +0100 +++ b/docs/html/import.html Sun Dec 15 17:00:46 2019 +0100 @@ -1,12 +1,20 @@ - - + + - - + + dav import - - + + +
@@ -26,6 +34,7 @@
  • remove
  • copy
  • move
  • +
  • rename
  • export
  • import
  • get-property
  • @@ -35,9 +44,19 @@
  • unlock
  • info
  • date
  • +
  • versioncontrol
  • +
  • list-versions
  • +
  • checkout
  • +
  • checkin
  • +
  • uncheckout
  • add-repository
  • remove-repository
  • list-repositories
  • +
  • repository-url
  • +
  • add-user
  • +
  • remove-user
  • +
  • edit-user
  • +
  • list-users
  • check-config
  • Configuration
  • @@ -53,11 +72,13 @@
  • pull
  • push
  • archive
  • -
  • list-conflicts
  • +
  • restore
  • +
  • list-conflicts
  • resolve-conflicts
  • delete-conflicts
  • trash-info
  • empty-trash
  • +
  • list-versions
  • add-tag
  • remove-tag
  • set-tags
  • @@ -74,9 +95,9 @@
    - +

    dav import [-pc] [-k <key>] [-L <lock>] <url> <file>

    Uploads the content of an archive file to a collection. If the url points to a non-existing collection, the collection is created.

    Currently the only available archive format is the ustar format. You can use tools like tar or the dav export command to create such archives.