sbonds

joined 1 year ago
[–] [email protected] 7 points 2 weeks ago (1 children)

Also DRMed, at least they were last time. Which is unusual for Humble. Thankfully they offer the tech book bundles DRM-free.

[–] [email protected] 7 points 4 months ago

I don’t back up my drives, I replicate them.

There is a lesson about unnoticed data damage in someone's future.

What happens when a software bug, ransomware, or hardware problem destroys or corrupts that data over days or months?

[–] [email protected] 2 points 7 months ago (1 children)

This Lemmy community has a great set of intro Linux lessons to get you started:

https://programming.dev/c/linuxupskillchallenge

The scheduling command for a one-time future run is the "at" command.

[–] [email protected] 1 points 8 months ago

I've had some luck establishing the bottleneck using strace on both the sender side and receiver side. This will show if the sending rsync is waiting on local reads or remote writes and if the receiving rsync is waiting on network reads or local writes.

This helps find the specific resources to check.