2021-09-24 00:34:07 +01:00
|
|
|
# tlmgr backup
|
|
|
|
|
|
|
|
> Manage backups of TeX Live packages.
|
2022-08-07 16:44:20 +01:00
|
|
|
> The default backup directory is specified by the `backupdir` option, and can be obtained with `tlmgr option`.
|
2021-09-24 00:34:07 +01:00
|
|
|
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
|
|
|
|
|
|
|
- Make a backup of one or more packages:
|
|
|
|
|
|
|
|
`tlmgr backup {{package1 package2 ...}}`
|
|
|
|
|
|
|
|
- Make a backup of all packages:
|
|
|
|
|
|
|
|
`tlmgr backup --all`
|
|
|
|
|
2022-08-07 16:44:20 +01:00
|
|
|
- Make a backup to a custom directory:
|
2021-09-24 00:34:07 +01:00
|
|
|
|
|
|
|
`tlmgr backup {{package}} --backupdir {{path/to/backup_directory}}`
|
|
|
|
|
|
|
|
- Remove a backup of one or more packages:
|
|
|
|
|
|
|
|
`tlmgr backup clean {{package1 package2 ...}}`
|
|
|
|
|
|
|
|
- Remove all backups:
|
|
|
|
|
|
|
|
`tlmgr backup clean --all`
|