From 96bef1951ca7e6ceabb88e487132fd68d2f2e2cc Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Fri, 24 Sep 2021 01:34:07 +0200 Subject: [PATCH] tlmgr-backup: add page (#6581) --- pages/common/tlmgr-backup.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/common/tlmgr-backup.md diff --git a/pages/common/tlmgr-backup.md b/pages/common/tlmgr-backup.md new file mode 100644 index 0000000000..65841a7801 --- /dev/null +++ b/pages/common/tlmgr-backup.md @@ -0,0 +1,25 @@ +# tlmgr backup + +> Manage backups of TeX Live packages. +> The default backup location is saved in the `backupdir` setting, which can be optained with `tlmgr option`. +> More information: . + +- Make a backup of one or more packages: + +`tlmgr backup {{package1 package2 ...}}` + +- Make a backup of all packages: + +`tlmgr backup --all` + +- Make a backup to a specific directory: + +`tlmgr backup {{package}} --backupdir {{path/to/backup_directory}}` + +- Remove a backup of one or more packages: + +`tlmgr backup clean {{package1 package2 ...}}` + +- Remove all backups: + +`tlmgr backup clean --all`