Displaying 8 results from an estimated 8 matches for "filesfrom".
Did you mean:
files_from
2018 Mar 04
2
file contents cause rsync to fail (with certains args and dir structure)
...rcedir2 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
rsync --recursive --perms --checksum --delay-updates --numeric-ids --preallocate --sparse --files-from=/tmp/filesfrom.lst.tmp -- ./ ./destdir/
#rsync: write failed on "/home/xftroxgpx/sandbox/rsync/nsfod_issues/try2/destdir/sourcedir/a/b": No such file or directory (2)
#rsync erro...
2010 Apr 12
1
DO NOT REPLY [Bug 7350] New: --filesfrom --delete
https://bugzilla.samba.org/show_bug.cgi?id=7350
Summary: --filesfrom --delete
Product: rsync
Version: 3.0.7
Platform: Sparc
OS/Version: Windows NT
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: kannan.kumarasamy at gm...
2018 Mar 04
0
file contents cause rsync to fail (with certains args and dir structure)
...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
rsync --recursive --perms --checksum --delay-updates --numeric-ids --preallocate --sparse --files-from=/tmp/filesfrom.lst.tmp -- ./ ./destdir/
#rsync: write failed on "/home/xftroxgpx/sandbox/rsync/nsfod_issues/try2/destdir/sourcedir/a/b": No such file or directory (2)
#rsyn...
2018 Mar 05
1
file contents cause rsync to fail (with certains args and dir structure)
...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
rsync --recursive --perms --checksum --delay-updates --numeric-ids --preallocate --sparse --files-from=/tmp/filesfrom.lst.tmp -- ./ ./destdir/
#rsync: write failed on "/home/xftroxgpx/sandbox/rsync/nsfod_issues/try2/destdir/sourcedir/a/b": No such file or directory (2)
#rsyn...
2018 Mar 05
5
[Bug 13320] New: file contents cause rsync to fail (with certains args and dir structure)
...rcedir2 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
rsync --recursive --perms --checksum --delay-updates --numeric-ids
--preallocate --sparse --files-from=/tmp/filesfrom.lst.tmp -- ./ ./destdir/
#rsync: write failed on
"/home/xftroxgpx/sandbox/rsync/nsfod_issues/try2/destdir/sourcedir/a/b": No
such file or directory (2)
#rsync erro...
2018 Aug 20
2
[Bug 13582] New: rsync filters containing multiple adjacent slashes aren't reduced to just one slash before matching
...ourcedir/a/file2 by using //sourcedir//a//////file2 in the excluded files
list, will silently not exclude it because of all those adjacent slashes not
being reduced into just one /.
#!/bin/bash
mkdir -p destdir sourcedir/a
touch sourcedir/file1 sourcedir/a/file2
echo 'sourcedir' >/tmp/filesfrom.list.tmp
echo '//sourcedir//a//////file2' >/tmp/excluded.list.tmp #this won't work
unless rsync gets patched
#echo '/sourcedir/a/file2' >/tmp/excluded.list.tmp #yes this will work:
[sender] hiding file sourcedir/a/file2 because of pattern /sourcedir/a/file2
rsync --recursi...
2005 Jun 03
1
Rsync from windows 98 with a password file
When I use this command from a Windows XP system everything works fine:
C:\cwrsync\cwrsync>rsync.exe -avzr --stats --password
file=c:\cwrsync\pete.secret --files-from=filesfrom.dat /
pete@crux1::testing
But when I try if from a Windows 98 system I get this error message:
"password file must not be other-accessible continuing without password
file"
Can rsync run from Windows 98 using a password file? If someone has this
working then can you sent me a URL to v...
2010 Feb 11
0
sqlSave data into multiple *.mdb files
...data files
attach(member)
params <- glm(Ranking~Andy+Jackie+Kelly+Aaron...) #start calculation from merged data...
output <- params$coef #get the coef of every single member
detach(member)
result <- sqlSave(con[[i]].....) #save the coef of every single member into pre-merge source *mdb filesFrom the above coding, I got some data files from *.mdb files and merge it to calculate, but I was wondering how to save the result into the table of pre-merge *.mdb files.
Best Regards,
Ryusuke
http://soccer.oksport.cn
_________________________________________________________________
$B:...