sqlite backup manager
Runs VACUUM INTO on the server's
database and downloads a consistent
.db snapshot. The source database is
fixed on the server (DB_PATH in
sqlite_backup.php).
Upload a previously downloaded
.db snapshot to overwrite the
server's current database. This action
cannot be undone
— the live database (DB_PATH in
sqlite_restore.php) will be replaced.
Resets the server's database to a bundled
sample dataset. Useful for demos, testing, or
starting fresh. This
replaces the current database
with SAMPLE_DB_PATH (configured in
sqlite_init.php).