Skip to content

Archive of Trac-related content

Notifications You must be signed in to change notification settings

MidnightCommander/trac-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Trac archive

Archive of Trac related content, mainly attachments.

Provenance

Sync from Trac server

rsync -av --delete \
  midnight-commander.org:/var/www/trac/attachments/ \
  attachments

python unquote-filenames.py

find attachments -type f | \
  sort > attachments-fs.csv

Compare with the state of the database

SELECT COUNT(*)
FROM attachment;

SELECT CONCAT('attachments/', type, '/', id, '/', filename)
FROM attachment;

About

Archive of Trac-related content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published