_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

rsync a backup strategie

06. 01. 2026 1 min read intermediate

rsync přenáší pouze změněné části souborů.

Basics

rsync -avz /src/ user@server:/dest/

-a archive, -v verbose, -z komprese, –delete sync

Inkrementální zálohy

!/bin/bash

DATE=$(date +%Y-%m-%d) rsync -av –delete –link-dest=/backups/latest /data/ /backups/$DATE/ ln -sf /backups/$DATE /backups/latest

Alternatives

  • restic — deduplikace, šifrování, cloud
  • borg — komprese, deduplikace
  • rclone — cloud storage

3-2-1 pravidlo

3 kopie, 2 média, 1 offsite. rsync základ, restic/borg pro produkci.

rsyncbackupdisaster recovery
Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.