Articles by Tag #rsync

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

How to Create a Simple Automated Backup Script with Bash and rsync

Keeping your important files safe is crucial. While cloud services are great, having a local,...

Learn More 0 0Nov 6 '25

rcp & rmv: copying & moving using rsync with the simplicity of cp & mv

These two commands rcp and rmv acts a direct replacement for cp and mv for copying or moving files...

Learn More 0 0Sep 9 '25

curl, wget, rsync, dig и nslookup: практическое руководство для Linux-администраторов

Утилиты curl, wget, rsync, dig и nslookup — мощные инструменты командной строки для работы с сетью,...

Learn More 0 0Feb 11

nas-sync-script-builder generates a bash script for one-way, no-deletion NAS sync using rsync and lsyncd

nas-sync-script-builder: a small tool for a very specific NAS problem Most backup and sync...

Learn More 0 0Jan 29

Getting Started with rsync: The Smarter Way to Copy Files

When it comes to moving files around in Linux, most people start with cp or scp. They work fine, but...

Learn More 11 0Sep 5 '25

How to rsync a git project to a svn folder?

#!/bin/bash PROJ_ROOT_DIR="$(dirname "$(dirname "$(readlink -f "$0")")")" echo "Project directory:...

Learn More 0 0Jul 28 '25