commands.sh

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

Restore a specific revision of a specific package

tlmgr restore package revision

Restore the latest revision of all backed-up packages

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
made by @shridhargupta | data from tldr-pages