From: Timothy Manning Date: Mon, 18 Oct 2010 03:37:58 +0000 (+1300) Subject: yaffs added a README for yaffs_importer.py in yaffs/direct/python X-Git-Tag: linux-mainline-rc-01~8^2~3 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=4d923d08d0a230185dc3f1ca443cc241a4fdf735;ds=sidebyside yaffs added a README for yaffs_importer.py in yaffs/direct/python Signed-off-by: Timothy Manning --- diff --git a/direct/python/README_yaffs_import_py.txt b/direct/python/README_yaffs_import_py.txt new file mode 100644 index 0000000..4ab5b00 --- /dev/null +++ b/direct/python/README_yaffs_import_py.txt @@ -0,0 +1,22 @@ +Readme for the yaffs_import.py file + +python yaffs_import [scanning_path] [optional flags] + +the scanning path needs to be the absolute path to the directory where you +wish to start scanning from. this function will scan all of the the +directories above this path and copy the all files in these directories. + +example: + $ yaffs_importer.py /home/timothy/work/yaffs/ + +flags: + -d [number] + set the debugging message level. + that debug level 0 will always be printed unless debug_level is set to -1 + level 0 error messages + level 1 basic tasks are shown(creating, deleating,ect)(this is set as the default) + level 2 all process are shown + level 3 shows minor tasks such as join_paths, ect + level 4 is used for bug hunting and shows each step in detail + -ignore_hidden_directories + will not copy ./ directories if used \ No newline at end of file