For a couple of Linux/Unix systems I run daily backup over rsync.
The filesets are nearly static, so the the backup duration is nearly identical each day. Between 22 and 30 minutes for 21-systems. But there are also days, with a longer backup durations.
Rsync over SSH
Linux Process Control
Last week I bought a new HDD for one friend and I started a rsync process on my tiny home-server to copy some stuff – it was around 190 GB of different stuff.
This command looks very simple and without unnecessary options but my 400 MHz CPU was pretty quick hot and I got a [Read more…]
Rsync Server
Another different method to create your backups over network, a client data establish a connection to a rsync daemon server.
I describe a simple method without authentication (trusted LAN). [Read more…]
Rsync with progress bar
1 | rsync -azv --progress /opt/Samba/* root@server: |
9142272 2% 2.86MB/s 0:01:48