I see there are two ways to do the backup of a server:
- backup each database separately with
stardog-admin db backup, - backup the whole server with
stardog-admin server backup.
So far the only difference I see is that the second option runs much faster and doesn't version backup with a date. What're the other differences?