Displaying 4 results from an estimated 4 matches for "sourcedir3".
Did you mean:
sourcedir
2018 Mar 04
2
file contents cause rsync to fail (with certains args and dir structure)
...as below: ArchLinux's rsync-3.1.3-1-x86_64.pkg.tar.xz
#tested to fail as below: ArchLinux's rsync-3.1.3pre1-1-x86_64.pkg.tar.xz
#tested to work ok : ArchLinux's rsync-3.1.2-8-x86_64.pkg.tar.xz
if test "$1" == "clean"; then
rm -vrf destdir sourcedir sourcedir2 sourcedir3
exit 0
fi
echo '!! test 1:'
mkdir -p destdir
mkdir -p sourcedir/a
#one \0 followed by a non-\0 (so, using a space) required:
echo -ne '\0 ' > sourcedir/a/b
#non zero size file required:
echo -ne 'c' > sourcedir/c
echo 'sourcedir' >/tmp/filesfrom.lst.tmp...
2018 Mar 04
0
file contents cause rsync to fail (with certains args and dir structure)
...elow: ArchLinux's rsync-3.1.3-1-x86_64.pkg.tar.xz
#tested to fail as below: ArchLinux's rsync-3.1.3pre1-1-x86_64.pkg.tar.xz
#tested to work ok : ArchLinux's rsync-3.1.2-8-x86_64.pkg.tar.xz
if test "$1" == "clean"; then
rm -vrf destdir sourcedir sourcedir2 sourcedir3
exit 0
fi
echo '!! test 1:'
mkdir -p destdir
mkdir -p sourcedir/a
#one \0 followed by a non-\0 (so, using a space) required:
echo -ne '\0 ' > sourcedir/a/b
#non zero size file required:
echo -ne 'c' > sourcedir/c
echo 'sourcedir...
2018 Mar 05
1
file contents cause rsync to fail (with certains args and dir structure)
...below: ArchLinux's rsync-3.1.3-1-x86_64.pkg.tar.xz
#tested to fail as below: ArchLinux's rsync-3.1.3pre1-1-x86_64.pkg.tar.xz
#tested to work ok : ArchLinux's rsync-3.1.2-8-x86_64.pkg.tar.xz
if test "$1" == "clean"; then
rm -vrf destdir sourcedir sourcedir2 sourcedir3
exit 0
fi
echo '!! test 1:'
mkdir -p destdir
mkdir -p sourcedir/a
#one \0 followed by a non-\0 (so, using a space) required:
echo -ne '\0 ' > sourcedir/a/b
#non zero size file required:
echo -ne 'c' > sourcedir/c
echo 'sourcedir'...
2018 Mar 05
5
[Bug 13320] New: file contents cause rsync to fail (with certains args and dir structure)
...as below: ArchLinux's rsync-3.1.3-1-x86_64.pkg.tar.xz
#tested to fail as below: ArchLinux's rsync-3.1.3pre1-1-x86_64.pkg.tar.xz
#tested to work ok : ArchLinux's rsync-3.1.2-8-x86_64.pkg.tar.xz
if test "$1" == "clean"; then
rm -vrf destdir sourcedir sourcedir2 sourcedir3
exit 0
fi
echo '!! test 1:'
mkdir -p destdir
mkdir -p sourcedir/a
#one \0 followed by a non-\0 (so, using a space) required:
echo -ne '\0 ' > sourcedir/a/b
#non zero size file required:
echo -ne 'c' > sourcedir/c
echo 'sourcedir' >/tmp/filesfrom.lst.tmp...