LinuxCommandLibrary

tlmgr-restore

Restore package backups created with `tlmgr backup`.

TLDR

List all available backup revisions for all packages

$ tlmgr restore
copy


List all available backup revisions for a specific package
$ tlmgr restore [package]
copy


Restore a specific revision of a specific package
$ tlmgr restore [package] [revision]
copy


Restore the latest revision of all backed-up packages
$ tlmgr restore --all
copy


Restore a package from a custom backup directory
$ tlmgr restore [package] [revision] --backupdir [path/to/backup_directory]
copy


Perform a dry-run and print all taken actions without making them
$ tlmgr restore --dry-run [package] [revision]
copy

Copied to clipboard