Skip to content

Instantly share code, notes, and snippets.

View paulmyr's full-sized avatar

Paul Mayer paulmyr

View GitHub Profile
@paulmyr
paulmyr / sync-passwords.sh
Created August 1, 2020 13:20 — forked from ZviBaratz/sync-passwords.sh
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).