dev-resources.site
for different kinds of informations.
Sync Folder Using Rsync
Published at
11/6/2023
Categories
devops
engineer
ubuntu
archlinux
Author
seno21
Author
6 person written this
seno21
open
Hai,
Pada postingan ini akan membahsa tentang syncronize folder atau file dengan rsync.
Rsync adalah sebuah software yang digunakan untuk melakukan sinkronisasi dan transfer data antara sistem komputer yang berbeda. Singkatnya, rsync memungkinkan untuk menyalin, memindahkan, atau menyinkronkan file dan direktori dari satu lokasi ke lokasi lain melalui jaringan lokal atau melalui SSH (biznetgio.com)
Langsung ke cara pemakaianaya
rsync -arv source destination
Atau bila ingin melihat partial dan progressnya bisa tambahkan berikut
rsync -arvP source destination
Berikut beberapa contoh penggunaanya:
rsync -arvP -e 'ssh -p 123' [email protected]:/root/simulasi/ run/
Jika ingin mengexclude file atau folder
rsync -avre 'ssh -p 123' --progress --exclude="folder29" [email protected]:/root/simulasi Migrasi/run
Jika ingin mengexclude beberapa folder bisa seperti berikut
rsync -avrPe 'ssh -p 123' --exclude={'folder2','folder5','folder35'} [email protected]:/root/simulasi Migrasi/run
semoga bermanfaat
engineer Article's
30 articles in total
Looking for Middle Frontend Platform/Fullstack Engineer
read article
Top Architect and Structural Engineer for Custom Designs
read article
Customer Experience Engineer Bridging Support & Product Excellence
read article
SRE Deployment Engineer Managing Reliable & Automated Deployments
read article
Essential Skills for a Lead Engineer
read article
Inline Thermal Mass Flow Meter
read article
How To Become an AI Engineer in 2024
read article
Why Hiring a Top BIM Engineer is Crucial for Your Projectβs Success
read article
Remote software engineer jobs
read article
How to become devops engineer
read article
Installing Docker on Ubuntu 20.04
read article
The secret to rapid app development
read article
I need a co-founder engineer interested in psychologically informed personalised AI agents.
read article
16 Principles for Tech-led Start-ups as a Software Engineer
read article
You're not in the right place if...
read article
How to Use Engineering Metrics
read article
The Product Engineer Checklist
read article
My 1st Post! - Intro & why I joined Dev.to
read article
GitHub Education (Free Access) Recommended for Students
read article
Easy Guide to Becoming a Software Developer in 2024
read article
Software Engineering Workflow
read article
Here are some tips to help you become a better engineer.
read article
Building products after a career break
read article
Understanding Adaptive Control Systems in Modern Aircraft With Ramona Devi
read article
How to Work Well on Teams
read article
Instalando Docker, Docker -CE em VM-CORE UBUNTU
read article
Why Engineers, Developers & Designers are Shifting to macOS ?
read article
Make Bootable Using dd on Linux
read article
Sync Folder Using Rsync
currently reading
Finding the Best Engineers in Web3: A Guide to Navigating the Talent Pool
read article
Featured ones: