Opened 10 years ago

Closed 10 years ago

#4 closed defect (fixed)

Restore Mailing List Archives

Reported by: mevenson Owned by: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:
Parent Tickets:

Description


Change History (6)

comment:1 Changed 10 years ago by ehuelsmann

With this one-liner, it's easy to identify which archives don't have an associated active mailing list:

 $ ls -d /clo-backup/2014-09-23/custom/sys/mailman/mailman/archives/public/* | grep -v '.mbox' | cut -d/ -f10 | grep -v -E "^$(ls -d /var/lib/mailman/lists/* | cut -d/ -f6 | paste -d\| -s)$"
--> 1042 items

comment:2 Changed 10 years ago by ehuelsmann

This ticket consists of a number of steps/parts, creating sub-tickets for each one.

comment:3 Changed 10 years ago by ehuelsmann

Add a subticket #18.

comment:4 Changed 10 years ago by ehuelsmann

Add a subticket #19.

comment:5 Changed 10 years ago by ehuelsmann

Add a subticket #20.

comment:6 Changed 10 years ago by ehuelsmann

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.