Here’s how to copy files from one directory to another.
rsync -arvz /dir1 /dir2 >> /tmp/rsync.log & |
Format: rsynch –options source destination
Options
- -a archive mode
- -v verbose
- -p keep permissions
- -z zipped during transfer
- -r recursive
cloud engineer
Here’s how to copy files from one directory to another.
rsync -arvz /dir1 /dir2 >> /tmp/rsync.log & |
rsync -arvz /dir1 /dir2 >> /tmp/rsync.log &
Format: rsynch –options source destination
Options
I'm Ulysses, Cloud Engineer at Cardinal Health based in Columbus. This blog is about Linux and Cloud technology. When off the grid, I enjoy riding my electric skateboard. I've surfed, snowboarded and played the saxophone in the past. I hope you find this website helpful. It's powered by WordPress and hosted on AWS LightSail.