Tag

file synchronization

1 views collected around this technical thread.

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
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.

BackupCommand-lineInstallation
0 likes · 3 min read
How to Download, Install, and Use cwRsync on Windows
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
HomeTech
HomeTech
Jun 12, 2019 · Cloud Computing

Design and Implementation of Autohome Enterprise Cloud Disk

The article describes the background, goals, architecture, security, and future plans of Autohome's internally developed enterprise cloud disk, detailing its multi‑layer design, RBAC permission model, file processing, task scheduling, and integration with various corporate systems to improve collaborative work efficiency.

Data SecurityRBACcloud storage
0 likes · 16 min read
Design and Implementation of Autohome Enterprise Cloud Disk
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