Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)H
Posts
0
Comments
2
Joined
3 yr. ago

  • rsync by itself provides no encryption, and i wouldn't use just rsync by itself. That's probably what he meant.

    You should use something else with rsync that encrypts the data before uploading it to a server that you don't own physically.

    Or use restic, which takes care of the uploading part too, so you can skip using rsync altogether.