But when I take a look on WinBox → Files then the only things I see are couple of directories called container store. Once I download this to Windows computer it size is 0 bytes, which seems a bit wired. Which I am missing or do not know about
PS. At the first start of adguard container I saw for a second some files under adguard-config but then i changed to container store.
You can just insert USB drive to Linux machine or VM and mount it inside Linux, use tar for backuping to preserve special files (like in /dev), permissions and symlinks on dirs/files, example.
Not sure it can be done without detaching USB from MT device, over SMB you cannot get permissions and other above mentioned which are necessary for proper FS backup.
P.S.
It should be possible to do it inside running container using its shell from ROS terminal, like described here and then transfer backup archive from mounted directory (not as container store) in ROS to local OS over Winbox, not sure if Adguard container image has tar, but it should be possible to install it over package manager (apt/apk - depending on which Linux OS container image is based) from container shell.
And did you tried to backup/restore root OS dir like that?
@nieprzem generally it not needed to backup containers root dir, just mounts which are preserving configuration and other files that are needed for service to be restored as configured. Then these directories can be mounted not as container store and files are visible in ROS and can be copied elsewhere from WInbox. To see files in ROS in mounted container directory delete .type file (existence of this file in dir hides dir content in ROS) from that dir (do not do this in root-dir!) from container shell or when creating container mount already existing directory which doesn’t contain that file.
@optio thanks for the tip.
I have created adguard-conf directory and recreated container. Now I am able to see the adguard conf file, which could be send later on using fetch tool to local FTP server.
Thank you.