From the course: Learning Rsync
Unlock the full course today
Join today to access over 25,200 courses taught by industry experts.
Rsync tips - rsync Tutorial
From the course: Learning Rsync
Rsync tips
- [Instructor] Before we move on, I'd like to share some tips about working with Rsync. The first is that if you're manually running an Rsync job that might take a while, use screen or tmux to protect that job from being interrupted. Of course, Rsync can pick up where I left off if we run the same job again but it's even better to not have to do that. If you'd like to learn more about screen or tmux, take a look at my course about command line multitasking here on LinkedIn learning. Another tip is to be very aware of how different file systems handle metadata like permissions and extended attributes. If you're working with file systems like those from macOS or NTFS or FAT32 and exFAT, each of these handles various metadata differently. And some like FAT32 and exFAT have extremely limited support for attributes like permissions that we're used to having on Linux systems For that reason and others, always look at error…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.