Archive of Trac related content, mainly attachments.
rsync -av --delete \
midnight-commander.org:/var/www/trac/attachments/ \
attachments
python unquote-filenames.py
find attachments -type f | \
sort > attachments-fs.csv
SELECT COUNT(*)
FROM attachment;
SELECT CONCAT('attachments/', type, '/', id, '/', filename)
FROM attachment;