SQLite Forum

sqlar : how to remove files
Login
For my monthly backups, I have a delete line, 
in case I accidentally backup cleartext passwords.

sqlar -d akay_20211001.sqlar akay/pwsafe.txt

Thanks to this thread, I will add a "vacuum" step.

sqlite3 akay_20211001.sqlar "vacuum"