Hello! I just installed my first system using XFS filesystem, and the xfsdump utility seems interesting. I was following this guide about it, but it does not mention anything about the /media mount point: if I have a USB drive full of files mounted in /media/HDD1 and run

xfsdump -f /data/wholesystem.xfsdump /

will the files on the USB be backupped as well? and what about the /home directory?

  • @neidu2@feddit.nl
    link
    fedilink
    2
    edit-2
    5 months ago

    It will not. Xfsdump only dumps the xfs partition, and any mountpoints are treated as empty folders (which they kind of are).

    • tubbaduOP
      link
      15 months ago

      ok got it, so /home will be backupped and /media will not, correct? thank you very much!

      • @neidu2@feddit.nl
        link
        fedilink
        25 months ago

        Assuming that /home resides on the same filesystem, and is not a separate mountpoint, yes.