• TallonMetroid@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    19 days ago

    Do you have easy physical access to the other machine? If so, the absolute easiest way is to plug a removable device of some sort into your machine (your phone will likely work if you don’t have any USB drives handy), copy the data over, and then plug the device into the other machine and move the data from the device.

    • daggermoon@piefed.worldOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      19 days ago

      I’m sorry. I’m looking for a way to send files from my machine to my sister’s machine on the same network. She’s not very tech literate and I want to make it as easy as possible for her. I’d like a software solution. i thought about a private torrent but it seems impractical.

  • hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    19 days ago

    I’ve used various tools for that, they kinda all work. A Windows network share, or just type in “ssh://user@IP” into the Nautilus file explorer and drag and drop. You can bookmark the address so you don’t need to type it in the next time. If you do it on a regular basis you can alternatively configure a NFS share and the other computer’s filesystem will look just like any other directory and you can copy files as usual. If you want to transfer terabytes of files or they’re millions of small files and you want nice error messages and continuation if something goes wrong, it will be worth doing it with rsync. But you need to look up the parameters (or use a helper), there’s a bunch or arguments needed to make it do the right thing.

    In any case it should transfer roughly 4GB per minute if you have a Gigabit network. I’d say ~250GB per hour. Maybe a bit more or less. But all methods will do it at the same speed unless you tweak it, change compression on transfer…

  • Nurgus@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    19 days ago

    On Ubuntu, just install gnome-user-share on one machine and now you have a Sharing>File Sharing section in Settings. It’s point and click.

  • iocase@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 days ago

    I would make sure both sides are using ZFS then transfer ZFS send/receive snapshot diffs.

    The neat thing about ZFS is by its design it already has the known differences between source and destination, so calculating the diff is trivial. It can also stream blocks as fast as your drives can read them since it’s not handling individual files but block streams.