Elektrine lite

← Feed

@Pika@sh.itjust.works

Post #3713833

2026-07-02 20:24 UTC

you’re welcome, glad it worked for your use case. Rsync is an insane tool when you look at it, half the flags you wouldn’t even know existed unless you were looking for them.

Replies (1)

  • @bandwidthcrisis@lemmy.world 2026-07-03 04:17

    Rsync can. For instance, rename files instead of deleting them, so that your backup keeps old files in case they need recovering. It can also make hard links to existing files so they you can create multiple backup directories that share unchanged files to save space. Also check out rclone, a similar tool with a focus on supporting many target types, plus it can encrypt a remote location, then mount that backup to access the decrypted files.

    Open ##3713832