texlive[45727] Master/tlpkg/doc/JSON-formats.txt: document TLBACKUP

commits+preining at tug.org commits+preining at tug.org
Thu Nov 9 05:44:22 CET 2017


Revision: 45727
          http://tug.org/svn/texlive?view=revision&revision=45727
Author:   preining
Date:     2017-11-09 05:44:22 +0100 (Thu, 09 Nov 2017)
Log Message:
-----------
document TLBACKUP json format

Modified Paths:
--------------
    trunk/Master/tlpkg/doc/JSON-formats.txt

Modified: trunk/Master/tlpkg/doc/JSON-formats.txt
===================================================================
--- trunk/Master/tlpkg/doc/JSON-formats.txt	2017-11-09 04:44:14 UTC (rev 45726)
+++ trunk/Master/tlpkg/doc/JSON-formats.txt	2017-11-09 04:44:22 UTC (rev 45727)
@@ -111,6 +111,25 @@
   }
 }
 
+TLBACKUP
+--------
+This format is used when dumping available backups via the
+tlmgr restore action.
+JSON array of JSON objects, one per available backup.
+Each backup has keys: name, rev, date (all strings).
+Example:
+[
+   {
+      "date" : "2017-10-30 11:04",
+      "name" : "uplatex",
+      "rev" : "45414"
+   },
+   {
+      "date" : "2017-09-28 10:50",
+      "name" : "uplatex",
+      "rev" : "45141"
+   }
+]
 
 TODO
   UPDATE JSON format



More information about the tex-live-commits mailing list