Existing back ups are not listed in the web UI

Hi

I am not sure if that was the case before but I just upgraded the server to 2.4.9 and I am not seeing all the backups properly in the tab

I am using the server on Debian Jessin i386 against Btrfs device. The clients are mixed but this one below is for a Linux client. All client backups are misrepresented in the web ui.

For some reason all the backups from all the clients stop around starting of August, like below. However they are properly backed up on the server as far as I can tell by looking at the backup drive locations.

This is from the terminal ls

drwxr-xr-x  1 urbackup urbackup      26 Jul 29 11:23 190729-1057                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Aug  2 11:02 190802-1059                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Aug  4 22:28 190804-2225                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Aug  4 22:36 190804-2235                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Aug  8 22:41 190808-2237                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Aug 12 22:43 190812-2240                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Aug 16 22:45 190816-2243                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Aug 20 22:48 190820-2245                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Aug 23 23:38 190823-2335                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Aug 27 23:43 190827-2339                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Sep  1 00:44 190831-2343                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Sep  4 23:48 190904-2344                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Sep  8 23:52 190908-2349                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Sep 12 23:53 190912-2349                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Sep 16 23:57 190916-2353                                                                                                                            │
│drwxr-xr-x  1 urbackup urbackup      26 Sep 18 19:16 190918-1913                                                                                                                            │
│drwxr-x---  1 urbackup urbackup      26 Sep 22 20:41 190922-1915                                                                                                                            │
│drwxr-x---  1 urbackup urbackup      26 Sep 26 19:20 190926-1917                                                                                                                            │
│drwxr-x---  1 urbackup urbackup      26 Sep 30 19:27 190930-1920                                                                                                                            │
│drwxr-x---  1 urbackup urbackup      26 Oct  4 12:34 191004-1230                                                                                                                            │
│drwxr-x---  1 urbackup urbackup      26 Oct  8 13:14 191008-1231                                                                                                                            │
│drwxr-x---  1 urbackup urbackup      26 Oct 12 12:39 191012-1233 

This is the web portion of the same device backups

Hmm, could you look if one such backup is in the db?

e.g. via

sqlite3 /var/urbackup/backup_server.db
> SELECT * FROM backups WHERE path='190804-2225';

Also, how did you put the web interface into “dark mode”? :slight_smile:

Hi

I did that and I am not seeing anything listed.

I use “Darkreader” extension, works well on Chromium and Firefox

Also it seems like since the new upgrade, all the clients went through full backups instead of increments :frowning:

It is possible to get Urbackup to regain all those backsups so that it can do proper clean up later, I am worried that they will stay stale forever therefor hold space on my backup drives.

Any speculation about how to proceed with this?