Changeset 3111 in MondoRescue for branches/3.0/mondo-doc


Ignore:
Timestamp:
May 5, 2013, 4:55:42 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • revert patch 3106-2107 from SVK which had removed good code and fixes !!
Location:
branches/3.0/mondo-doc
Files:
2 edited

Legend:

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

    r3107 r3111  
    127127and mondoarchive will try to do its best to support it.
    128128Other protocols are available such as sshfs for fuse SSH based filesystem
    129 mount, with the same syntax e.g. 'sshfs://user@192.168.1.3:/home/nfs'
     129mount, with the same syntax e.g. 'sshfs://user@192.168.1.3:/home/nfs' and
     130smbfs (aka cifs) for SaMBa or Windows based filesystem mount.
    130131
    131132.TP
  • branches/3.0/mondo-doc/mondorescue-howto.sgml

    r3107 r3111  
    324324        If you want to backup the whole computer (excluding /sys, /run and /proc,
    325325        naturally as well as /tmp) then leave this as / which is the default. Otherwise,
    326 specify subsets, (e.g. /usr/local /home ) being sure to put a space
     326specify subsets, (e.g. /usr/local|/home ) being sure to put a pipe
    327327in between each path.
    328328</entry>
     
    338338If you are backing up your whole computer then you might want to
    339339exclude certain directories, e.g. /shared/MP3. Please specify them
    340 in the 'exclude directories' dialog box. Please put a space in
    341 between each path, e.g. /shared/private /scratch /nfs /windows
     340in the 'exclude directories' dialog box. Please put a pipe in
     341between each path, e.g. /shared/private|/scratch|/nfs|/windows
    342342</entry>
    343343</row>
Note: See TracChangeset for help on using the changeset viewer.