• Cyborganism@lemmy.ca
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    23 days ago

    Hello,

    I have a desktop PC which I’ll be running Kubuntu 24.04 LTS as my main OS. No Windows dualboot or anything.

    I have 2 hard drives.

    • My main one is a 1TB SSD NVME disk which will contain my Linux OS on a single BTRFS partition.
    • My second one is a 1TB HDD NTFS formatted disk which contains only my data files (Pictures, Documents, Downloads, Desktop, Music, Videos, etc. Symlinked in my /home/user directory to replace the folders of the same name)

    Since I’ll be using BTRFS, I’ll be performing snapshots (daily, weekly, monthly) with a certain retention for each.

    But I want to also take snapshots of my whole system on a monthly basis or so on an external 8TB external backup drive (one of those big ones as big as a book that’s permanently hooked up to my PC) for safety’s sake.

    My external USB backup HDD is exFAT formatted (out of the box).

    Doing an rsync from from my NTFS data drive to my external drive won’t be a problem. But I can’t do an rsync from my BTRFS SDD to my external drive because of permissions, ownership, etc.

    What do you suggest I do in that case for my SDD drive?

    I was thinking of creating a mountable ext4 disk image of maybe 2-4TB and mounting it at boot, then doing an rsync to that disk image on a monthly basis.

    Another option would be to straight up tar bzip the drive, or at least select directories like /home and /etc.

    And lastly, just straight up use dd or clonezilla to create a snapshot. But I want to be able to mount it and view the files though.

    What do you think?

  • Nicht BurningTurtle@feddit.org
    link
    fedilink
    arrow-up
    2
    ·
    23 days ago

    Is there a way for me to limit the framerate of my wayland session, before my window manager is launched? I have to do this, because qtile wayland crashes before reaching my autostart script.

  • henfredemars@infosec.pub
    link
    fedilink
    English
    arrow-up
    1
    ·
    18 days ago

    My network adapters send corrupted packets unless I disable RX/TX offloading with ethtool (this feature is turned on by default). Is this normal? Should I be able to do checksum and TCP session offloading?

      • henfredemars@infosec.pub
        link
        fedilink
        English
        arrow-up
        1
        ·
        18 days ago

        I think the driver is up to date because I’m on the latest 6.8 kernel. Firmware, TP-Link offers none for their junk.

        Is there a way I can check if it’s a driver or a firmware issue? I took a look at the driver code to TBF I’m not enough of an expert to understand how it actually talks to the device.

        • adr1an@programming.devOPM
          link
          fedilink
          arrow-up
          2
          ·
          18 days ago

          On this matter, I’m an ignorant myself too. Perhaps searxing with the model name and brand there’s a post somewhere that shares some insight. Hardware support on linux is great, until it isn’t ;/