gaubert / gmvault

gmail backup software
http://www.gmvault.org
GNU Affero General Public License v3.0
3.58k stars 288 forks source link

zip file per month? #347

Open crackwitz opened 4 years ago

crackwitz commented 4 years ago

Hi.

I have a ton of emails, thousands per month. I would prefer them not be individual files on my disk. I run gmvault with --resume so it probably doesn't touch emails older than a week anyway.

I've written my own script that runs once a month and packs up (7z) directories that are older than three months. python has a zipfile module and could do this on its own. Ideally I would want gmvault to create new emails right inside a monthly archive file.

Would this be a feature worthy of being included in gmvault itself?