similar to: rsync error

Displaying 20 results from an estimated 700 matches similar to: "rsync error"

2006 Aug 02
1
Can not rsync certain folders a second time
I am running a windows xp machine and running the latest version of rsync, i am using a naslite server that is the rsync server, when I run the following commands to copy data from my xp machine to my nas it will copy the data the first time but if i pick up email and then run the command again it will freeze with a error, But if i just use a folder that has say my downloads in and i alter a file
2009 Jul 26
1
DeltaCopy puts unwanted TAB character into rsync command
Imran Hussain writes Tue Dec 6 19:54:06 GMT 2005 > I have written an rsync wrapper for Windows called DeltaCopy. > (http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp). It is > written in Borland C++ Builder and source is also available on the > net. Let me know if someone has any suggestions/comments. Hello Imran, I have a Windows PC running Vista Family Premium Edition SP2. I
2008 Jan 30
3
Rsync windows vista permissions problems
I am using deltacopy (uses rsync) to backup up a drive in windows vista to a freenas server. Before moving to vista, had the system working fine (on a windows xp machine). The command used for the backup is: rsync.exe -v -rlt -z --delete "/cygdrive/F/TXT/" "nas::160d/_Acer_F/TXT/" As a result of this command, rsync should create a dir (not on nas) and then copy some files
2013 Jul 22
1
Bug#717573: XCP: Cannot connect to iSCSI target
Package: xcp-storage-managers Version: 0.1.1-3 Severity: normal XCP cannot use iscsi block devices. Fails with iscsiadm: No active sessions. I ran the following commands trying to diagnose the problem: First introducing a SR and then creating a PBD with the needed configuration for the iscsi block device. These steps work fine but when I tried to plug the PBD I got the error: root at
2007 Jan 31
1
VIRTUA TENNIS screen cutoff
Hi ! VIRTUA TENNIS works fine (very fine and better than Cedega) , except sound (problem with initialising DirectXAudio. Error code : 0x88780078) and the game screen don't fit the desktop or fullscreen resolution: his parent window seems not be able to re-size itself. A screenshot here : www.ayuka.fr/tmp/CaptureVirtuaTennis.png and here (Desktop mode) :
2007 Jul 04
2
ask for help
Hi All, I met a problem when I use rsync to transfer some files to remote server. Why does my transfer fail with something like the following error? rsync: mkstemp "/Instrument/A0003237.agilent.com/.Instrument.mdb.3lGdSl" (in wcss) failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at /home/lapo/packaging/tmp/rsync-2.6.6/main.c(791)
2002 Jul 24
1
scp bug? or is it intended?
Please enlightnen me on a subject, which is easily explained by example (cyberone is a Cygwin1.3.12/WinXPpro and cyberx is a FreeBSD with latest openssh-portable installed): lapo at CYBERONE ~ $ scp lapo at cyberx:Luth\'ol.pcg . bash: -c: line 1: unexpected EOF while looking for matching `'' bash: -c: line 2: syntax error: unexpected end of file lapo at CYBERONE ~ $ scp lapo at
2009 Nov 25
0
Have All Tennis Coaches This Ability?
www.TennisTips365.com Now we have created a new movie - "The Extreme Makover - Forehand" In this movie you will be able to follow a players development from "old school" technique to "modern" technique. After 8 hours of practise with trainingsystem develop by tennistips365.com Josefine, 11 years old, plays like a pro. "Playing with a good, basic tennis
2002 Jul 25
0
openssh-unix-dev digest, Vol 1 #505 - 15 msgs
subscribe openssh-unix-dev at mindrot.org > Send openssh-unix-dev mailing list submissions to > openssh-unix-dev at mindrot.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://www.mindrot.org/mailman/listinfo/openssh-unix-dev > or, via email, send a message with subject or body 'help' to > openssh-unix-dev-request at mindrot.org >
2009 Aug 04
5
Anyone actively using RLT for mobile phone forwarding?
Hello, We currently have a scenario where a large percentage of inbound calls on a telco PRI are intended for professors who aren't currently in their offices/at their desks. My question is, is anyone actively using the Asterisk "RLT" (Release Link Trunking) feature to bounce these sorts of calls back to the telco? The idea being to forward the call to their mobile phone without
2008 Mar 17
1
Shouldn''t should return true?
''cause it doesn''t... This is an issue for nested custom matchers, ie: module CRFT class RFT def initialize(args) blah end def matches?(target) "Yeah, baby!" end end def r_f_t(args) RFT.new(args) end end module CRLT class RLT include CRFT def initialize(args) blag end def matches?(target)
2004 Jan 05
0
No subject
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Some paths on the remote server may require authentication. If so then you will receive a password prompt when you con- nect. You can avoid the password prompt by setting the environment variable RSYNC_PASSWORD to the password you want to use or using the --password-file option. This may be use-
2007 Nov 02
0
libxen domain creation
All, I am making a first pass at using the C bindings of the Xen-API for a test application, and am running into some confusion on the proper use of the API. I am modeling some of my development around the test code in tools/libxen/test/test_bindings.c However, some things are not clear to me, and the API documentation seems to be more of a function reference, than documenting the intended
2009 Jul 12
0
Bug#536720: xen-utils-3.2-1: Missing import statement / Syntax Errors in XendPBD.py
Package: xen-utils-3.2-1 Severity: important Hello! When using xenapi.PBD.create() the following error occurs: xen.xm.XenAPI.Failure: Internal error: global name 'genuuid' is not defined. (Attached you can find the logging of the remote host.) This (and other syntax errors) are already fixed in the xen-unstable.hg (see http://xenbits.xensource.com/xen-unstable.hg?rev/7fd49c55c0b0).
2012 Dec 19
1
rsync without POSIX ACLs
Hi, I?m trying to rsync from an IBM SONAS, that has no POSIX ACLs. I thought that without the ?p flag, this should still work, and the destination will just inherit permissions, however, it doesn?t. My source directory on the SONAS looks like: ~$ ls -la /net/sonas/directory d--------- 2 user group 36 Oct 9 12:59 ./ d--------- 2 user group 36 Oct 9 12:59 ../ ---------- 2 user group
2009 Jun 01
2
Rsync spawning a child process when pulling files ?
Hi, I am using rsync 3.0.4 on a WinXP machine (with CygWin) to synchronize my files to a RedHat Linux server. Everything is working perfectly, but there is one thing I do not understand. Apparently there is a difference in pushing and pulling files with rsync. When I push my files to the server with this command, I see one rsync process on my WinXP machine, just as expected rsync -rlt -e
2006 May 17
1
yet another "rsync hangs" question
Hello, I am sure the list has seem many of these questions, but I did not find one relating to my problem. I am using rsync 2.6.6 on windows xp professional and cygwin (latest) to sync files between the hard-drives and the portable drive. There is no other rsync daemon that I am contacting. Even if I try to transfer files from one subdirectory to another on the same drive, rsync will hang.
2002 Feb 15
1
Updated: rsync-2.5.2-1
[I am responding on the cygwin list to a message on cygwin-announce and cc'ing to the rsync list.] From: "Lapo Luchini" <lapo@lapo.it> > I have uploaded version 2.5.2-1 of the open source utility that > provides fast incremental file transfer. > > ChangeLog as on http://rsync.samba.org : Rsync 2.5.2 has a data-destroying bug as described here:
2007 Jan 31
0
Re: wine-users Digest, Vol 18, Issue 35
Hi, May I ask you for a favour? I'm in the process of applying for a govenment-assistance for small-business startup, and they require me to hand in a survey form before Friday. Would please reply me and in reply, fill the survey form below? I appreciate your help very much! Thank you very much in advacne!, Yi Richard Jiang www.2ptech.com Canada =================Survey Form===============
2003 Jun 17
1
You have emailed an address at dslreports.com
Each time I send a message to the ML I receive this message... (thi mislead me to double-post some days ago). Could someone please unsubscribe the "blocked" address? But I guess that's not possible, as anyone else shuold have noticed this, too... =( -- Lapo 'Raist' Luchini lapo@lapo.it (PGP & X.509 keys available) http://www.lapo.it (ICQ UIN: 529796) --------------