tlmgr restore
all
Restore package backups created with `tlmgr backup`. The default backup directory is specified by the `backupdir` option, and can be obtained with `tlmgr option`.
More info →Examples (6)
List all available backup revisions for all packages
List all available backup revisions for a specific package
tlmgr restore packageRestore a specific revision of a specific package
tlmgr restore package revisionRestore the latest revision of all backed-up packages
tlmgr restore --allRestore a package from a custom backup directory
tlmgr restore package revision --backupdir path/to/backup_directoryPerform a dry-run and print all taken actions without making them
tlmgr restore --dry-run package revisionmade by @shridhargupta | data from tldr-pages