Hey
I'm playing a little bit with the pbs on pve.
I have a laptop which has the following mount points:
1. /
2. /boot/
3. /home/
I would like to run one command as root to include every mount points. / has a .pxarexclude file so /home/dan/ has.
Separately it's working fine but trying to use the flag
or
doesn't catch the .pxarexclude file of each mount points.
What am I missing here?
Thanks
Dan
I'm playing a little bit with the pbs on pve.
I have a laptop which has the following mount points:
1. /
2. /boot/
3. /home/
I would like to run one command as root to include every mount points. / has a .pxarexclude file so /home/dan/ has.
Separately it's working fine but trying to use the flag
Code:
--include-dev /home/dan/ --include-dev /boot/ --include-dev /
Code:
--all-file-systems
What am I missing here?
Thanks
Dan
Last edited: