Rsync keeps telling me that my Linux Mint installation is too big to backup on into my TrueNAS machine. And the culprits are my Steam games, especially Cyberpunk 2077 at 66 GB. fml

  • AstralPath@lemmy.ca
    link
    fedilink
    arrow-up
    6
    ·
    5 hours ago

    Don’t back up your games. Steam Cloud saves are a thing and if your games drive shits the bed you can just buy a new one and re-download all your games.

  • ranzispa@mander.xyz
    link
    fedilink
    arrow-up
    1
    ·
    3 hours ago

    How do you have more available space on your machine than on your nas? You can exclude directories easily with rsync, but in this case the best solution to me feels like buying an additional drive to stick into your nas.

  • Skullgrid@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    5 hours ago

    I’ve got 2 drives, 1 SSD, 1HDD. After my recent move, I noticed games were starting much faster. Because they were on the SSD and not the HDD. But the reason for that is the fucking games were starting to be too big to fit on the 256GB SSD.

    • bzIlsn8Fxi@lemmy.worldOP
      link
      fedilink
      arrow-up
      23
      ·
      edit-2
      16 hours ago

      Rsync keeps telling me that my Linux Mint installation is too big to backup on into my TrueNAS machine. And the culprits are my Steam games, especially Cyberpunk 2077 at 66 GB. fml

      • bamboo@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        35
        ·
        15 hours ago

        This feels like some important content you could add to the post, as it’s pretty specific to your situation.

        • notgold@aussie.zone
          link
          fedilink
          English
          arrow-up
          4
          ·
          11 hours ago

          A lot of gamers are jumping ship to Linux. This will be the norm soon. Gamers will hopefully push the Linux desktop to the big league

      • Strider@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        11 hours ago

        I still don’t understand.

        You’re missing if that statement is true. Is rsync ‘wrong’ (which I highly doubt)? Or is your storage not big enough? Then, bummer. Well and exclude, still works, don’t get this post.

      • Russ@bitforged.space
        link
        fedilink
        English
        arrow-up
        16
        ·
        15 hours ago

        Are you just using the rsync command directly? I believe there is an exclude flag that you can use to exempt your steam library folder.

        • cmnybo@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          13
          ·
          14 hours ago

          Yes, there are several options for excluding files and directories. There’s the --exclude option to exclude a file or directory. There’s also the --exclude-from option that lets you specify a file that contains a list of files and directories to exclude.

          There’s not much point in backing up games that are easily downloaded again. Just backup the saves and settings.

        • bzIlsn8Fxi@lemmy.worldOP
          link
          fedilink
          arrow-up
          6
          ·
          15 hours ago

          Yes, I am using rsync from/on my Linux Mint machine, when trying to communicate with another computer (w/ TrueNAS) that it’s time to backup my OS.

          But, I didn’t know about the folder ignoring flag, that is helpful. Thank you for the info. I will look into that before I backup again.