I am quite new to using rsync
and I'm wondering if it is possible to rsync files across multiple user accounts on a single PC?
For the computers I want to apply the rsync
command to, each user has to individually log in to their own user account.For example, if there are 20 users, there are 20 user accounts on that one PC. Is there a way to use rsync
from the root account to access the directories and files of each user? I would only like to grab files in .csv format.
Thanks!