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 details)
Built Distribution
File details
Details for the file lp_backup-0.1.11.tar.gz
.
File metadata
- Download URL: lp_backup-0.1.11.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.10 CPython/3.7.1 Linux/4.19.2-arch1-1-ARCH
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5df5963d618cc9f1c0d33f82dd2750ded6ee966da7d47ff6fe25e001f96ef91 |
|
MD5 | edf5c15ac548fc86a51d788e56d4d73a |
|
BLAKE2b-256 | 86c994d273a030aa2118ece2d2bd5f4d1574298afe2c27e2f35a32c77e8294a9 |
File details
Details for the file lp_backup-0.1.11-py3-none-any.whl
.
File metadata
- Download URL: lp_backup-0.1.11-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.10 CPython/3.7.1 Linux/4.19.2-arch1-1-ARCH
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6faeee984eee751d908cb068aac59e0138e2c7395786176ccd03520356cd9ec6 |
|
MD5 | 594c288955c2d8137db13fdc4f2bbd7a |
|
BLAKE2b-256 | 59be6278199bd186f6acdf5425e608c19e18299c6a8797f2c65b1a91662bd021 |