search for: link_stat

Displaying 20 results from an estimated 112 matches for "link_stat".

2008 Jul 25
3
IO error encountered -- skipping file deletion
Hi guys, Wondering how i can trace to the problem....im backing up many servers and on all of them im seeing this error. Im backing up between centos machines Thanx in advance!
2014 Feb 13
1
[Bug 10445] New: flag to suppress link_stat error messages
https://bugzilla.samba.org/show_bug.cgi?id=10445 Summary: flag to suppress link_stat error messages Product: rsync Version: 3.1.1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: mij at bitchx.it...
2005 Jul 23
2
link_stat
...t is as follows. I make up the proper command by the script. The user is authenticated by RSA non password. The problem is, I can run successfully with the command, which was produced by the script, from the command line. But if I run this script from cron or run this script on command line, link_stat error occurs. The directory /home/auser/ is the current directory when the command is run. How can I get rid of that? I tried "::" instead of single colon. I don't use rsyncd.conf file, because I think it runs as non daemon process. This is a single command for back-up: rsync -au...
2020 Jun 14
1
[Bug 14407] New: link_stat ... failed: No such file or directory: should mention which end of the connection it is talking about
https://bugzilla.samba.org/show_bug.cgi?id=14407 Bug ID: 14407 Summary: link_stat ... failed: No such file or directory: should mention which end of the connection it is talking about Product: rsync Version: 3.2.0 Hardware: All OS: All Status: NEW Severity: normal...
2003 Dec 15
5
Rsyncing Windows directory to a Linux box: problem with spaces in directory names
Hello, I am trying to rsync folders/files hosted on a Windows machine to a Linux machine. Many of the directory names have spaces in them. How can I list them in a file so that the --include-from option use them correctly? Thanks! Charles -- Charles-E. Nadeau Ph.D http://radio.weblogs.com/0111823/
2010 Sep 29
1
rsync: link_stat "." (in sprengel) failed: Permission denied (13)
Hello, we have a old version of rsync running since 2005. Now I tried to sync between two new servers with rsync 3.0.7 and get the error rsync: link_stat "." (in sprengel) failed: Permission denied (13) On one server ( 192.168.10.2 ) I have rsync running as daemon and this rsyncd.conf read only = true use chroot = false transfer logging = true log format = %h %o %f %l %b log file = /var/log/rsyncd.log hosts allow = 10.53.5.12 [sprengel...
2002 Aug 23
3
Filenames with blanks
...ough little script to produce the same output where either the whole filepath or just the file name will be quoted (as in the first example). That breakes it complitely and this version does not work even for single word files. Output looks like this: ....................... receiving file list ... link_stat /home/wss_disk/calendar.data/'Conference : No such file or directory link_stat Calls' : No such file or directory link_stat /home/wss_disk/calendar.data/'Economic' : No such file or directory I probably am missing something simple, but could not figure what is it. Please advise. Th...
2003 Jan 27
2
small problem that I'm having...
...--delete --partial --timeout=60 -aRntvz patrick@aix1::test /test I get this message and I don't know why. On both systems I run the command as root, what could be the cause ? Oh I was getting the same message with rsync 2.4.X and I still get it with the latest version. receiving file list ... link_stat test : Permission denied done client: nothing to do thanks. -------------- next part -------------- HTML attachment scrubbed and removed
2009 Nov 11
1
Does files-from work with --delete?
...be deleted (because it no longer exists in the source), I get this: $ find src dst -print src src/a src/b src/c src/c/d src/c/a src/p dst dst/a dst/b dst/c dst/c/d dst/c/a dst/c/p $ cat list /p /c/p $ ./rsync-3.0.6/rsync -av -S --delete --files-from=list -n src/ dst/ building file list ... rsync: link_stat "/home/ppokorny/_work/_customers/_ga/_rsync_test/src/c/p" failed: No such file or directory (2) done p sent 61 bytes received 15 bytes 152.00 bytes/sec total size is 0 speedup is 0.00 (DRY RUN) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at ma...
2005 Sep 09
1
rsync failure - no such file or directory
...kup and db2inst1@enolagay... As a result rsync creates a new dir on the same box with the files in it. Not sure what to do. VERY new to unix and rsync. bash-2.03$ rsync -e ssh -av /export/home/db2inst1/db2_backup/* db2inst1@enolagay: /export/home/db2inst1/db2_backup building file list ... rsync: link_stat "/export/home/db2inst1/db2_backup/db2inst1@enolagay:" failed: No such file or directory (2) done sent 194 bytes received 20 bytes 428.00 bytes/sec total size is 633405440 speedup is 2959838.50 rsync error: some files could not be transferred (code 23) at main.c(791) bash-2.03$ ls -l t...
2009 Aug 17
10
ssh failure due to local error
Readers, I have tried the following command: rsync -t *.txt ssh user at remote.machine: and receive the following error: rsync: link_stat "local/machinepath/ssh" failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at main.c(1031) [sender=3.0.2] My understanding of the manual is that the text files on my local machine should have been transferred to the remote machine. There is o...
2011 Apr 20
4
files not moved immediately to final destination from temp location after rsync returns with success
...otal bytes sent: 53 Total bytes received: 213 sent 53 bytes received 213 bytes 76.00 bytes/sec total size is 108 speedup is 0.41 receiving incremental file list *<<<<<<< corresponding to the rsync call in process_command_file function* data/ data/LGC130UB.zip rsync: link_stat "/0000000329.txt" (in q) failed: No such file or directory (2) *<<<<< corresponding to the rsync call in the while loop* * <<<<<< since 0000000329.txt is not yet present on the server the script will loop on the rsync call in the while loop till it finds...
2009 Jul 04
4
Rsync with spaces in source or destination path
Hi, I am trying to transfer a file that has spaces in its name. The rsync gives me below error. Am I doing anything wrong? #ls -l /tmp/test\ file -rw-rw-r-- 1 xxx xxx 0 Jul 5 02:23 /tmp//test file # /usr/local/bin/rsync --archive /u/masanip/ACH/test\\\ file /tmp/mydir/ rsync: link_stat "/tmp/test\ file" failed: No such file or directory (2) Number of files: 0 Number of files transferred: 0 Total file size: 0 bytes Total transferred file size: 0 bytes Literal data: 0 bytes Matched data: 0 bytes File list size: 9 File list generation time: 0.001 seconds File list transfe...
2006 May 19
2
rsync help
...a/R- save" Below is the command and output. Can somone tell me what I'm doing wrong, or perhaps the correct way to do this? There does not need to be a daemon running on the remote machine does there? # rsync -t R-save vortex:/home/rob/amet/versions/current/archive/npa/R- save rsync: link_stat "/home/rob/amet/versions/20051028/amet/archive/npa/R- save/R-save" failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at main.c (892) [sender=2.6.8] Thanks..... Sam -------------- next part -------------- An HTML attachment was scrubbed......
2005 Apr 23
2
I already used --recursive
...ase look at... Well what if you don't have web access? You don't mention what to do then. "Send bugs to rsync@lists.samba.org" probably. OK. Will do. Here's one now: $ rsync -avz debian.linux.org.tw:var/lib/apt/diet.lists var/lib/apt/diet.lists receiving file list ... link_stat var/lib/apt/diet.lists : No such file or directory done client: nothing to do: perhaps you need to specify some filenames or the --recursive option? It turns out I spelled the input filename wrong. The bug? Telling me to try --recursive when as everybody knows, -a, --archive...
2009 Feb 06
1
DO NOT REPLY [Bug 6095] New: code 23 when files or directories disappear, instead of code 24.
...Most of them are just logs. Yesterday, I updated to 3.0.5 on x86 and tested. The command is rsync -aHx --delete --numeric-ids /home /nfs/staging/ . By untarring a package, starting the wrapper, then deleting the package 2 or 3 seconds later, I got: Thu Feb 5 22:35:23 GMT 2009 rsyncing rsync: link_stat "/home/ken/abiword-extras-2.6.6" failed: No such file or directory (2) IO error encountered -- skipping file deletion Today, I've repeated this adding -vvv to the command. The wrapper ended with sent 70132491 bytes received 810694 bytes 287801.97 bytes/sec total size is 1328794882...
2008 May 29
2
rsync using wildcard (*) character
...esb user@rrslx905:/var/log/hhsb I want to mention the file list in the "myfile" as follows:- ABCD/cdef/xyz* (Considering there are more than one files existing with names beginning with xyz) Once I try to transfer files using rsync using the command above, I get an error saying rsync: link_stat "ABCD/cdef/xyz*" failed: No such file or directory (2) Shouldnt it read all the files with names beginning with xyz and start transferring? Please help -- View this message in context: http://www.nabble.com/rsync-using-wildcard-%28*%29-character-tp17536197p17536197.html Sent from the S...
2008 Feb 20
2
rsync displays an number of errors when rysncing on gentoo
...running an Gentoo distribution on my computer, lately I've started to get error messages that are rsync related. here is a log of the output: Fetching most recent snapshot Attempting to fetch file dated: 20080219 portage-20080219.tar.bz2: OK Syncing local tree... building file list ... rsync: link_stat "/var/tmp/emerge-webrsync/portage/180" failed: No such file or directory (2) 121547 files to consider / IO error encountered -- skipping file deletion Number of files: 121547 Number of files transferred: 0 Total file size: 151081538 bytes Total transferred file size: 0 bytes Literal data...
2002 Mar 01
2
rsync: dumping core, breaking pipes, not understanding modules - why?
...eg_web/ I get this: @ERROR: access denied to upeg_web from unknown () rsync: connection unexpectedly closed (62 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(140) and when I do *this*: rsync -a rsfurr@upeg.uncg.edu:upeg_web/ /bak/upeg_web/ I get *this*: link_stat upeg_web/. : No such file or directory client: nothing to do: perhaps you need to specify some filenames or the --recursive option? rsync error: partial transfer (code 23) at main.c(23) So, clearly, I'm either not issuing the right command (which I could have sworn I am), or I'm misconfi...
2010 Jun 15
3
about rsyncing of block devices
...serve_links; extern int preserve_devices; +extern int copy_devices; extern int preserve_specials; extern int preserve_hard_links; extern int preserve_executability; @@ -980,7 +981,7 @@ static int try_dests_reg(struct file_str do { pathjoin(cmpbuf, MAXPATHLEN, basis_dir[j], fname); - if (link_stat(cmpbuf, &sxp->st, 0) < 0 || !S_ISREG(sxp->st.st_mode)) + if (link_stat(cmpbuf, &sxp->st, 0) < 0 || !(S_ISREG(sxp->st.st_mode) || (copy_devices && IS_DEVICE(sxp->st.st_mode)))) continue; switch (match_level) { case 0: @@ -1695,7 +1696,7 @@ static void...