January 30, 20215 yr 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" 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.
January 30, 20215 yr Community Expert /mnt/user includes all files in a share on both the array drives AND the cache. The /mnt/user0 location only includes the array drives and omits any files on the cache.
January 31, 20215 yr Author Any thought on using Crontab to schedule it? Didnt see anything in the APPs when I did a quick search.
Archived
This topic is now archived and is closed to further replies.