#rsync
i'm doing a backup of one of my harddrives using rsync so i currently have one of my two monitors entirely dedicated to a really cool looking terminal with text flying past super quickly and i think this is the ideal way to use a computer
November 11, 2025 at 11:26 PM
C'est l'histoire d'un mec, qui teste les restaurations de ses backups...

Et pouf, panne de jus !

Même pas peur, les rsync et autres rclone peuvent repartir presque sans dommages !
November 11, 2025 at 10:12 PM
I have to admit I was skeptical, I don't need an rsync replacement. But SyncThing makes it easy enough that I don't need one. Thanks SyncThing!
November 11, 2025 at 8:52 PM
Just successfully got a GitHub Action setup that'll take any changes to my 11ty site, build it, and SSH rsync the output over to my Hetzner VPS on a subdomain.

I'm so happy! 🥳

Sources for how I learned below:
November 11, 2025 at 7:57 PM
thumb drives and using rsync on a remote ftp server, lol

OLD SKOOL NERDERY
November 10, 2025 at 11:21 PM
Use Linux they say. It's easy for non-technical users and they never have to touch the command line they say.

I just spent 4 hours the other day digging around CLI and man pages and more trying to get my `rsync` and `restic` and system to do even kinda sorta system backup to cloud functionality […]
Original post on infosec.exchange
infosec.exchange
November 10, 2025 at 4:20 PM
Eu estava há tanto tempo sem fazer backup do meu PC no meu segundo HD externo que levou 49min 51s para o rsync resolver todas as pendências que localizou
November 10, 2025 at 3:27 PM
@Viss It is super nice to be able to scribble in something like Markdown (or org, or whatever), and just populate a local directory. I just use rsync when done to "deploy" the current state.
November 9, 2025 at 11:00 PM
copyparty + rsync + yt-dlp -> picard -> navidrome + symfonium
November 9, 2025 at 10:07 PM
Usa bash e rsync porque casa de ferreiro, espeto de pau (pau bem resistente e indobrável) 😂
November 9, 2025 at 4:06 PM
そういやコレ、なんでこんなことになってるんだったか思い出した。TrueNASだとZFSしか使えないので、システムがぶっ壊れたときにデータの取り出しが面倒くさそうだなと思って外部のsmbサーバにrsyncでバックアップするようにしたんだった。いびつだけどまぁしゃーない
自宅のTrueNAS + NextCloud環境、バックアップ用に別のSMBサーバを建ててたりとちょっといびつな状況でなんとかしなきゃなーと思ってたんだけど、UGreenからやすい2ベイNASが新しく発売されるようでコレで良いのでは…という感じになってる。
November 9, 2025 at 2:07 PM
how i feel like building up my own selfhosted fileserver in combination with rsync making a local copy of the entire thing onto my local machine
a man is playing a piano on a beach with a fire in the background
ALT: a man is playing a piano on a beach with a fire in the background
media.tenor.com
November 9, 2025 at 12:47 PM
You sure "rsync -av" keeps files in sync? It only compares the file's size and timestamp. If content changes without either updating, it's skipped. The "--checksum" flag is the real truth-teller.
#DevOps #learnk8s #100DaysOfCode #100DaysOfDevOps #homelab #kubernetes #Linux #Tech #TechWithX
November 8, 2025 at 4:18 PM
@nicd oh I had issues. Charset of filesystem, different filesystems, and many others. Ended having the longest rsync cmdline ever.
November 8, 2025 at 8:40 AM
Setting up Jellyfin for streaming my own music library: 😁

First run of rsync to move over all my music: 😵‍💫
November 8, 2025 at 6:36 AM
confirmo que el problema és rsync... no hi ha cap manera més ràpida?
November 7, 2025 at 3:45 PM
Va molt lent i no entenc perquè... la CPU no té pinta de ser, o això entenc jo... la CPU és un Intel Atom D525 i sempre ronda el 40%, però esta copiant fitxers a 30mbps, pot ser que sigui per fer-ho via rsync via ssh/sftp des de l'altre NAS? la xarxa és gigabit i de fet estan al mateix switch...
November 7, 2025 at 2:28 PM
RAID 1 (sda1, sdb1) checked OK.
RAID 10 (sdc1, sdd1) full of 0s OK.
rsync OK (checksums match).
Currently moved 1/2 (sda1) of RAID 1 disks to RAID 10 and syncing. Should finish tomorrow.
Last step should be complete by Sunday night.
Server seems stable. Has UPS. Errors and SMART monitored.
November 7, 2025 at 12:46 PM
@SunDancer rsync?

Also jetzt komplett unironisch. Die mirror aller Linux distributionen werden so ja gesteuert.
November 7, 2025 at 7:36 AM
Just one chart for @cr0w today w/a slice of what looks like Aisuru res proxies in South Korea doing one of the better coordinated efforts:

- Rsync Crawler
- SMBv1 Crawler
- SMBv2 Crawler
- Netatalk CopyApplFile Stack Buffer Overflow CVE-2022-23125 Attempt […]

[Original post on mastodon.social]
November 6, 2025 at 1:51 PM
Version 1.17.0 of a-Shell is now avaibable on the AppStore.
- big change: Python has been upgraded to version 3.13
- (a-Shell only): now includes scipy, scikit-learn, seaborn...
- new command: rsync (a long requested command)
- tons of bug fixes: less, nnn, scp...
November 6, 2025 at 7:04 AM
HTB Starting Point: Synced Rsync is a Pretty Important Tool Hey there and welcome to the final box under HTB’s Starting Point Tier 01 Yayyyy (this took me way too long). Anyhow, todays box is goi...

#cybersecurity #hackthebox #security #information-security #hacking

Origin | Interest | Match
HTB Starting Point: Synced
Rsync is a Pretty Important Tool
infosecwriteups.com
November 9, 2025 at 9:28 AM
How to Create a Simple Automated Backup Script with Bash and rsync Keeping your important files safe is crucial. While cloud services are great, having a local, automated backup gives you full cont...

#backup #rsync #bash #linux

Origin | Interest | Match
How to Create a Simple Automated Backup Script with Bash and rsync
Keeping your important files safe is crucial. While cloud services are great, having a local,...
dev.to
November 6, 2025 at 12:50 AM
Learning Linux and web servers doesn’t have to be complicated. Start by creating a basic static site with Nginx and practice deploying updates with the rsync command. This project is a beginner-friendly path to DevOps.
Static Site Server
Setup a basic linux server and configure it to serve a static site.
roadmap.sh
November 5, 2025 at 11:09 PM