rpattabi / diskpacker

Automatically exported from code.google.com/p/diskpacker
0 stars 0 forks source link

command line interface need to be developed #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently diskpacker accepts no command line arguments. A neat command line
interface needs to be developed.

Options are

--backup-set <backup_set_name> # formerly input_paths.txt
--disk-type <CD/DVD/DVD9/custom> #cd,dvd,cd650,dvd9,etc.
--disk-capacity <inMB> #optional. not optional for custom disk type. disk
capacity can override disk type as appropriate.
--output-path <output_folder_name> #if the folder is not present,
diskpacker would attempt to create the folder
--backup-title <title=BACKUP> #DivX --> DivX_0.irp
--report <report_name> #packed --> packed.txt in output path
--burner <infrarecorder/brasero/k3b/ALL> #if you want combinations e.g.
only k3b and brasero project files, you can specify --burner option
multiple times.
--dir-to-backup <folder_to_backup> # this is an alternative to --backup-set
if you want to backup one folder (or more if you add this option multiple
times)

Reasonable defaults shall be assumed if the options are not given.

Original issue reported on code.google.com by ragunath...@gmail.com on 9 Jun 2008 at 7:04