mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
doc update
This commit is contained in:
@ -4,7 +4,7 @@ Supports the `-i` or `--itemize-changes` options with all levels of
|
|||||||
verbosity.
|
verbosity.
|
||||||
|
|
||||||
Will also process the rsync log file generated with the `--log-file`
|
Will also process the rsync log file generated with the `--log-file`
|
||||||
option.
|
option and the `-i` or `--itemize-changes` options.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
@ -14,6 +14,10 @@ Usage (cli):
|
|||||||
|
|
||||||
$ jc rsync -i -a source/ dest
|
$ jc rsync -i -a source/ dest
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
$ cat rsync-backup.log | jc --rsync
|
||||||
|
|
||||||
Usage (module):
|
Usage (module):
|
||||||
|
|
||||||
import jc
|
import jc
|
||||||
|
@ -6,12 +6,16 @@ Supports the `-i` or `--itemize-changes` options with all levels of
|
|||||||
verbosity.
|
verbosity.
|
||||||
|
|
||||||
Will also process the rsync log file generated with the `--log-file`
|
Will also process the rsync log file generated with the `--log-file`
|
||||||
option.
|
option and the `-i` or `--itemize-changes` options.
|
||||||
|
|
||||||
Usage (cli):
|
Usage (cli):
|
||||||
|
|
||||||
$ rsync -i -a source/ dest | jc --rsync-s
|
$ rsync -i -a source/ dest | jc --rsync-s
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
$ cat rsync-backup.log | jc --rsync-s
|
||||||
|
|
||||||
Usage (module):
|
Usage (module):
|
||||||
|
|
||||||
import jc
|
import jc
|
||||||
|
Reference in New Issue
Block a user