Skip to content

Instantly share code, notes, and snippets.

View paulmyr's full-sized avatar

Paul Mayer paulmyr

View GitHub Profile
@ZviBaratz
ZviBaratz / sync-passwords.sh
Last active December 2, 2022 00:53
Simple passwords file synchronizer using Rclone
#!/bin/bash
# Important note:
# If you don't synchronize but then edit the other file,
# the newer modification time on the second file edited
# will cause data to be overridden.
# The solution would be to merge manually
# (Database --> Merge from database).