While using proxmox-backup-client to backup a standard LXD/LXC host and it's containers, I see the following warnings of content being skipped:
which is to be expected, since it skips mountpoints by default.
I could manually include in the backup script arguments such as `--include-dev /snap/core20/current`, but this will become a pain to manage as you add and remove snaps. It seems that I cannot use wilcards to designate mountpoints for `--include-dev` -- it only takes full paths.
Long story short, is there any way I can work around this limitation for `--include-dev` which will not change as snaps get added/removed?
TIA
Code:
skipping mount point: "snap/core/14447"
skipping mount point: "snap/core20/1778"
skipping mount point: "snap/lxd/24323"
skipping mount point: "snap/snapd/17950"
which is to be expected, since it skips mountpoints by default.
I could manually include in the backup script arguments such as `--include-dev /snap/core20/current`, but this will become a pain to manage as you add and remove snaps. It seems that I cannot use wilcards to designate mountpoints for `--include-dev` -- it only takes full paths.
Long story short, is there any way I can work around this limitation for `--include-dev` which will not change as snaps get added/removed?
TIA
Last edited: