Add password push and pull
This commit is contained in:
parent
0a5904a26e
commit
eb90aaafe1
|
@ -50,6 +50,14 @@ rgit() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Push and pull my KeePass DB from remote storage.
|
||||||
|
pw-push() {
|
||||||
|
rsync -av ~/.config/pwdb/kirsle.kdbx kirsle:/mnt/volume/pwdb/
|
||||||
|
}
|
||||||
|
pw-pull() {
|
||||||
|
rsync -av kirsle:/mnt/volume/pwdb/kirsle.kdbx ~/.config/pwdb/
|
||||||
|
}
|
||||||
|
|
||||||
# Generate a random UUID4 string.
|
# Generate a random UUID4 string.
|
||||||
uuid4() {
|
uuid4() {
|
||||||
python -c "import uuid; print(str(uuid.uuid4()))"
|
python -c "import uuid; print(str(uuid.uuid4()))"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user