Sha256: 33cda00694d9cf66938ec9c6b650ca470a3d11d9bbb181b41470280a194656c9
Contents?: true
Size: 614 Bytes
Versions: 8
Compression:
Stored size: 614 Bytes
Contents
Feature: File names with spaces In order to ensure file names with spaces are correctly handled @announce Scenario: Use spaces in file names Given a directory named "this source" Given a file named "this source/one" with: """ xxxx """ Given a file named "this source/two" with: """ xxxx """ Given a directory named "this target" When I successfully run `rsyncbackup --debug 'this source' 'this target'` Then a file named "this target/.lastfull" should exist And a directory named "this target/.incomplete" should not exist
Version data entries
8 entries across 8 versions & 1 rubygems