Exporting notes from LastPass does not export files that are in some notes so I need to go through every note that has a file in it and backup it manually. It would help to know which notes have files/attachments in them so that I do not need to open every note.
How to find all records in LastPass that have files/attachments in them?
3k views Asked by Hrvoje At
3
There are 3 answers
0
On
I wrote [this] on Ubuntu (on windows WSL), so not sure it will work on Mac but I suspect tweaks would be be small. It is designed to retrieve all attachments and deals with spaces in file and folder names. Credit to mindrunner for a lot of the concepts, but mine is a bit more specific with the search and retrieval - which is does by identifying each entry with an attachment first.
hope that helps.
3
On
The LastPass CLI open source project has a script that does just this. It's a shell script.
https://github.com/lastpass/lastpass-cli/blob/master/contrib/lpass-att-export.sh
You can use lpass-att-export.sh as noted above, but note that the script doesn't work out of the box on a Mac: