Hi, i read the documentation about the procedure. but i have a question about..
When i do the back up about proxmox VE i can see that some " skipping mount point", should i include every directory with the option --include-dev ?
i want a full backup about the system in case of disaster i can restore it.
Cheers
Code:
Caution
Please note that the proxmox-backup-client does not automatically include mount points.
Instead, you will see a short skip mount point notice for each of them.
The idea is to create a separate file archive for each mounted disk.
You can explicitly include them using the --include-dev option (i.e. --include-dev /boot/efi). You can use this option multiple times
for each mount point that should be included.
When i do the back up about proxmox VE i can see that some " skipping mount point", should i include every directory with the option --include-dev ?
i want a full backup about the system in case of disaster i can restore it.
Code:
Output:
skipping mount point: "dev"
skipping mount point: "etc/pve"
skipping mount point: "proc"
skipping mount point: "run"
skipping mount point: "sys"
skipping mount point: "var/lib/lxcfs"
Cheers