diff -r b50ade8e7197 -r 1607450065ba docs/html/export.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/html/export.html Sun Jun 24 12:18:12 2018 +0200 @@ -0,0 +1,92 @@ + + + + + + + dav export + + + + +
+ DavUtils documentation +
+ + + +
+ +

dav export [-pc] [-o <file>] [-u <date>] <url>

+

Downloads a resource or a collection with all child resources, and writes the contents to an archive file. The Output is written to stdout, unless the -o option is used.

+

Currently the only available archive format is the ustar format.

+

These archive files can be uploaded to an collection with the dav import command.

+

-p disable file name and content decryption. You get exactly what is stored on the server.

+

-c enable file name and content decryption

+

-o <file> specify the local output file. A - indicates stdout

+

-u <date> download only files which are modified since the specified date. Uses the HTTP date format

+

Example: create tar file from collection

+
$ dav export -o collection.tar myserv/col/
+
+ + +