Paranoid Backup
 
The parameters for the command line version of paranoid backup can be provided in a short and a long format. The short format is faster to type, while the long format is easier to remember. Apart from that, both formats behave totally the same.
 
session or s
When given, the application runs the session with this id.
Example:
  1. short version: -s=session1
  2. long version: --runSession=session1
 
path or p
The full path to the configuration file to be used.
If omitted, the default value sampleConfig.parabak in the application’s directory is used.
Example:
  1. short version: -p=c:\daily.parabak
  2. long version: --configPath=c:\kevin.parabak
 
createSampleConfig or c
If this option is given, a sample configuration file is created.
Example:
  1. short version: -c  
  2. long version: --createSampleConfig
 
list or l
Lists all sessions found in the configuration file.
Example:
  1. short version: -l
  2. long version: --list
 
verbosity or v
Sets the verbosity of the output.
  1. 0=none (errors only)
  2. 1=show only the operations performed
  3. 2=show operations and files backed up
  4. 3=show detailed information (for debugging only)
Example:
  1. short version: -v=2
  2. long version: --verbosity=2
 
help or h
Shows a help screen
Command line parameters Quick Reference Home Documentation Sample Configurations Quick Reference