Im reading few things a about dump and i have few unclear points..
if i want to backup my entire system i tough i had to use:
dump -0 -f /mnt/externaldrive/backuplfs.dump /
This ony copies my partition: ad4s1a
then i typed:
dump -0 -f /mnt/externaldrive/backuplfs.dump /usr
which copied the partition: ad4s1f
so my question is:
since i ran the command 2 times using the same file: backuplfs.dump will this file include partitions: ad4s1a and ad4s1f?? or only the last one??
Also is there a way to backup my full file system??? with out listing the folders individually ?? like i want to back up ad4s1a (/),ad4s1d (/var),ad4s1e(/tmp) and ad4s1f(/usr)
if not the command to backup everything would be:
dump -0 -f /mnt/externaldrive/backuplfs.dump / /var /tmp /usr
And if i run that command, when i run it again will it try to backup using incremental backups or it will copy everything again?
Thanks
if i want to backup my entire system i tough i had to use:
dump -0 -f /mnt/externaldrive/backuplfs.dump /
This ony copies my partition: ad4s1a
then i typed:
dump -0 -f /mnt/externaldrive/backuplfs.dump /usr
which copied the partition: ad4s1f
so my question is:
since i ran the command 2 times using the same file: backuplfs.dump will this file include partitions: ad4s1a and ad4s1f?? or only the last one??
Also is there a way to backup my full file system??? with out listing the folders individually ?? like i want to back up ad4s1a (/),ad4s1d (/var),ad4s1e(/tmp) and ad4s1f(/usr)

dump -0 -f /mnt/externaldrive/backuplfs.dump / /var /tmp /usr
And if i run that command, when i run it again will it try to backup using incremental backups or it will copy everything again?
Thanks