Skip to main content

Script to create local backups from Lastpass

Project description

Lastpass Backup

Build Status Documentation Status

Easily backup data from lastpass to your own storage.

Installation

You first need to install the lastpass commandline tool for your platform. It is used internally for accessing the lastpass api.

Then clone the repo and run python3 setup.py install

Install fs.webdavfs for webdav support.

Usage

from lp_backup import Runner

# create backup runner
example_backup_runner = Runner("/home/YOUR_USER/.config/lp_backup.yml")
# run backup
backup_file_name = example_backup_runner.backup()
print(backup_file_name)

# restore backup to /tmp/example-full-restore.csv (which is PLAIN TEXT, be sure to delete after use)
backup_file_name.restore(backup_file_name, "/tmp/test-full-restore.csv")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lp_backup-0.1.1.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

lp_backup-0.1.1-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page