Script to create local backups from Lastpass
Project description
Lastpass Backup
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.
$ pip install lp_backup
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
Release history Release notifications | RSS feed
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.11.tar.gz
(6.0 kB
view hashes)
Built Distribution
lp_backup-0.1.11-py3-none-any.whl
(14.7 kB
view hashes)
Close
Hashes for lp_backup-0.1.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6faeee984eee751d908cb068aac59e0138e2c7395786176ccd03520356cd9ec6 |
|
MD5 | 594c288955c2d8137db13fdc4f2bbd7a |
|
BLAKE2b-256 | 59be6278199bd186f6acdf5425e608c19e18299c6a8797f2c65b1a91662bd021 |