forked from ungleich-public/ccollect
Added size comparing in quickstart
This commit is contained in:
parent
a06a5afebf
commit
22465abdb5
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ touch miniconfig/sources/testsource/summary
|
|||
# do the backup, twice
|
||||
CCOLLECT_CONF=./miniconfig ./ccollect.sh testinterval testsource
|
||||
CCOLLECT_CONF=./miniconfig ./ccollect.sh testinterval testsource
|
||||
|
||||
# Let's see how much space we used with two backups and compare it to /bin
|
||||
du -s ~/DASI /bin
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
By the way: Cut and paste of the complete section above into your
|
||||
|
|
Loading…
Reference in a new issue