Man page - rt-externalize-attachments-5(8)
Packages contas this manual
- rt-session-viewer-5(8)
- rt-search-attributes-5(8)
- rt-validator-5(8)
- rt-fulltext-indexer-5(8)
- rt-clean-shorteners-5(8)
- rt-passwd-5(8)
- rt-munge-attachments-5(8)
- rt-email-dashboards-5(8)
- rt-setup-database-5(8)
- rt-dump-metadata-5(8)
- rt-clean-sessions-5(8)
- rt-externalize-attachments-5(8)
- rt-ldapimport-5(8)
- rt-crontool-5(1)
- rt-importer-5(8)
- rt-email-digest-5(8)
- rt-validate-aliases-5(8)
- rt-shredder-5(8)
- rt-serializer-5(8)
- rt-setup-fulltext-index-5(8)
- rt-dump-initialdata-5(8)
- rt-email-expiring-auth-tokens-5(8)
- rt-clean-attributes-5(8)
- rt-preferences-viewer-5(8)
- rt-email-group-admin-5(8)
- rt-attributes-viewer-5(8)
Package: request-tracker5
apt-get install request-tracker5
apt-get install request-tracker5
Manuals in package:
Documentations in package:
Manual
| rt-externalize-attachments(8) | Request Tracker Reference | rt-externalize-attachments(8) |
NAME
rt-externalize-attachments - Move attachments from database to external storage
SYNOPSIS
rt-externalize-attachments [options]
DESCRIPTION
rt-externalize-attachments is used to move attachments out of the database to some external storage.
OPTIONS
- --age=AGE
- If age is given, then only attachments older than "AGE" days will be moved. By default everything is moved.
- --batchsize=NUM
- If batchsize is given, then only "NUM" number of attachments will be moved. By default everything is moved.
- -h
- --help
- Display this documentation
- -v
- --verbose
- Log a message (at level "info") for each attachment, both before its upload begins and after it completes.
- --dry-run
- Make a trial run and do no changes (mostly the same output as a real run is produced). "dry-run" implies verbose output.
SEE ALSO
"External-storage" in RT_Config, RT::ExternalStorage
| 2025-10-08 | perl v5.40.1 |