this post was submitted on 28 Aug 2023
364 points (96.4% liked)

Programmer Humor

32054 readers
1589 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

It took 2 more hours than it should have to copy 125GB

top 17 comments
sorted by: hot top controversial new old
[–] bigkahuna1986@lemmy.ml 39 points 1 year ago (1 children)
[–] QuazarOmega@lemy.lol 16 points 1 year ago (1 children)

Can it resume interrupted writes?

[–] bigkahuna1986@lemmy.ml 41 points 1 year ago* (last edited 1 year ago) (4 children)

Heck to the yeah. I usually run

rsync -av src/ dst/

Which is verbose and archive mode (keeps mod times, user, etc). You can also add -P for progress.

Here is the man page https://linux.die.net/man/1/rsync

If it gets interrupted, just run that same command again.

Edit: also it's usually preinstalled on every Linux distro and should be easy to install for Windows too.

[–] user224@lemmy.sdf.org 13 points 1 year ago

By the way, --info=progress2 will show a total progress information.

[–] QuazarOmega@lemy.lol 11 points 1 year ago

Woah, that's amazing! Can't believe I've been sleeping on it for so long

[–] AClassyGentleman@lemmy.world 9 points 1 year ago

I feel like rsync may genuinely be one of the best, most slept on tools out there. It even works over ssh.

[–] camr_on@lemmy.world 5 points 1 year ago (1 children)

I like to add --ignore-existing to it aswell in case it gets interrupted. Useful when it's a timed backup or similar

[–] KIM_JONG_JUICEBOX@lemmy.ml 1 points 1 year ago (1 children)

If it doesn’t ignore existing by default, what’s the difference between that and plain old copy?

[–] bjorney@lemmy.ca 2 points 1 year ago* (last edited 1 year ago)

Rsync checks the files and only issues the copy if the file size/modified dates are different by default. Ignore existing will not overwrite a changed file afaik.

If the file is large it only sends the changed blocks (e.g. you have a 100gb database and only a dozen 4mb blocks have been modified it won't send the full 100gb across the network)

[–] pastermil@sh.itjust.works 38 points 1 year ago (1 children)
[–] jcg@halubilo.social 12 points 1 year ago

Dudes over here copying a single 125 GB file

[–] GrammatonCleric@lemmy.world 11 points 1 year ago

Time for a new USB cable 😅

[–] blackluster117@possumpat.io 7 points 1 year ago

My condolences.

[–] lauha@lemmy.one 6 points 1 year ago (1 children)

My eternal pain with raspberry pis

[–] nicoweio@lemmy.world 1 points 1 year ago (1 children)

You mean with the Micro SDs?

[–] lauha@lemmy.one 2 points 1 year ago* (last edited 1 year ago)

No, the slightest touch on your server power cable and it boots

[–] 1984@lemmy.today 1 points 1 year ago

Reminds me of Spin City and Carters dog :)