Ignore:
Timestamp:
Feb 2, 2011, 1:18:23 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Document in man page and HOWTO the previous syntax modifications for -E/-I options and '|' separator
  • Fix #444. mondoarchive now supports inclusion/exclusion of dirs with spaces in their name. this required a syntax change for the -E/-I options where the list of dirs needs to be separated by '|' now instead of ' '.
  • Fix issus with mindi when launched from a dir containing spaces
  • Fix a but when no -E option is give on CLI (null) string generated
  • Fix #459 by correcting an old README containing info on the edit-mountlist binary which doesn't exist.

svn merge -r 2709:2714 svn+ssh://bruno@svn.mondorescue.org/mondo/svn/mondorescue/branches/2.2.9 .

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo-doc/mondorescue-howto.sgml

    r2623 r2715  
    13341334<entry>
    13351335
    1336 bash# mondoarchive -E "/mnt/dos /mnt/cdrom" -9 -Oc 8
     1336bash# mondoarchive -E "/mnt/dos|/mnt/cdrom" -9 -Oc 8
    13371337
    13381338</entry>
     
    15611561
    15621562        # mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g \
    1563         -E "\"/home/cdaly/GIS/W2K /home/mondo/\"" -9
     1563        -E "/home/cdaly/GIS/W2K|/home/mondo" -9
    15641564
    15651565</entry>
     
    15751575    # at now + 5 min
    15761576mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g \
    1577 -E "\"/home/cdaly/GIS/W2K /home/mondo/\"" -9
     1577-E "/home/cdaly/GIS/W2K|/home/mondo" -9
    15781578&lt;CTRL&gt;-d
    15791579</entry>
     
    16531653}
    16541654screen -m -d mondoarchive -D -Ow 10 -S /home/mondo/ \
    1655 -T /home/mondo/ -g -E "\"/home/cdaly/GIS/W2K /home/mondo/\"" -9
     1655-T /home/mondo/ -g -E "/home/cdaly/GIS/W2K|/home/mondo" -9
    16561656#done
    16571657
     
    16631663<row>
    16641664<entry>
    1665         screen -m -d mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g -E "\"/home/cdaly/GIS/W2K /home/mondo/\"" -9
     1665        screen -m -d mondoarchive -D -Ow 10 -S /home/mondo/ -T /home/mondo/ -g -E "/home/cdaly/GIS/W2K|/home/mondo" -9
    16661666</entry>
    16671667</row>
Note: See TracChangeset for help on using the changeset viewer.