1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/tlmgr-backup.md

26 lines
621 B
Markdown
Raw Normal View History

2021-09-24 01:34:07 +02:00
# tlmgr backup
> Manage backups of TeX Live packages.
2022-06-30 21:57:34 +02:00
> The default backup location is saved in the `backupdir` setting, which can be obtained with `tlmgr option`.
2021-09-24 01:34:07 +02: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`
- Make a backup to a specific directory:
`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`