Rsync

From BeePerNet
Jump to navigation Jump to search

Folder/files copy tool

rsync -av --info=progress2 /path/to/source/ /path/to/dest
rsync -av --progress /path/to/source/ /path/to/dest
rsync -av --no-perms --no-owner --no-group --info=progress2 --remove-source-files /path/to/source/ /path/to/dest