Tagged articles
79 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Mar 24, 2026 · Operations

Mastering rsync: From Basics to Advanced Incremental Backup Strategies

This comprehensive guide walks you through rsync’s core delta algorithm, essential options, and real‑world backup scenarios, then dives into advanced techniques like link‑dest incremental snapshots, SSH vs daemon modes, cron scheduling, inotify real‑time sync, bandwidth control, verification, monitoring, and security best practices.

incrementalrsync
0 likes · 47 min read
Mastering rsync: From Basics to Advanced Incremental Backup Strategies
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 12, 2026 · Operations

8 Essential Linux Backup Tools to Safeguard Your Data

Regular backups are vital for servers and personal computers, and this guide reviews eight Linux backup applications—Bacula, UrBackup, Clonezilla, Rsync, Déjà Dup, Back In Time, Timeshift, and Amanda—detailing their features, use‑cases, and installation commands.

Backupamandabacula
0 likes · 10 min read
8 Essential Linux Backup Tools to Safeguard Your Data
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 7, 2026 · Operations

Essential Linux Remote Data Sync with Rsync: A Complete Guide

This article explains how to use rsync for fast, incremental file synchronization over LAN/WAN, covering its algorithm, supported platforms, command‑line options, SSH and daemon modes, detailed configuration parameters, and real‑time syncing with inotify‑tools.

LinuxOperationsSSH
0 likes · 20 min read
Essential Linux Remote Data Sync with Rsync: A Complete Guide
Xiao Liu Lab
Xiao Liu Lab
Dec 18, 2025 · Operations

scp vs rsync: Choose the Right Tool for Fast, Efficient File Transfers

This guide explains the fundamental differences between scp and rsync, outlines their mechanisms, advantages, and drawbacks, provides practical command examples for various scenarios, highlights common pitfalls, and offers a concise comparison table to help operations engineers select the appropriate tool for secure and efficient file transfers.

LinuxOperationsSysadmin
0 likes · 10 min read
scp vs rsync: Choose the Right Tool for Fast, Efficient File Transfers
Raymond Ops
Raymond Ops
Nov 22, 2025 · Operations

Master Rsync Backup: From Basics to Real-World Deployment

This guide walks through the fundamentals of data backup, explains why backups are essential, and provides a comprehensive tutorial on using Rsync—including its concepts, sync modes, configuration, common options, service deployment, and real‑world scenarios such as push/pull transfers, bidirectional sync, and bandwidth‑limited backups.

BackupLinuxOperations
0 likes · 16 min read
Master Rsync Backup: From Basics to Real-World Deployment
Ops Community
Ops Community
Jul 19, 2025 · Operations

Mastering Linux Enterprise Data Synchronization: From Basics to Production Best Practices

This comprehensive guide explores Linux‑based enterprise data synchronization, covering core concepts, architecture patterns, tools like rsync, MySQL and PostgreSQL replication, distributed file systems, cloud‑native solutions, monitoring, security, and production‑grade best practices to help engineers build reliable, scalable sync systems.

EnterpriseKubernetesLinux
0 likes · 18 min read
Mastering Linux Enterprise Data Synchronization: From Basics to Production Best Practices
Raymond Ops
Raymond Ops
Jun 27, 2025 · Operations

How to Set Up Real‑Time NFS Backup with inotify and rsync

This guide walks through configuring rsync and inotify on multiple Linux hosts to achieve real‑time backup of NFS static resources, covering host preparation, rsync daemon setup, password handling, daemon activation, inotify‑driven monitoring scripts, and verification of successful synchronization.

NFSOperationsSysadmin
0 likes · 12 min read
How to Set Up Real‑Time NFS Backup with inotify and rsync
Raymond Ops
Raymond Ops
May 24, 2025 · Operations

How to Install and Configure rsync on Windows Server for Automated Backups

This guide walks through the required environment, Windows Server rsync installation, configuration of rsyncd.conf and password files, service startup, port verification, and client-side commands to achieve reliable, scheduled file synchronization between Windows machines.

BackupOperationsWindows server
0 likes · 4 min read
How to Install and Configure rsync on Windows Server for Automated Backups
Liangxu Linux
Liangxu Linux
Mar 12, 2025 · Operations

Automating Hourly Server Backups with rsync, tar, and Cron

This guide details a step‑by‑step solution for hourly client backups of /etc and /var/log, naming conventions, rsync transfer, integrity checks, email notifications, and cleanup on both client and server sides using Bash scripts and cron jobs.

BackupBashLinux
0 likes · 12 min read
Automating Hourly Server Backups with rsync, tar, and Cron
Liangxu Linux
Liangxu Linux
Jan 21, 2025 · Operations

Automate SSH Logins with sshpass: Install, Options, and Secure Usage

This guide explains how to install sshpass on Linux, details its command‑line options, and provides practical examples for automating SSH, SCP, and rsync operations while highlighting security considerations and safer alternatives for production environments.

automationrsyncscp
0 likes · 6 min read
Automate SSH Logins with sshpass: Install, Options, and Secure Usage
MaGe Linux Operations
MaGe Linux Operations
Nov 17, 2024 · Operations

How to Set Up Real-Time NFS Backup with Inotify and Rsync on Linux

This step‑by‑step guide shows how to configure Linux servers for real‑time NFS static resource backup using inotify and rsync, covering host preparation, rsync daemon setup, user and password management, inotify script creation, and verification of synchronized files across multiple machines.

LinuxNFS backupinotify
0 likes · 11 min read
How to Set Up Real-Time NFS Backup with Inotify and Rsync on Linux
Liangxu Linux
Liangxu Linux
Oct 21, 2024 · Operations

Master Linux File Transfer: Tools, Protocols, and Best Practices

This comprehensive guide explores Linux file transfer fundamentals, covering local and remote methods, command‑line and GUI tools, protocols like SSH, FTP, and HTTP, security considerations, performance tuning, common issues, and practical best‑practice recommendations for reliable data movement.

LinuxSSHfile transfer
0 likes · 10 min read
Master Linux File Transfer: Tools, Protocols, and Best Practices
Open Source Linux
Open Source Linux
Sep 13, 2024 · Operations

Master SSH, Sudo, PAM, and System Limits on Ubuntu: A Practical Guide

This guide walks you through essential Ubuntu system administration tasks, covering SSH configuration and key management, enabling root login, using sshpass, scp and rsync for file transfer, configuring sudo privileges, mastering PAM modules, setting resource limits with ulimit, and synchronizing time with chrony.

SSHSudoSystem Administration
0 likes · 14 min read
Master SSH, Sudo, PAM, and System Limits on Ubuntu: A Practical Guide
Open Source Linux
Open Source Linux
Aug 24, 2024 · Operations

Mastering rsync: Compile and Sync Files on Embedded Boards Efficiently

This guide explains what rsync is, how to compile it for an ARM development board, configure it to avoid SIMD and other features, install the binary, and use rsync commands with options like -a, -v, -z, -u and --progress to efficiently synchronize files between the board and a PC.

Embedded Linuxcommand-linecross-compilation
0 likes · 5 min read
Mastering rsync: Compile and Sync Files on Embedded Boards Efficiently
Efficient Ops
Efficient Ops
Aug 12, 2024 · Operations

Why rsync Fails in Unstable Networks and How to Fix It

A series of QA deployment failures caused by rsync errors revealed that network instability, missing timeouts, and zombie processes can break file synchronization, and adding a timeout option together with network diagnostics can mitigate the issue.

DeploymentTimeoutnetwork troubleshooting
0 likes · 13 min read
Why rsync Fails in Unstable Networks and How to Fix It
Liangxu Linux
Liangxu Linux
Jun 16, 2024 · Operations

How to Compile and Use rsync on an ARM Development Board

This guide explains what rsync is, walks through cross‑compiling it for an ARM board, shows how to install the binary, and demonstrates practical file‑synchronization commands with detailed flag explanations.

ARMLinuxcross-compilation
0 likes · 5 min read
How to Compile and Use rsync on an ARM Development Board
Liangxu Linux
Liangxu Linux
Jun 2, 2024 · Operations

How to Set Up Real‑Time File Sync with sersync and rsync on Linux

This guide explains what sersync is, its main features and use cases, and provides step‑by‑step instructions—including server preparation, rsync daemon setup, configuration files, password handling, and command examples—to deploy a real‑time file synchronization service on Linux.

LinuxSystem Administrationreal-time file sync
0 likes · 8 min read
How to Set Up Real‑Time File Sync with sersync and rsync on Linux
Efficient Ops
Efficient Ops
Apr 29, 2024 · Operations

Accelerate Linux Ops: Fast Deletion, iSCSI Detection & Quick Group Management

This guide presents practical Linux and vSphere techniques—including using rsync for rapid bulk file deletion, detecting newly added iSCSI disks without reboot, safeguarding rm commands, mounting remote filesystems with SSHFS, and quickly adding users to supplementary groups via gpasswd—to boost operational efficiency.

LinuxOperationsgpasswd
0 likes · 10 min read
Accelerate Linux Ops: Fast Deletion, iSCSI Detection & Quick Group Management
Liangxu Linux
Liangxu Linux
Mar 24, 2024 · Operations

Master Incremental Backups with rsync: Local, Remote, and Automated Solutions

Learn how to use rsync for efficient incremental backups, covering basic local and remote synchronization, scheduling with cron, advanced options like file exclusion and bandwidth limiting, and practical examples such as website and database backups, all with clear command-line instructions.

Incremental BackupLinuxbackup automation
0 likes · 7 min read
Master Incremental Backups with rsync: Local, Remote, and Automated Solutions
Liangxu Linux
Liangxu Linux
Mar 7, 2024 · Operations

Replace scp with rsync: Reliable File Transfers and Resume Support

This guide explains why rsync outperforms scp for file copying, shows how to install it on various Linux and macOS systems, and demonstrates command options—including compression, partial transfers, and SSH tunneling—to reliably resume interrupted transfers.

BackupLinuxfile transfer
0 likes · 5 min read
Replace scp with rsync: Reliable File Transfers and Resume Support
Liangxu Linux
Liangxu Linux
Feb 25, 2024 · Operations

Master Incremental Backups on Linux with rsync, tar, and Cron

This guide explains why incremental backups are crucial for data safety and walks through step‑by‑step Linux commands using rsync, tar + find, cron scheduling, and popular tools like Duplicity and BorgBackup, plus monitoring and logging techniques.

Linuxcronincremental
0 likes · 6 min read
Master Incremental Backups on Linux with rsync, tar, and Cron
Liangxu Linux
Liangxu Linux
Nov 1, 2023 · Operations

Mastering Rsync: From Basics to Real‑Time Sync with Inotify

This guide explains rsync's fundamentals, usage in ssh and daemon modes, detailed configuration options, and how to combine it with inotify‑tools for real‑time, bidirectional file synchronization on Linux systems, including practical command examples and scripting tips.

LinuxShell scriptingdaemon
0 likes · 18 min read
Mastering Rsync: From Basics to Real‑Time Sync with Inotify
Liangxu Linux
Liangxu Linux
Aug 23, 2023 · Operations

Why rsync Beats scp for Reliable File Transfers (and How to Use It)

This guide explains what rsync is, the platforms it supports, how to install it on Linux and macOS, and provides step‑by‑step commands with key options like -partial and -z to reliably copy files and resume interrupted transfers, offering a more robust alternative to scp.

BackupLinuxfile transfer
0 likes · 5 min read
Why rsync Beats scp for Reliable File Transfers (and How to Use It)
php Courses
php Courses
Jul 30, 2023 · Operations

How to Schedule Automatic Backups for PHP Websites on CentOS

This guide explains three practical methods—using crontab, rsync, and mysqldump—to set up scheduled backups of PHP website files and databases on a CentOS server, ensuring data protection through automated daily or periodic tasks.

BackupCentOSLinux
0 likes · 4 min read
How to Schedule Automatic Backups for PHP Websites on CentOS
Liangxu Linux
Liangxu Linux
Apr 19, 2023 · Operations

Mastering Rsync: From Basic Sync to Daemon and Real‑Time Inotify Integration

This guide explains Rsync’s fundamentals, usage modes (local, SSH, daemon), detailed configuration options, command examples, and how to combine it with inotify‑tools for real‑time, bidirectional synchronization, including setup steps, authentication, logging, and automation via cron.

daemonfile synchronizationinotify
0 likes · 19 min read
Mastering Rsync: From Basic Sync to Daemon and Real‑Time Inotify Integration
Open Source Linux
Open Source Linux
Apr 6, 2023 · Operations

Mastering Rsync: Fast File Sync Across LAN/WAN with Daemon and SSH Modes

This guide explains how to use rsync for rapid file synchronization over LAN or WAN, covering its algorithm, supported platforms, daemon and SSH operation modes, configuration details, practical command examples, automated cron jobs, and real‑time syncing with inotify‑tools.

SSHdaemon modefile synchronization
0 likes · 17 min read
Mastering Rsync: Fast File Sync Across LAN/WAN with Daemon and SSH Modes
Liangxu Linux
Liangxu Linux
Mar 24, 2023 · Operations

Mastering Rsync: From Basic Sync to Daemon and Real‑Time Inotify Integration

This guide explains what Rsync is, its underlying algorithm, key features, and provides step‑by‑step commands for local, LAN, and user‑specific synchronization, daemon configuration, testing scenarios, and how to combine Rsync with inotify‑tools for real‑time bidirectional file replication.

Backupcrondaemon
0 likes · 18 min read
Mastering Rsync: From Basic Sync to Daemon and Real‑Time Inotify Integration
dbaplus Community
dbaplus Community
Dec 19, 2022 · Operations

Boost Your Linux Productivity with 10 Essential Command‑Line Tools

This guide introduces ten lesser‑known Linux commands—including rsync, screen, lsof, vimdiff, netcat, and more—explaining their key options, practical use‑cases, and example invocations so you can work faster, automate tasks, and troubleshoot systems efficiently.

LinuxSystem Administrationcommand-line
0 likes · 9 min read
Boost Your Linux Productivity with 10 Essential Command‑Line Tools
Open Source Linux
Open Source Linux
Oct 12, 2022 · Operations

Master Rsync: Fast File Sync, Daemon Setup, and Real‑Time Inotify Integration

This guide introduces Rsync’s fast delta‑transfer algorithm, explains its SSH and daemon modes, details configuration parameters, demonstrates common command‑line usage for local, LAN, and user‑specific syncing, and shows how to combine Rsync with inotify‑tools for real‑time bidirectional synchronization.

SSHdaemonfile synchronization
0 likes · 21 min read
Master Rsync: Fast File Sync, Daemon Setup, and Real‑Time Inotify Integration
dbaplus Community
dbaplus Community
Oct 12, 2022 · Operations

Speed Up Linux Ops: Fast Bulk Deletion, Safe rm, Disk Refresh & User Group Tricks

This article shares practical Linux administration techniques, including using rsync to delete massive files quickly, employing Bash parameter expansion to protect rm from accidental root deletion, adding iSCSI disks in vSphere without reboot, mounting remote filesystems with sshfs, and managing supplementary groups efficiently with gpasswd.

LinuxSysadmingpasswd
0 likes · 9 min read
Speed Up Linux Ops: Fast Bulk Deletion, Safe rm, Disk Refresh & User Group Tricks
Liangxu Linux
Liangxu Linux
Oct 12, 2022 · Operations

Mastering Rsync: From Basic Sync to Daemon and Real‑Time Inotify Automation

This guide explains Rsync's fundamentals, SSH‑based and daemon modes, detailed configuration options, practical command examples for local, LAN, and user‑specific synchronization, as well as real‑time file monitoring using inotify‑tools to achieve automated bidirectional replication.

crondaemonfile synchronization
0 likes · 19 min read
Mastering Rsync: From Basic Sync to Daemon and Real‑Time Inotify Automation
Open Source Linux
Open Source Linux
Sep 15, 2022 · Operations

Master Rsync: Fast File Sync Over LAN/WAN with SSH and Daemon Modes

Rsync is a powerful remote synchronization tool that efficiently mirrors directories across multiple hosts using its delta-transfer algorithm, supporting Unix-like systems and Windows, and can operate via SSH, rsh, or daemon mode with extensive configuration options for permissions, modules, authentication, and real-time syncing using inotify.

SSHdaemonfile synchronization
0 likes · 20 min read
Master Rsync: Fast File Sync Over LAN/WAN with SSH and Daemon Modes
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 14, 2022 · Operations

Performance Comparison of Linux File Transfer Tools (scp, ftp, sftp, rsync, tftp, nc, Python SimpleHTTPServer)

This article presents a systematic performance comparison of several Linux file‑transfer utilities—including scp, ftp, sftp, rsync, tftp, nc, and a Python SimpleHTTPServer—by measuring transfer times for a 50 GB single file and 51 GB spread across 51 200 one‑megabyte files, and discusses each tool’s speed, compression, encryption, and typical use cases.

LinuxPerformance Testingfile transfer
0 likes · 17 min read
Performance Comparison of Linux File Transfer Tools (scp, ftp, sftp, rsync, tftp, nc, Python SimpleHTTPServer)
Liangxu Linux
Liangxu Linux
Jun 17, 2021 · Operations

Mastering rsync: Practical Linux Examples for Fast, Reliable File Sync

This guide walks through installing rsync on CentOS and demonstrates nine real‑world examples—including local directory sync, preserving timestamps, remote transfers, avoiding overwrites, progress monitoring, deletion, include/exclude patterns, and size limits—complete with commands, output, and key options.

BackupLinuxSystem Administration
0 likes · 9 min read
Mastering rsync: Practical Linux Examples for Fast, Reliable File Sync
Liangxu Linux
Liangxu Linux
Dec 28, 2020 · Operations

Mastering rsync: Efficient Ways to Exclude Files and Directories

This guide explains how to use rsync’s –exclude and –exclude‑from options, as well as include patterns and find‑based techniques, to selectively skip files or directories during synchronization, with clear command examples and practical tips.

Linuxexcludefile synchronization
0 likes · 6 min read
Mastering rsync: Efficient Ways to Exclude Files and Directories
Liangxu Linux
Liangxu Linux
Dec 27, 2020 · Operations

Automate Linux File Sync with inotify and rsync

Learn how to use Linux's inotify-tools to monitor directory changes and automatically synchronize modified files with rsync, covering installation, command options, example output, an event‑handling shell script, and running the script in the background with nohup.

File MonitoringLinuxautomation
0 likes · 5 min read
Automate Linux File Sync with inotify and rsync
ITPUB
ITPUB
Dec 18, 2020 · Operations

Master Linux System Backup and Restore with tar, rsync, and dd

This guide explains how to back up an entire Linux system or create a disk image using tar, rsync, and dd commands, covering exclusion of system directories, restoration steps, and special considerations for migrating to a new host.

BackupLinuxSystem Administration
0 likes · 8 min read
Master Linux System Backup and Restore with tar, rsync, and dd
Liangxu Linux
Liangxu Linux
Dec 16, 2020 · Operations

How to Backup and Restore Linux Systems Using tar, rsync, and dd

This guide explains step‑by‑step how to create full system backups and restore them on the same or a new machine using tar (both .tar.gz and .tar.bz2), rsync, and dd, including exclusion patterns, partition handling, and common post‑restore fixes.

Linux backupdd cloningdisk imaging
0 likes · 8 min read
How to Backup and Restore Linux Systems Using tar, rsync, and dd
Efficient Ops
Efficient Ops
Nov 10, 2020 · Operations

Mastering rsync: How to Exclude Files and Directories Efficiently

Learn how to use rsync’s powerful exclude options—including --exclude, --exclude-from, pattern matching, and include rules—to selectively skip files or directories during synchronization, with practical command examples for single items, multiple entries, and regex-based filtering.

Backupexcludefile synchronization
0 likes · 6 min read
Mastering rsync: How to Exclude Files and Directories Efficiently
ITPUB
ITPUB
Apr 21, 2020 · Operations

How to Exclude Files and Directories When Copying with cp, scp, and rsync

This guide shows Linux administrators how to copy files while excluding specific files or directories using three common utilities—cp, scp, and rsync—by demonstrating practical command‑line examples and the necessary syntax for selective transfers.

Linuxcpexclude
0 likes · 6 min read
How to Exclude Files and Directories When Copying with cp, scp, and rsync
ITPUB
ITPUB
Apr 11, 2020 · Operations

Which Linux Command Deletes Hundreds of Thousands of Files the Fastest?

This article benchmarks several Linux techniques—including rm, find, rsync, Python, and Perl—for deleting 500,000 small files, measuring execution times and revealing that rsync with the --delete option completes the task in under 20 seconds, far outpacing traditional commands.

Pythonfile deletionfind
0 likes · 4 min read
Which Linux Command Deletes Hundreds of Thousands of Files the Fastest?
Liangxu Linux
Liangxu Linux
Apr 11, 2020 · Operations

Which Linux Deletion Method Is Fastest for Half a Million Files?

This article creates 500,000 small files on a Linux system and benchmarks various deletion techniques—including rm, find, rsync, Python, and Perl—showing their execution times and concluding which method offers the best performance and convenience.

Performance TestingScriptingfile deletion
0 likes · 4 min read
Which Linux Deletion Method Is Fastest for Half a Million Files?
MaGe Linux Operations
MaGe Linux Operations
Apr 1, 2020 · Operations

Which Linux Command Deletes Massive Files Fastest? Benchmark Results

This article benchmarks several Linux methods for deleting half a million small files—including rm, find with -exec, find with -delete, rsync, Python, and Perl—showing their execution times and concluding that rsync with the --delete option is the quickest and most convenient solution.

PythonShell Commandsfile deletion
0 likes · 4 min read
Which Linux Command Deletes Massive Files Fastest? Benchmark Results
Open Source Linux
Open Source Linux
Feb 24, 2020 · Databases

Automate MySQL Backups with Bash: Script, Rsync, and Cron Guide

This guide explains how to create a Bash script that daily backs up multiple MySQL databases, compresses them with gzip, transfers them via rsync to a remote server, retains backups for two months, and schedules the process with cron, including necessary commands and permissions.

Bashmysqlrsync
0 likes · 4 min read
Automate MySQL Backups with Bash: Script, Rsync, and Cron Guide
vivo Internet Technology
vivo Internet Technology
Nov 12, 2019 · Operations

Accelerating Jenkins Plugin Downloads with the TUNA Mirror and Update‑Center Configuration

To overcome the painfully slow Jenkins plugin downloads experienced by Chinese users due to overseas servers and signed update‑center.json verification, the community configured the TUNA mirror together with a custom update‑center URL and key adjustments via the open‑source mirror‑adapter repository, enabling rapid, cost‑free plugin installation (especially with Simplified Chinese plugin 1.0.10).

DevOpsJenkinsPlugin Mirror
0 likes · 5 min read
Accelerating Jenkins Plugin Downloads with the TUNA Mirror and Update‑Center Configuration
Liangxu Linux
Liangxu Linux
Sep 28, 2019 · Operations

How to Set Up Secure Remote Backups with rsync on Linux

This guide explains how to configure rsync as a remote backup server on Linux, covering installation, configuration files, user authentication, service management, command options, and scheduling automated backups with cron for reliable and efficient data protection.

BackupSysadmincron
0 likes · 9 min read
How to Set Up Secure Remote Backups with rsync on Linux
Liangxu Linux
Liangxu Linux
May 15, 2019 · Operations

Essential Backup Tools for Developers: Git, Rsync, Dropbox, and Time Machine

This guide reviews four practical backup solutions—Git for versioned file control, Rsync for command‑line incremental syncing, Dropbox for cloud‑based GUI storage, and macOS Time Machine for full system snapshots—explaining their key features, typical use cases, and basic setup steps.

BackupGitOperations
0 likes · 6 min read
Essential Backup Tools for Developers: Git, Rsync, Dropbox, and Time Machine
Efficient Ops
Efficient Ops
Mar 25, 2019 · Operations

How to Achieve Real-Time Data Sync with rsync, inotify, and sersync on CentOS

This step‑by‑step guide shows how to set up two CentOS 7 virtual machines, install and configure rsync, inotify‑tools, and sersync, and combine them with scripts and cron jobs to obtain reliable, real‑time file synchronization and automated backups across the network.

CentOSLinux operationsbackup automation
0 likes · 17 min read
How to Achieve Real-Time Data Sync with rsync, inotify, and sersync on CentOS
MaGe Linux Operations
MaGe Linux Operations
Nov 9, 2018 · Operations

Python Tool for Automating Multi-Server Commands and rsync-Style File Sync

This article introduces a Python 3.5 script that streamlines the management of dozens of servers by enabling batch remote command execution, multithreaded file upload/download with an rsync-like mechanism, strict or non-strict modes, and cross-platform support for both Linux and Windows, all driven by docopt and paramiko.

ParamikoServer Automationcross‑platform
0 likes · 6 min read
Python Tool for Automating Multi-Server Commands and rsync-Style File Sync
MaGe Linux Operations
MaGe Linux Operations
Dec 22, 2017 · Operations

Essential Linux System Administration Commands and Tips

This article compiles practical Linux system administration techniques, covering how to check physical CPUs and cores, interpret load averages, understand vmstat columns, differentiate buffer and cache, monitor memory usage with top, inspect network connections, manage services, configure IP addresses, use iptables, rsync options, cron jobs, and troubleshoot hardware issues.

Linuxcommandscron
0 likes · 18 min read
Essential Linux System Administration Commands and Tips
Meituan Technology Team
Meituan Technology Team
Apr 27, 2017 · Operations

Incremental File Synchronization Using Optimized rsync and zsync Techniques

The article proposes an incremental synchronization scheme for Meituan’s Rhino Cloud Disk that shifts rsync‑style signature and delta generation to the client, leverages zsync‑like HTTP range fetching, and discusses challenges such as block fragmentation, low locality in binary files, server‑side merge overhead, and future optimizations like variable‑size chunking and Rabin fingerprint‑based content‑defined chunking.

Incremental Synccloud storagefile synchronization
0 likes · 11 min read
Incremental File Synchronization Using Optimized rsync and zsync Techniques
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2015 · Operations

Achieve Real-Time File Sync with rsync + inotify: Step-by-Step Guide

Learn how to replace traditional backup methods with rsync and inotify for fast, secure, incremental file synchronization, covering rsync fundamentals, command options, server and client configuration, inotify monitoring scripts, and testing procedures to achieve real‑time data replication between Linux servers.

BackupSystem Administrationinotify
0 likes · 9 min read
Achieve Real-Time File Sync with rsync + inotify: Step-by-Step Guide
MaGe Linux Operations
MaGe Linux Operations
Feb 27, 2015 · Operations

Automating Web Code Deployments with Git, Rsync, and Tornado

This article describes how a Linux operations team streamlined frequent web code releases by building a web‑based deployment system that combines Git for version control, Rsync for synchronization, and Python/Tornado for backend services, eliminating manual intervention and improving efficiency.

AngularJSDeployment AutomationGit
0 likes · 7 min read
Automating Web Code Deployments with Git, Rsync, and Tornado