News

install with the following command: sudo apt install rsync #Debian / Ubuntu sudo dnf install rsync #Red Hat / Fedora Basic usage: #Copy a file or directory rsync -av source/ destination/ #Copy ...