diff options
author | Norbert Preining <preining@logic.at> | 2008-10-06 09:07:41 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-10-06 09:07:41 +0000 |
commit | 74d39f62c7e8d3ae00880e7e004fd3364ae73824 (patch) | |
tree | cf8358fc7ac709461de1b79ad2d71aed2f2eadec | |
parent | 7bd5dea325b7ad05e831e46b64856c4851862143 (diff) |
add tlmgr TODO for backup extensions
git-svn-id: svn://tug.org/texlive/trunk@10870 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index c7b2667c5b5..8fb13435fda 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -6,6 +6,18 @@ # or any later version. # # TODO: +# - backup extensions (email from Manuel) +# tlmgr option backupdir /some/fix/location +# with default TLROOT/backups as default +# In the longer term, I've heard demands for an auto-backup feature. The +# obvious question would be hard disk space. On should probably set +# options such as: +# - never auto-backup (probably the default) +# - keep only N backups per package (typically, one) +# - only keep backups younger than M months (or weeks or) +# - always do backups, let the user clean them up manually +# Possibly, an operation like 'tlmgr clean' for cleaning old backup could +# be great. # - tlmgr fileassoc ... on win32: # tlmgr fileassoc dvi winout # tlmgr fileassoc pdf psv |