rt-externalize-attachments - Move attachments from database to external storage
rt-externalize-attachments [options]
rt-externalize-attachments is used to move attachments out of the database to some external storage.
If age is given, then only attachments older than AGE days will be moved. By default everything is moved.
If batchsize is given, then only NUM number of attachments will be moved. By default everything is moved.
If class is given, only objects of the specificed class will be externalized.
Use --ids along with --class to explicitly externalize specified records.
Display this documentation
Log a message (at level "info") for each attachment, both before its upload begins and after it completes.
Make a trial run and do no changes (mostly the same output as a real run is produced). dry-run implies verbose output.