Linux server and client in question.
Server version: 2.5.34
I’ve created 1 client, and joined it into a group since i would use default settings for these type of clients. I’ve set Default directories to backup to something like:
/opt/wildfly/standalone/configuration;/opt/wildfly/standalone/data;/etc/systemd/system/wildfly.service;/etc/systemd/system/traefik.service;/etc/wildfly/wildfly.conf;/opt/traefik
However (this is probably by design) when i check the backup contents, i see following in root:
configuration
data
wildfly.service
traefik.service
wildfly.conf
traefik
Without root folders. Is there any way to create backups with root folders? In above example, when i browse to: /opt/wildfly/standalone/configuration i would be able to see al files and folders, however any parent directory would be empty.
Additionally, inside /etc/systemd/system i would be able to see:
traefik.service
wildfly.service
But not any other file/folder.
Is this possible at all?
How would restore work if not? Would it know where to restore?