Skip to content

Instantly share code, notes, and snippets.

@b4284
Created May 14, 2021 13:52
Show Gist options
  • Save b4284/e51f5d7437e642900281ebe86ef7cad4 to your computer and use it in GitHub Desktop.
Save b4284/e51f5d7437e642900281ebe86ef7cad4 to your computer and use it in GitHub Desktop.
#!/bin/bash
f=my-vault.kdbx
a=~/Sync
b=~/Dropbox
rsync -uc $a/$f $b/$f
rsync -uc $b/$f $a/$f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment