Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Retain history forever - Scheduled history backups by email or google drive #50

Open
sagardiwan opened this issue Sep 14, 2019 · 4 comments

Comments

@sagardiwan
Copy link

sagardiwan commented Sep 14, 2019

By default the history and browsing activity seems available for only past 4 months. Is the extension using local store or Firefox history ?

Is it possible to save the history externally , before it is deleted from local machine ?

Say history exports along with page titles, timestamps and page urls can be emailed periodically ( weekly/monthly).

This would help accessing history for much longer than just four months.

@jiacai2050
Copy link
Owner

By default the history and browsing activity seems available for only past 4 months

There is no such constraint, this add-on is based on extension api, similar in Firefox.

You can check histories in built-in manager, not in add-ons.

@sagardiwan
Copy link
Author

sagardiwan commented Sep 16, 2019

I just tested and you are correct. The add-on is showing same records as the browser history. But that means that when Firefox auto deletes records from the history , it will be lost permanently. It will be good to have a backup permanently somewhere outside the browser so that the user can always search , say even after two years. I have searched for a solution to retain the browser history forever and not found any solution for firefox.

For Chrome - the following extension can retain history locally beyond 90 days limit. It would be great to have this feature by periodically sending out email backup.

https://chrome.google.com/webstore/detail/history-trends-unlimited/pnmchffiealhkdloeffcdnbgdnedheme?hl=en

@jiacai2050
Copy link
Owner

history-master already can export/import histories, you can try this to keep histories locally.
As for backup via sending email automatically, it's impossible in extension, see this.

@sagardiwan
Copy link
Author

So as of now the user would have to manually export the history regularly.

It may be possible to schedule export at regular interval, say monthly or weekly. So the records can be captured at least locally.

My goal is that the user should never have to worry about losing browsing history and is available for analytics.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants