Re: NFS second disk -

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/14/18 17:04, Rick Stevens wrote:
	# 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.
Then you'd need to export the mountpoint that you mounted /dev/sdb1 at
as another NFS export or a WebDAV share or possibly as an sshfs export.

Assuming it's mounted at /media/backups and you want to look at it via
NFS, you could_add_  a line to your /etc/exports file:

	/media/backups	192.168.1.0/24(ro,no_root_squash)

followed by an "exportfs -ra" command (to reexport everything). Then you
could mount the /media/backups export on your client and look at it.
NOTE: my example exports line exports it READ ONLY, so you can't write
to it, just look at it (which makes sense since it's a backup and you
don't want to mess with it).

There's always more than one way to do it.
+
Yes, and you have probably provided what I was looking for, I'll try exporting it as you suggest, probably tomorrow and report back.

Thanks,

Bob

--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10  FEDORA-27/64bit LINUX XFCE Fastmail POP3
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/users@xxxxxxxxxxxxxxxxxxxxxxx/message/EUODSPEAF47H5M7ZC2B442WLINXA2WM4/



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux