diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-18 00:47:43 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-18 00:47:43 -0500 |
commit | afedb407cc2aba113f4a774fac5840fe80282e30 (patch) | |
tree | f41a59d553756afa79c8c06ab9c36240d01c8b9c | |
parent | e8d85f9ad2dd153a7601555b2436a4492c0cccf5 (diff) | |
download | squashfu-afedb407cc2aba113f4a774fac5840fe80282e30.tar.gz |
Add bug regarding white space in paths
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -105,6 +105,11 @@ KNOWN BUGS Fix: If using Ext4, mount with the 'nobarrier' option. No resolution known at this time for other FS's. +1/17/2010 + Issue: Paths with special chars or whitespace as includes or excludes are + not properly handled when passed to rsync. + Fix: If you MUST be ridiculous, escape (not quote) the spaces and/or other + special characters. TODO --------------------------------------- |