Sha256: aff591db0c5869eb50f9844781955ba76a5800a5e6786412ac82881aec7fb09e
Contents?: true
Size: 597 Bytes
Versions: 8
Compression:
Stored size: 597 Bytes
Contents
Feature: Perform Backups In order to ensure files are correctly backed up I will need to run the backup script @announce Scenario: Run a backup from source to target Given a directory named "source" Given a file named "source/one" with: """ xxxx """ Given a file named "source/two" with: """ xxxx """ Given a directory named "target" When I successfully run `rsyncbackup --debug source target` Then a file named "target/.lastfull" should exist And a directory named "target/.incomplete" should not exist
Version data entries
8 entries across 8 versions & 1 rubygems