Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with bleanser to help detect/remove 'useless' database backups #26

Closed
seanbreckenridge opened this issue Feb 10, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@seanbreckenridge
Copy link
Owner

https://github.com/karlicoss/bleanser

to help remove old databases which don't add any unique results

@seanbreckenridge seanbreckenridge self-assigned this Feb 13, 2022
@seanbreckenridge seanbreckenridge added the enhancement New feature or request label Feb 13, 2022
@seanbreckenridge seanbreckenridge changed the title Integrate with bleanser Integrate with bleanser to help detect/remove 'useless' database backups May 6, 2022
@seanbreckenridge
Copy link
Owner Author

seanbreckenridge commented Jul 30, 2022

would be a bit complicated to totally integrated given the number of databases, but personally have had good results using:

https://github.com/karlicoss/bleanser
pip install ./bleanser
python3 -m bleanser.modules.firefox prune --glob ~/data/browsing/firefox'*' --move ~/.cache/removed

That also has a module for chrome which worked on my small amount of chrome backups

seanbreckenridge added a commit to seanbreckenridge/HPI-personal that referenced this issue Jul 30, 2022
I believe this will make it easier to prune
'usless' databases using bleanser

related: seanbreckenridge/browserexport#26
@seanbreckenridge
Copy link
Owner Author

I personally use a script to merge all my databases into a JSON file every 3 months or so, using a merge-browser-history script

I think theres enough solutions here -- either use the bleanser module or backup dbs to long term storage/merge all browser db's into one like my script does

Feel free to re-open/comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant