Add an option to backup all mounted volumes

Issue #1 new
Hervé Le Roy repo owner created an issue

It would be useful to backup all volumes without explicitely declaring a DATA_PATH.

On a Linux host, it is possible from within the container to list the mounted volumes: mount | grep ^/dev/ | grep -v /etc | awk '{print $3}'

Comments (1)

  1. Log in to comment