Forrest logo
back to context overview

tlmgr-restore

List of commands for tlmgr-restore:

  • tlmgr-restore:tldr:0f69e tlmgr-restore: Restore a specific revision of a specific package.
    $ tlmgr restore ${package} ${revision}
    try on your machine
    explain this command
  • tlmgr-restore:tldr:3121d tlmgr-restore: Restore a package from a custom backup directory.
    $ tlmgr restore ${package} ${revision} --backupdir ${path-to-backup_directory}
    try on your machine
    explain this command
  • tlmgr-restore:tldr:69f93 tlmgr-restore: Perform a dry-run and print all taken actions without making them.
    $ tlmgr restore --dry-run ${package} ${revision}
    try on your machine
    explain this command
  • tlmgr-restore:tldr:822b3 tlmgr-restore: Restore the latest revision of all backed-up packages.
    $ tlmgr restore --all
    try on your machine
    explain this command
  • tlmgr-restore:tldr:ad0d7 tlmgr-restore: List all available backup revisions for all packages.
    $ tlmgr restore
    try on your machine
    explain this command
  • tlmgr-restore:tldr:c9b0a tlmgr-restore: List all available backup revisions for a specific package.
    $ tlmgr restore ${package}
    try on your machine
    explain this command
back to context overview