tlmgr restore
Restore package backups created withtlmgr backup. The default backup directory is specified by thebackupdiroption, and can be obtained withtlmgr option. More information: https://www.tug.org/texlive/tlmgr.html.
- 
List all available backup revisions for all packages:
 tlmgr restore
- 
List all available backup revisions for a specific package:
 tlmgr restore {{package}}
- 
Restore a specific revision of a specific package:
 tlmgr restore {{package}} {{revision}}
- 
Restore the latest revision of all backed-up packages:
 tlmgr restore --all
- 
Restore a package from a custom backup directory:
 tlmgr restore {{package}} {{revision}} --backupdir {{path/to/backup_directory}}
- 
Perform a dry-run and print all taken actions without making them:
 tlmgr restore --dry-run {{package}} {{revision}}
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.