Option -indexesOR:
IndexIgnore *
To allow people to see everything in your directory:
Option +indexes
To allow people to see everything except image files:
IndexIgnore *.gif *.jpg
Option -indexesOR:
IndexIgnore *
Option +indexes
IndexIgnore *.gif *.jpg
INSERT IGNORE INTO `tbl_target`
SELECT * FROM `tbl_backup` AS bkup
WHERE ROW(bkup.col1, bkup.col2) NOT IN
(SELECT orig.col1, orig.col2 FROM `tbl_target` AS orig);
$ blkid /dev/sda1... or ...
$ ls -l /dev/disk/by-uuid
UUID=xxxxxxxxx /home ext3 defaults,noexec,nosuid 1 2
$ mv /home /old-home $ mkdir /home $ mount -o remount /home