Berimor66 / duplicati

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

Better command line support (documentation?) #717

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I can see it's possible to choose several directories to include in the backup 
-- in the GUI, they are called "backup groups", which may include a list of 
directories.

However, I can't find a way to start a backup job in the same way via command 
line. Is this possible?

If I want to backup a number of independent directories, do I need to run 
several command lines, one for each directory?

Original issue reported on code.google.com by j...@juliohm.com.br on 6 Oct 2012 at 1:26

GoogleCodeExporter commented 9 years ago
The help for the command line version is built-in. Just run 
"Duplicati.CommandLine.exe help" to get a list of available topics. I think, 
almost everything is covered in the built-in help. If something is missing, 
please let us know what exactly is missing or what you want to do via command 
line that does not seem to work.

Regarding your question about multiple source folders: The answer can be found 
is "Duplicati.CommandLine.exe help backup" which says:

Usage: backup <source folder> <target url> <options>

  This will perform full or incremental backups. It reads all files from
  <source folder> and stores the backups in <target url>. If no rule for full
  backups is specified, Duplicati will create one full backup and incremental
  backups afterwards. Multiple source folders have to be separated by the
  operating system's delimiter (semicolon ";" on Windows, colon ":" on
  Linux).

Original comment by rst...@gmail.com on 6 Oct 2012 at 8:06

GoogleCodeExporter commented 9 years ago
Thanks for the help. I hand't realized I could issue "help backup". This really 
helps!

Original comment by j...@juliohm.com.br on 7 Oct 2012 at 4:56

GoogleCodeExporter commented 9 years ago
Great. Let us know if anything is missing or unclear.

Original comment by rst...@gmail.com on 7 Oct 2012 at 7:29