I am intending to follow the native admin manual, Migrate non-btrfs backup storage, for moving the backup data to new storage, but the waters are muddled by the fact the urbackup is hosted in a Docker environment.
I presume that things will not run as intended if I add the new path to the file “migrate_storage_to” and save it on the shared path for /var/urbackup, as the docker file does not have any volume listed for the new path.
Does anyone know if it is possible to list multiple volumes, how this will map on the urbackup server end?
volumes:
- /path/to/your/database/folder:/var/urbackup
- /path/to/your/backup/folder_1:/backups
- /path/to/your/backup/folder_2:/backups