A friend of mine called me today about his computers, he has a problem with his backups, and the man who works for his computers disaper some weeks ago.
I’ve found that the USB drive used for the backups is full, and I have to tune the configuration of Urbackup v0.23.1, but we didn’t know neither the name, neither the password of the admin interface.
You can download the sqlite shell from http://sqlite.org/download.html
Open the backup_server.db with it (sqlite3 /var/urbackup/backup_server.db or sqlite3 "C:\Program Files\UrBackupServer\backup_server.db ) and delete all users with:
DELETE FROM si_users;
If there are no users it automatically gives you access and you can recreate the admin account.