This is slightly off the main topic, but it should be a simple answer. I successfully added a second drive yesterday. /hda/files/* is on the main drive and I just want to use Greyhole to duplicate the /hda/files/* onto the second drive. On the Storage Pool page, I ticked both the "/" box and the "/var/files/drives/drive1" box. Is it correct that both boxes should be ticked? (Yes, I have configured the shares I want pooled on the "Shares" tab and the "Storage/Partitions" page shows that data was copied to the empty drive.)
Okay, now I would like to back up the same shares to a third drive, which is a WD Netcenter NAS on my LAN. What I'm thinking is that if I create a mount point, then I can run the "hda-diskmount" command to get UUID, and add that to /etc/fstab, just like I did for the 2nd HDD.
Someone with the same device did something similar with rsync for Ubuntu a few years ago http://ubuntuforums.org/archive/index.php/t-121832.html so modifying it to work with Amahi mount points, I think I would need to this:
Code: Select all
mount //WD-NETCENTER/Shared_Files /dev/nas smbfs [b][color=#FF0040]parameters I'm not sure of[/color][/b]
Once it's mounted, I follow the wiki again and I run "hda-diskmount" and get the UUID.
Then, I add the UUID to /etc/fstab using nano.
Then, I "mount -a"
Thanks!
Reason for edit: not sure why BBCode didn't work. Maybe it can't be nested? I was trying to draw attention to the fact that I'm not sure what extra parameters should be included in the mount command.