`getbackup` now also works when `backup` isn't set
The getbackup command downloads db.sqlite3 from the server. This is very useful for getting the remote database state into your local Django app. Previously, the command only worked when backup was configured. Now, it also works when it isn't.