﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
678	mondoarchive -x option with a few NTFS partitions	victor gattegno	Bruno Cornec	"If there are some NTFS partitions to backup, should we use -x option this way ?

{{{
 -x ""/dev/sda1 /dev/sda2""
}}}

As I see in /usr/sbin/mindi, line 3179 :

{{{
IMAGE_DEVS=""`echo ""${10}"" | tr '|' ' '`""
}}}

I think that we should rather use :

{{{
 -x ""/dev/sda1|/dev/sda2""
}}}

Am I right ?

That should be documented, i can do it after I get configmraion from you Bruno.
"	enhancement	new	low	3.0.5	mondo	3.0.3	minor		ntfs	victor gattegno
