db-sync
This is an old revision of the document!
DB-Sync
- DB-Sync
#!/bin/bash File1=/Scratch/Database.kdbx File2=/home/steve/.Nextcloud/LCS_Stuff/Database.kdbx [ ! -f ${File1} ] && exit 2 [ ! -f ${File2} ] && exit 3 [ ${File1} -nt ${File2} ] && \ rsync -a ${File1} /home/steve/.Nextcloud/LCS_Stuff/ \ || exit 0
db-sync.1682438149.txt.gz · Last modified: by steve
