You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
database_name=$(sqlite3 $database_path "SELECT d.name FROM securesync_device d JOIN securesync_devicemetadata s WHERE s.device_id = d.id AND s.is_own_device = 1")
# Lock database and do integrity check, then unlock
integrity_check="ok"
# Complete timestamp in the format YYYY-MM-DD_hh:mm:ss
complete_timestamp=$(date +"%F %T")
# Append database name to the string "db_errorlog" to make errolog file
# Check if file exists and
filename="${database_name}_db_error.log"
if [ ! -e "~/.scripts/backupdb/$filename" ] ; then