Added more time information
This commit is contained in:
parent
0109d300de
commit
740f14d426
2 changed files with 6 additions and 6 deletions
|
@ -341,7 +341,7 @@ while [ "$i" -lt "$no_shares" ]; do
|
||||||
|
|
||||||
# only copy if a directory exists
|
# only copy if a directory exists
|
||||||
if [ "$last_dir" ]; then
|
if [ "$last_dir" ]; then
|
||||||
echo "Hard linking..."
|
echo "$(date) Hard linking..."
|
||||||
cp -al $VVERBOSE "$last_dir" "$destination_dir"
|
cp -al $VVERBOSE "$last_dir" "$destination_dir"
|
||||||
else
|
else
|
||||||
echo "Creating $destination_dir"
|
echo "Creating $destination_dir"
|
||||||
|
@ -358,7 +358,7 @@ while [ "$i" -lt "$no_shares" ]; do
|
||||||
# options partly stolen from rsnapshot
|
# options partly stolen from rsnapshot
|
||||||
#
|
#
|
||||||
|
|
||||||
echo "Transferring files..."
|
echo "$(date) Transferring files..."
|
||||||
|
|
||||||
rsync -a $VERBOSE $RSYNC_EXTRA $EXCLUDE $SUMMARY \
|
rsync -a $VERBOSE $RSYNC_EXTRA $EXCLUDE $SUMMARY \
|
||||||
--delete --numeric-ids --relative --delete-excluded \
|
--delete --numeric-ids --relative --delete-excluded \
|
||||||
|
|
|
@ -262,8 +262,8 @@ div.exampleblock-content {
|
||||||
<h1>ccollect - Installing, Configuring and Using</h1>
|
<h1>ccollect - Installing, Configuring and Using</h1>
|
||||||
<span id="author">Nico Schottelius</span><br />
|
<span id="author">Nico Schottelius</span><br />
|
||||||
<span id="email"><tt><<a href="mailto:nico-linux-ccollect__@__schottelius.org">nico-linux-ccollect__@__schottelius.org</a>></tt></span><br />
|
<span id="email"><tt><<a href="mailto:nico-linux-ccollect__@__schottelius.org">nico-linux-ccollect__@__schottelius.org</a>></tt></span><br />
|
||||||
<span id="revision">version 0.3.1,</span>
|
<span id="revision">version 0.3.2,</span>
|
||||||
for ccollect 0.3.1, Initial Version from 2005-01-13
|
for ccollect 0.3.2, Initial Version from 2005-01-13
|
||||||
</div>
|
</div>
|
||||||
<div id="preamble">
|
<div id="preamble">
|
||||||
<div class="sectionbody">
|
<div class="sectionbody">
|
||||||
|
@ -836,8 +836,8 @@ the hardlinks allocate.</p>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Version 0.3.1<br />
|
Version 0.3.2<br />
|
||||||
Last updated 06-Feb-2006 00:46:09 CEST
|
Last updated 06-Feb-2006 08:20:48 CEST
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue