diff -r 2e3a24b9896a -r 8b88efcbf56f docs/html/sync-list-versions.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/html/sync-list-versions.html Sun Dec 15 17:00:46 2019 +0100 @@ -0,0 +1,120 @@ + + + + + + + dav-sync list-versions + + + + + +
+ DavUtils documentation +
+ + + +
+
+

dav-sync list-versions

+
+

dav-sync list-versions [-s <syncdir>] <file>

+

Lists all available versions of a SyncDirectory file. Example:

+
$ dav-sync list-versions test.txt
+name: 1576420562-69ba29c77659c2db
+lastmodified: Sun, 15 Dec 2019 10:39:30 GMT
+url: https://example.com/webdav/.history/157/1576420562-69ba29c77659c2db
+
+name: 1576420572-b6a1862b0b1c04e6
+lastmodified: Sun, 15 Dec 2019 11:12:28 GMT
+url: https://example.com/webdav/.history/157/1576420572-b6a1862b0b1c04e6
+
+name: 1576420613-8b1260a7a6943580
+lastmodified: Sun, 15 Dec 2019 15:33:06 GMT
+url: https://example.com/webdav/.history/157/1576420613-8b1260a7a6943580
+

The name of a version can be used to restore a previous file version with the dav-sync restore command.

+

-s <syncdir> SyncDirectory for this file

+
+ + +