This is probably a basic question for most of you, but I don't have a good knowledge of this topic (yet). Please forgive my ignorance.
use-case:
I have a small RaspberryPi that I want to use to backup my Mac, using rsync. I got this part working with some test-data.
Now I would like to hide that backup from the normal user by adding a second harddisk, which I only want to be visible to a specific user mac
I used /etc/fstab in the past, but I guess that is for all users, right? Is there a way to only mount that disk for user mac
(and potentially also root
?) Also, I don't want to modify the file permissions because if I ever have to rsync-back my data, I want the permissions to be exactly as they were before the backup
Any pointers on how to achieve that?
thanks so much
ChrisV