n8gray/Backup-Bouncer

Can't handle spaces in filenames

Closed this issue · 1 comments

tewe commented
iMac:backup-bouncer-0.2.0$ ./bbouncer compare /Volumes/Source/Last\ data\ volume.dmg /Volumes/Target/Last\ data\ volume.dmg 
Comparing:    basic-permissions ... FAIL (Critical)
Comparing:           timestamps ... FAIL (Critical)
Comparing:             symlinks ... stat: /Volumes/Source/Last: stat: No such file or directory
stat: data: stat: No such file or directory
ok (Critical)
Comparing:    symlink-ownership ... FAIL 

This is a known issue. BB is written in Bash, which requires lots of effort if you want to ensure correct space handling. I'm afraid I wasn't quite that disciplined when I wrote it, so you'll just have to avoid putting spaces in your volume names.