RSYNC Source Includes shares across all drives?


Recommended Posts

I'm trying to rsync a few directories to an external drive.  The main concept I'm trying to understand is that these shares are spread across multiple drives.

 

Now I do see using the command line (df -h) a mount called "/mnt/user" and "/mnt/user0"

 

image.png.d3ff0f0cd4efde27536876244cfa3a53.png

 

I would like to run one command using rsync like  (rsync --archive --delete /mnt/user/SourceFolder/  /mnt/"external drive"

 

its a little confusing because there is the two separate mounts "User" and "User0"

 

Is there one mnt that contains all the data of those shares?  I hope this makes sense.

 

separate question.... can I use the crontab of one of my authorized users to schedule this backup? Or is there an APP for that?

 

Thank you.

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.