more changes
This commit is contained in:
parent
ca5c9fc5fd
commit
2dc80fa971
3 changed files with 19 additions and 2 deletions
|
@ -595,7 +595,7 @@ host mx2.schottelius.org
|
||||||
Port 2342
|
Port 2342
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
If you only use that port for backup and normally want to use another port,
|
If you only use that port for backup only and normally want to use another port,
|
||||||
you can add 'HostName' and "HostKeyAlias" (if you also have different
|
you can add 'HostName' and "HostKeyAlias" (if you also have different
|
||||||
keys on the different ports):
|
keys on the different ports):
|
||||||
|
|
||||||
|
@ -612,7 +612,6 @@ Host bruehe
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Using source names or interval in pre_/post_exec scripts
|
Using source names or interval in pre_/post_exec scripts
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
The pre-/post_exec scripts can access some internal variables from `ccollect`:
|
The pre-/post_exec scripts can access some internal variables from `ccollect`:
|
||||||
|
@ -734,6 +733,19 @@ of different requirements, you can even omit creating
|
||||||
`/etc/ccollect/default/intervals/daily`.
|
`/etc/ccollect/default/intervals/daily`.
|
||||||
|
|
||||||
|
|
||||||
|
Comparing backups
|
||||||
|
~~~~~~~~~~~~~~~~~
|
||||||
|
If you want to see what changed between two backups, you can use
|
||||||
|
`rsync` directly:
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
[12:00] u0255:ddba034.netstream.ch# rsync -n -a --delete --stats --progress daily.20080324-0313.17841/ daily.20080325-0313.31148/
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
This results in a listing of changes. Because we pass -n to rsync no transfer
|
||||||
|
is made (i.e. report only mode)"
|
||||||
|
|
||||||
|
This hint was reported by Daniel Aubry.
|
||||||
|
|
||||||
F.A.Q.
|
F.A.Q.
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
* Added support for global delete_incomplete option
|
* Added support for global delete_incomplete option
|
||||||
|
* Updated documentation (more hints)
|
||||||
|
|
|
@ -57,3 +57,7 @@ rsync_extra global!
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
Always report return code!
|
Always report return code!
|
||||||
|
|
||||||
|
[12:00] u0255:ddba034.netstream.ch# rsync -n -a --delete --stats --progress daily.20080324-0313.17841/ daily.20080325-0313.31148/
|
||||||
|
|
||||||
|
$tool <name> <version1> <version2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue