tlmgr backup
Manage backups of TeX Live packages. The default backup directory is specified by thebackupdiroption, and can be obtained withtlmgr option. More information: https://www.tug.org/texlive/tlmgr.html.
-
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 custom 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
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.