On 06/14/18 12:45, Rick Stevens wrote:
Mount the second drive somewhere on the server and you can do an
rsync locally to back up files. It appears your /dev/sda thing is
an LVM drive with one volume group ("fedora") and three volumes ("root",
"home" and "swap"). You appear to be exporting the home volume for NFS.

So, partition the second drive, create a mountpoint on the server for
the second drive and mount it there. For example:

        # mkdir /media/backups
        # mount /dev/sdb1 /media/backups

You could then do:

        # rsync -a /home /media/backups
Yes, I was able to do this in the server but I would like to be able to mount the server from this computer and see the resulting backup copy, actually list the files, etc. and have confidence the backup is working. It probably isn't necessary but I'd like to do it as a check.

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-27/64bit LINUX XFCE Fastmail POP3

_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]/message/Y7U5UTYGFSHEEDA5Q5MKUTNHJN67LOZX/

Reply via email to