~ubuntu-branches/ubuntu/karmic/rsync/karmic

« back to all changes in this revision

Viewing changes to testsuite/backup.test

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-07-03 00:01:48 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080703000148-xli84l1ummkj4fxp
Tags: 3.0.3-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove stop lilnks from rc0 and rc6
    (and use update-rc.d multiuser instead of defauts). (TearDown spec)
  - depend on sysv-rc to accomodate the TearDown changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
done
37
37
 
38
38
echo deleted-file >"$todir/dname"
39
 
cp -p "$todir/dname" "$chkdir"
 
39
cp_touch "$todir/dname" "$chkdir"
40
40
 
41
41
checkit "$RSYNC -avv --no-whole-file --delete-delay \
42
42
    --backup --backup-dir='$bakdir' '$fromdir/' '$todir/'" "$fromdir" "$todir" \