Changeset 2382 in MondoRescue for branches/2.2.10/mondo-doc


Ignore:
Timestamp:
Sep 10, 2009, 2:07:16 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Change NFS support into a NetFS support to allow for multiple protocol in addition to NFS (NEEDS TESTING)

(Backport from 2.2.9)

Location:
branches/2.2.10/mondo-doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo-doc/mondoarchive.8

    r2341 r2382  
    119119.TP
    120120.BI "-n " mount
    121 Use files residing on NFS partition as backup media.
     121Use files residing on a remote share as backup media.
    122122.I mount
    123 is the remote mount-point, e.g. '192.168.1.3:/home/nfs'
     123is the remote mount-point, e.g. 'nfs://192.168.1.3:/home/nfs'
    124124for my file server. If not mounted, mondoarchive will do it for you. So nice ;-)
    125125If your NFS server only accept write from a backup user, you may specify it with the syntax:
    126 .B user@machine:/mount/path
     126.B nfs://user@machine:/mount/path
    127127and mondoarchive will try to do its best to support it.
     128Other protocols are available such as sshfs for fuse SSH based filesystem
     129mount, with the same syntax e.g. 'sshfs://user@192.168.1.3:/home/nfs'
    128130
    129131.TP
     
    426428Backup to an NFS mount:
    427429.br
    428 .I "mondoarchive -On 192.168.1.2:/home/nfs -d /Monday -E /mnt/nfs"
     430.I "mondoarchive -On nfs://192.168.1.2:/home/nfs -d /Monday -E /mnt/nfs"
    429431
    430432Verify existing NFS backup:-
    431433.br
    432 .I "mondoarchive -Vn 192.168.1.2:/home/nfs -d /Monday"
     434.I "mondoarchive -Vn nfs://192.168.1.2:/home/nfs -d /Monday"
    433435
    434436.BI USB:
  • branches/2.2.10/mondo-doc/mondorescue-howto.sgml

    r2087 r2382  
    560560<row>
    561561<entry>
    562         bash# mount 192.168.1.28:/home/nfs /mnt/nfs
     562        bash# mount nfs://192.168.1.28:/home/nfs /mnt/nfs
    563563        </entry>
    564564</row>
    565565<row>
    566566<entry>
    567 bash# mondoarchive -OVn 192.168.1.28:/home/nfs -gF[...]
     567        bash# mondoarchive -OVn nfs://192.168.1.28:/home/nfs -gF[...]
    568568        </entry>
    569569</row>
     
    15081508<entry>
    15091509
    1510         bash# mount 192.168.1.3:/home/nfs -t nfs /mnt/nfs
     1510        bash# mount nfs://192.168.1.3:/home/nfs -t nfs /mnt/nfs
    15111511</entry>
    15121512</row>
    15131513<row>
    15141514        <entry>
    1515         bash# mondoarchive -OVn 192.168.1.3:/home/nfs -g -s 200m
     1515        bash# mondoarchive -OVn nfs://192.168.1.3:/home/nfs -g -s 200m
    15161516</entry>
    15171517</row>
     
    31193119<entry>
    31203120
    3121 bash# mondoarchive -On 192.168.1.3:/home/nfs
     3121        bash# mondoarchive -On nfs://192.168.1.3:/home/nfs
    31223122
    31233123</entry>
  • branches/2.2.10/mondo-doc/mondorestore.8

    r2295 r2382  
    6262Use files residing on NFS partition as restore media.
    6363.I mount
    64 is the remote mount-point, e.g. '192.168.1.3:/home/nfs'
     64is the remote mount-point, e.g. nfs://192.168.1.3:/home/nfs'
    6565for my file server. Please mount it before restoring/verifying.
    6666
Note: See TracChangeset for help on using the changeset viewer.