#rsync
thumb drives and using rsync on a remote ftp server, lol

OLD SKOOL NERDERY
November 10, 2025 at 11:21 PM
I realized that most of the grad students in my research don't know about the rsync command in linux/unix, so we're going to doing a review of useful linux/unix commands. Which ones do you think every astronomer should know?
October 30, 2025 at 7:34 AM
`rsync llm_model_weights remote-computer`
October 24, 2025 at 2:32 AM
Dans ma tête à chaque fois que je tape "rsync"
October 20, 2025 at 5:06 AM
I do not understand rsync and it is too late at night for me to learn
October 21, 2025 at 8:40 AM
Mastering Rsync: Your Essential Guide to Linux File Synchronization Mastering Rsync: Your Essential Guide to Linux File Synchronization If you're managing Linux servers or simply want a powerfu...

#linux #backup #ubuntu #aws

Origin | Interest | Match
Mastering Rsync: Your Essential Guide to Linux File Synchronization
Mastering Rsync: Your Essential Guide to Linux File Synchronization If you're managing...
dev.to
October 18, 2025 at 8:34 AM
“... but i'm old-school, i use rsync!”

oh my i feel something
October 17, 2025 at 5:00 PM
Bon, en fait, y'a même pas d'indicateur de progression globale dans robocopy, juste un pourcentage par fichiers (rsync en a un par-contre)
October 17, 2025 at 2:08 PM
So I rsync backup 2TB of my retro software, thousands of floppy images, OS's, boot disks, misc files, games collection. I've just checked my server and I've lost 1.25TB in the backup. So glad I have a local backup, but wow I need to get a new back soon 😳
October 14, 2025 at 10:41 PM
Usar rsync daemon é bom demais. Olha o resultado de uma cópia, depois que a anterior havia sido interrompida.
Eu não sabia o que tava no servidor, o rsync compara e sobe só a diferença.

sent 37,608,966 bytes received 24,326 bytes 512,017.58 bytes/sec
total size is 34,770,022,423 speedup is 923.92
October 7, 2025 at 10:18 PM
Ok ok. And rsync. And xargs.
September 28, 2025 at 4:49 PM
check out using rsync to sync backups. or syncthing.
if not - have a simple cp -R script!
September 24, 2025 at 3:05 AM
Hello #sts70s folks, with you again while I finish off quiz admin and keep an eye on a backup rsync process trasnferring files to a new external drive, which has been running now for over 4 hours!
September 21, 2025 at 6:01 PM
Stephan: RSync Problem gelöst. Vermutlich Bug in RSync, der beim Berechnen der Differenz von Dateien >10GB auftritt.
November 22, 2024 at 5:27 PM
The rsync command efficiently synchronizes files and directories locally or remotely, while supporting cool features like incremental transfer, compression, file attribute preservation, etc

Here are useful Linux rsync command examples 😎👇

#linux #sysadmin #devops
December 14, 2024 at 12:57 PM
i just set up rsync scripts to do it automatically
December 4, 2024 at 10:50 PM
really nice explanation but grumble grumble rsync in 1996 most definitely doesn’t ‘predate the web’ - the web was in full spate by then. e.g Amazon launched the year before.
May 10, 2023 at 9:49 AM
Six vulnerabilities in ubiquitous rsync tool announced and fixed in a day
Six vulnerabilities in ubiquitous rsync tool announced and fixed in a day
Turns out tool does both file transfers and security fixes fast Don't panic. Yes, there were a bunch of CVEs affecting potentially hundreds of thousands of users found in rsync in early December – and made public on Tuesday – but a fixed version came…
dlvr.it
January 17, 2025 at 3:53 PM
Me trying to backup my music to an SSD:
Attempt 1: FTP. fail
Attempt 2: SSH. Crashed windows for some rsn
Attempt 3: NoMachine/NX, it didn't like linux. Fail
Current idea: Setup RSync syncing between pc n laptop.
Backup plan: Schizo running live linux ISO to transfer it. Cuz EXT4 partition

Kill me
September 13, 2023 at 4:57 PM
For next time, consider rsync to copy files in parallel
January 10, 2025 at 12:31 AM
Raspberry Pi Zero 2 W

これー。
3000円もしないのに軽量自動実行ならたぶん?十分なスペックっぽいです。今やってる事ってラズパイ5だとオーバースペックなんかも。

DNSサーバー、HDD間のrsyncによるバックアップ、センサーによる気圧測定→CSVファイルの書き込み→グラフ作成→投稿文の作成→ペケ投稿(cron)

raspberry-pi.ksyic.com/main/index/p...
Raspberry Pi Shop by KSY
raspberry-pi.ksyic.com
January 16, 2025 at 10:48 AM
January 23, 2025 at 6:34 PM
scp uses sftp now, anyway. That’s what the man page says.

So yeah, sftp is it. Though for bulk transfers, I would still likely turn to rsync.
January 15, 2025 at 11:44 PM
water, it might live.

milk, start backing up everything with rsync hours ago before it dies of milk ingestion. i may or may not have found that out while eating cereal and coffee in the office.

pic 10% related, this was the post milk laptop
November 26, 2024 at 1:03 PM
I also used to have Duplicati running and backing /that/ up to my Minio/S3 Instance but I switched to Linux now so I haven't set anything new up yet

though I could just have an rsync cronjob on source to throw a new Zip over there every morning
July 3, 2024 at 7:46 AM