• 0 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: July 11th, 2023

help-circle

  • Because as you suspect, an image backup cannot be done while the partition being imaged is live.

    can’t it, though?

    macrium reflect’s normal operation is to run when the ststem is running normally. it creates a volume shadowcopy of your filesystem, and backs that up. a BTRFS/ZFS snapshot is basically what a volume shadowcopy is on windows, but with a less fancy name. if you make a snapshot, you can back that up, either with zfs send, btrfs send, rsync, borg backup, whatever. the difference is that on linux it’s not possible to notify programs that a snapshot will happen please sanitize your databases, while windows does that too, so if you restore on linux that’s like if your computer crashed because power went off

    sure, it can’t be done with other filesystems, but OP said they have BTRFS. I think the boot partition can be safely imaged too: remount as read only and make a normal image.








  • Zerotier wasn’t always Tailscale was it?

    it is not tailscale. but also it seems I was wrong and its not wireguard either

    You need to be connectable to download from all the peers, likewise non connectable users can’t download from you, and how do you become connectable? By opening your ports, something that might seem archaic from somebody who has totally embraced IPv6.

    I know what opening ports is, I only have v4. But I thought you have difficulties with bittorrent over v6. or is it that you still need to open ports for v6, in the firewall or something?



  • Why does Wireguard or any other VPN not work like Tailscale or Zerotier?

    tailscale and zerotier are wireguard, but with a public server that helps with NAT. Syncthing uses a public server for that too.

    wireguard was specifically made to be as simple and minimalistic as possible.

    Why don’t torrent clients can’t work with IPv6 to seed more?

    is there such a problem? honest question. But I think that might be a different issue

    Why doesn’t Plex adopt a similar mechanic like Syncthing to expose the media over the Internet instead of being a prisoner of CGNAT?

    maybe they just don’t see working on it profitable enough