trustmebro.reviews

rsync

Software Tool · Other software · 41 mentions · 7 subreddits · discussed in r/DataHoarder, r/Frugal, r/homelab, r/laptops

Reddit take

Not enough linked mention summaries yet; the source excerpts below are the evidence.

Pros

  • If you're using borg already, look at rsync.net https://www.rsync.net/products/borg.html
  • Specifically rsync -av which will archive, preserving the time stamps, and tell you what is being copied.
  • The script rsync's your local folder to the production folder I prefer #2 really as it's simpler and I don't need to go through GitHub ssh keys shenanigans when setting up on new servers.
  • I have my media backed up on a NAS that I’ll sync with rsync daily. The initial sync was long but after that it’s not bad.
  • rsync on a chron job from WSL will do the trick.

Cons

  • rsync is great but really slow, like 4 times slower than usual copy paste
  • To transfer files between the 2 I would reccomend rsync.
  • the obvious ones for syncing (Rsync/Rclone/Syncthing)
  • is this more of a job for cloning the disk or using the backup software like borg or rsync?

Sentiment

34 positive (83%) · 5 mixed (12%) · 2 negative (5%)

Trust + time weighted score: +82% · raw score 78%

What redditors said (10 of 41)

If you're using borg already, look at rsync.net https://www.rsync.net/products/borg.html
positive · u/a****r · r/DataHoarder · comment · Dec 13, 2025 · open on Reddit ↗
Specifically rsync -av which will archive, preserving the time stamps, and tell you what is being copied.
positive · u/I****e · r/DataHoarder · comment · Dec 10, 2025 · open on Reddit ↗
The script rsync's your local folder to the production folder I prefer #2 really as it's simpler and I don't need to go through GitHub ssh keys shenanigans when setting up on new servers.
positive · u/w****u · r/webdev · comment · Nov 8, 2025 · open on Reddit ↗
I have my media backed up on a NAS that I’ll sync with rsync daily. The initial sync was long but after that it’s not bad.
positive · u/P****8 · r/DataHoarder · comment · Dec 28, 2025 · open on Reddit ↗
rsync on a chron job from WSL will do the trick.
positive · u/d****7 · r/DataHoarder · comment · Dec 24, 2025 · open on Reddit ↗
I use rsync scripts with the link-dest feature to create the versioned backups. Each backup looks like a full backup, but only new or modified files are actually copied. Files present in the previous backup are hardlinked from there. So it is like a sync, but it preserves previous states.
positive · u/W****x · r/DataHoarder · comment · Dec 21, 2025 · open on Reddit ↗
Rsync will create a new sync copy and any changes from previous running can be stored elsewhere.
positive · u/B****d · r/DataHoarder · comment · Dec 20, 2025 · open on Reddit ↗
Rsync is slower but it does more than cp especially around verifying that the files were copied correctly. You want this.
positive · u/N****8 · r/DataHoarder · comment · Dec 16, 2025 · open on Reddit ↗
I use rsync. Let the initial backup run overnight and then incrementals after will be quick.
positive · u/b****3 · r/DataHoarder · comment · Dec 16, 2025 · open on Reddit ↗
Every month, I make a copy of everything (I use RSYNC) onto a remote server to hold everything in case of emergency.
positive · u/C****I · r/DataHoarder · comment · Dec 16, 2025 · open on Reddit ↗

Compare

Related