Any way to export data from CLI tool?
I'm of the mindset that I "expect everything to fail" so I like to have a disaster recovery plan in place for my data and I just realized that I do not have one for my password manager. I see this post: https://discussions.agilebits.com/discussion/87457/exporting-data-without-access-to-a-native-application
The user lmcm mentions he exported data out of the cli application and I'm not seeing anything for export in the --help or docs. If possible I'd like to run a cronjob nightly to have an export of my data and push it to my nextcloud instance, I just need some assistance in getting the export working.
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Sync Type: Not Provided
Comments
-
@dfontaine we've had users write their own scripts to combine the
list
andget
commands to download everything from their account, but it is not an officially support feature of the CLI.0