main use case is to sort by date, e.g., I just re-created a cluster, did some VM/CT backups on a NFS dump of mine which already had quite some backups. Now, on restore I knew that only the backups made yesterday were interesting, so a sort by date would allow me to find them all easily, thus this patch was born. Simple frontend extraction of information from the volid, for now only for backups as there's the only case were we have the info at all. Called the model entry "vdate" for "virtual date". Mayb adding the creation date to all entries could be a nice addition for the API someday. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>