chiark
/
gitweb
/
~mdw
/
rsync-backup
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rsync-backup.in: Fix stupid bugs introduced in ec1d1af...
[rsync-backup]
/
rsync-backup.in
diff --git
a/rsync-backup.in
b/rsync-backup.in
index 43b5efb58ac95a5f0a74f25b3b14f951fe63fca0..b0c4086ed18d8ec6d48292a6148bb4a17044d67e 100644
(file)
--- a/
rsync-backup.in
+++ b/
rsync-backup.in
@@
-705,8
+705,8
@@
do_backup () {
set -e
case $dryrun in
nil)
set -e
case $dryrun in
nil)
- hrfs=$(hash_file "
$fshashdir/$fs.bkp
")
-
$log "remote fshash $HASH checksum: $hl
fs"
+ hrfs=$(hash_file "
new.fshash
")
+
log "remote fshash $HASH checksum: $hr
fs"
$verbose " done"
;;
t)
$verbose " done"
;;
t)
@@
-736,7
+736,7
@@
do_backup () {
case $dryrun in
nil)
hlfs=$(hash_file "$localmap")
case $dryrun in
nil)
hlfs=$(hash_file "$localmap")
-
$
log "local fshash $HASH checksum: $hlfs"
+ log "local fshash $HASH checksum: $hlfs"
$verbose " done"
;;
t)
$verbose " done"
;;
t)