Tag

rsync

0 views collected around this technical thread.

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.

System AdministrationWindows Serverautomation
0 likes · 4 min read
How to Install and Configure rsync on Windows Server for Automated Backups
DevOps Operations Practice
DevOps Operations Practice
Feb 6, 2025 · Operations

Achieving Resumable File Transfers with SCP Using Rsync, Split, and Tmux

This article explains why SCP cannot resume interrupted transfers and provides practical alternatives—including rsync with the --partial option, splitting files with the split command, and keeping sessions alive with tmux—to achieve reliable, resumable file transfers on Linux systems.

LinuxResumable TransferTmux
0 likes · 6 min read
Achieving Resumable File Transfers with SCP Using Rsync, Split, and Tmux
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.

DeploymentDevOpsnetwork troubleshooting
0 likes · 13 min read
Why rsync Fails in Unstable Networks and How to Fix It
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.

LinuxSSHFSVsphere
0 likes · 10 min read
Accelerate Linux Ops: Fast Deletion, iSCSI Detection & Quick Group Management
Efficient Ops
Efficient Ops
Sep 6, 2023 · Operations

Boost Ops Efficiency: Fast File Deletion, iSCSI Detection, and Linux User Management Tricks

This article shares practical Linux and Vsphere techniques—including using rsync for rapid bulk deletions, detecting new iSCSI disks without reboot, safeguarding rm commands, mounting remote filesystems with SSHFS, and adding users to supplementary groups via gpasswd—to streamline daily operations.

LinuxSSHFSVsphere
0 likes · 11 min read
Boost Ops Efficiency: Fast File Deletion, iSCSI Detection, and Linux User Management Tricks
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.

CentOSLinuxPHP
0 likes · 4 min read
How to Schedule Automatic Backups for PHP Websites on CentOS
Laravel Tech Community
Laravel Tech Community
Jul 26, 2023 · Databases

MySQL Periodic Backup and Synchronization to Remote Servers Using Crontab, Rsync, and Inotify

This guide explains how to perform regular MySQL backups, automate them with crontab, compress and rotate old backups, and keep multiple servers in sync using rsync and inotify, providing complete command examples and configuration files for both server and client sides.

Database AdministrationLinuxMySQL
0 likes · 11 min read
MySQL Periodic Backup and Synchronization to Remote Servers Using Crontab, Rsync, and Inotify
Efficient Ops
Efficient Ops
Sep 6, 2022 · Operations

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

This guide introduces Rsync’s core concepts, demonstrates local and remote synchronization via SSH and daemon modes, details configuration parameters, and shows how to combine Rsync with inotify‑tools for real‑time, bidirectional file replication across Linux servers.

Linuxautomationdaemon
0 likes · 19 min read
Mastering Rsync: Fast File Sync, Daemon Setup, and Real‑Time Inotify Integration
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.

Linuxfile transferoperations
0 likes · 17 min read
Performance Comparison of Linux File Transfer Tools (scp, ftp, sftp, rsync, tftp, nc, Python SimpleHTTPServer)
Practical DevOps Architecture
Practical DevOps Architecture
Mar 31, 2021 · Operations

Configuring rsync Daemon for Backup Server on CentOS

This article provides a step‑by‑step guide to install, configure, and run an rsync daemon on a backup server, create a dedicated rsync user, set up authentication, and demonstrate file push and pull operations from a client machine.

LinuxSystem Administrationbackup
0 likes · 5 min read
Configuring rsync Daemon for Backup Server on CentOS
Practical DevOps Architecture
Practical DevOps Architecture
Nov 27, 2020 · Operations

How to Download, Install, and Use cwRsync on Windows

This guide explains how to obtain the free cwRsync package for Windows, extract its contents, install the client, and execute rsync commands to perform remote file backup and synchronization, including verification on the server side.

Installationbackupcommand line
0 likes · 3 min read
How to Download, Install, and Use cwRsync on Windows
Practical DevOps Architecture
Practical DevOps Architecture
Nov 20, 2020 · Operations

Configuring rsync and inotify-tools for Real-time Backup on CentOS 7

This guide explains how to install and configure rsync and inotify-tools on CentOS 7 servers, set up authentication, create a daemon, write a monitoring script, and verify that file changes on the client are automatically synchronized to the backup directory on the server.

CentOSLinuxbackup
0 likes · 6 min read
Configuring rsync and inotify-tools for Real-time Backup on CentOS 7
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.

backupcommand lineexclude
0 likes · 6 min read
Mastering rsync: How to Exclude Files and Directories Efficiently
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).

CI/CDDevOpsJenkins
0 likes · 5 min read
Accelerating Jenkins Plugin Downloads with the TUNA Mirror and Update‑Center Configuration
360 Quality & Efficiency
360 Quality & Efficiency
Jul 2, 2019 · Operations

Quick Guide to Sync Code from GitHub via a Middle Machine and Deploy with Jenkins

This article explains how to obtain required permissions, add SSH keys, create a shell deployment script using git and rsync, and configure Jenkins to automatically deploy code from GitHub through a middle machine to a test server.

DeploymentDevOpsJenkins
0 likes · 4 min read
Quick Guide to Sync Code from GitHub via a Middle Machine and Deploy with Jenkins
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
Efficient Ops
Efficient Ops
Nov 11, 2018 · Operations

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

This guide explains how to use rsync for efficient file synchronization over LAN/WAN, covering its algorithm, SSH and daemon modes, configuration details, common commands, cron automation, and real‑time syncing with inotify‑tools.

LinuxSSHdaemon
0 likes · 18 min read
Mastering Rsync: Fast File Sync Across LAN/WAN with Daemon and Inotify