similar to: Need help with rsync

Displaying 20 results from an estimated 1000 matches similar to: "Need help with rsync"

2005 Apr 26
3
Need Help with rsyncd.conf
What do this uid =0 anfd gid = 0 mean? Can it pose any security issues. Thanks, VC [root] path = / auth users = XXX secrets file = /usr/local/etc/rsyncd.secrets uid = 0 gid = 0 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2002 Oct 17
0
Upgraded to latest cygwin this morning, and ssh refuses to enter binmode. Help! (fwd)
Could someone running Cygwin or involved in Cygwin help this person please? - Ben ---------- Forwarded message ---------- Date: Thu, 17 Oct 2002 17:58:45 -0400 From: Andrew Greene <agreene at pageflexinc.com> To: openssh at openssh.com Subject: Upgraded to latest cygwin this morning, and ssh refuses to enter binmode. Help! I upgraded to the latest cygwin this morning (not sure when
2005 Sep 23
2
[LLVMdev] name collision - llvm::tie and boost::tie
On Thursday 22 September 2005 19:12, Chris Lattner wrote: > On Thu, 22 Sep 2005, Tzu-Chien Chiu wrote: > > On 22/09/05, Bill Wendling <isanbard at gmail.com> wrote: > >> Couldn't you state the explicit namespaces. So not using "using > >> namespace llvm" and instead prefix all calls with "llvm::"? > > > > The header files in
2012 Jan 23
1
xen clock and ntp issue
Hi list, I have a problem with this stuff, i read many documents about it but i would like to know if anyone have got to resolve the problem. The point is that my vm has the clock unsynchronize, i tried many things and it seems that its work fine but im not sure. Now im using ntpd to synchronize the time but im not trust on it because it didnt work before. First, i tried the jiffies on
2005 Sep 23
0
[LLVMdev] name collision - llvm::tie and boost::tie
On 9/23/05, Vladimir Prus <ghost at cs.msu.su> wrote: > In fact, I believe that > > using namespace llvm; > using namespace boost; > using boost::tie; > > should resove the problem witout needed to explicitly nominate all boost names > you use. Except that this does not work on global scope, but only in > namespace: <SNIP> Also, it might be an idea
2011 Apr 14
1
Large files and file permissions
I am currently running Samba 3.0.25rc1 in a Silicon Graphics Tezro under IRIX 6.5.30. I was forced to upgrade to Samba 3 in order to connect with Windows 7. Prior to the upgrade, I could access the SGI machine running Samba 2 from Windows XP. After upgrading to Samba 3, I am able to connect, have full access to all my files, and the only problem is that files on the share greater than ~20 Mb
2009 May 04
0
Java-R
Dear R user We would be interested to talk with someone, living in Milan (Italy) area, with good experience in Java-R based applications development. We can provide good R skills but we are poor java programmers Can anyone help? Thanks in advance for any help -- Andrea Spano' Quantide s.r.l. andrea.spano at quantide.com Il messaggio trasmesso pu? contenere informazioni di carattere
2007 Feb 05
3
rsync 3.0.0cvs timeout
Hi, When I send this command, I get a timeout almost every time... --- this is the client side --- rsync -av --timeout 120 /home/bat/20070205_0501/log/sync_dns29_log /home/bat/20070205_0501/log/sync_dns29_serial /home/bat/20070205_0501/log/sync_dns29_tcpdump_log.gz --port 5873 fileserver::test/20070205_0501/log sending incremental file list sync_dns29_log sync_dns29_serial
2005 Oct 10
8
Help with sincronizing two directories on remote servers
Dear friends, a newbie here. we have two webservers, a and b, both of them with rsync installed. We would like to rsync one directory on one server with another directpory on another server. What I do is to go to one of the server (server a) as root using ssh, navigate to the directory, and write rsync -avz username@serverb:directory/ ./ But it does not work. Am I doing something
2006 Jan 27
0
samba machines as PDC and member
I have set up samba to be a AD member and no other linux boxes. It worked well. I set up samba to be a PDS with no other linux boxes. It worked well. Now, I need to make a samba client that works with the samba PDS. I can join the domain. winbind can list users and such. getent doesnt work. I can see the authentication succeeding on the PDS but I cant access any shares. smbclient -L DOMAIN
2007 Aug 01
2
--append option description in manpage confusing
[ see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426191 ] The text in the description of the --append option may lead one to believe that files that are shorter on the receiving side won't be updated, due to the following text: ... Only files on the receiving side that are shorter than the corresponding file on the sending side (as well as new files) are sent. ... IMHO
2017 Mar 03
2
How do you exclude a directory that is a symlink?
The directory I'm trying to copy from is: /home/blah/dir The symlink is /home/blah/dir/unwanted_symlinked_dir On Fri, Mar 3, 2017 at 8:10 AM, Paul Slootman <paul+rsync at wurtel.net> wrote: > On Fri 03 Mar 2017, Steve Dondley wrote: > > > I'm trying to rsync a directory from a server to my local machine that > has > > a symbolic link to a directory I don't
2007 Apr 12
2
error on --copy-dirlinks shortform in manpage
Hi, A minor bug in the manpage was noticed by a Debian user... (Please keep the 418923-forwarded@bugs.debian.org in the Cc list in replies.) diff -u -r1.399 rsync.yo --- rsync.yo 23 Jan 2007 15:34:43 -0000 1.399 +++ rsync.yo 12 Apr 2007 19:30:17 -0000 @@ -724,7 +724,7 @@ also ignored. Using this option in conjunction with bf(--relative) may give unexpected results. -dit(bf(-K,
2016 Dec 16
3
[Bug 12472] New: invalid rsync-command syntax or options with —stats
https://bugzilla.samba.org/show_bug.cgi?id=12472 Bug ID: 12472 Summary: invalid rsync-command syntax or options with —stats Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: core Assignee: wayned at samba.org
2004 Nov 23
4
patch for replacing non-printable chars in filenames
There's a bug reported in Debian about the tty being screwed up by wierd filenames, see http://bugs.debian.org/bug=242300 On the one hand, find will also do this. On the other hand, ls will replace such chars with a question mark. Upon inspection, it appears to be fairly simple to also do this in rsync (in the rwrite() function). Here's a patch. Opinions? Perhaps don't do it
2007 Mar 08
4
about lock.
Hi, i try to learn how rsync lock files for create a backup, but.. not find any on www. some can help me and give any HOWTO or FAQ or document ? Thanks! -------------- next part -------------- HTML attachment scrubbed and removed
2005 Aug 24
1
Storing a number to Dial
Hello all, I have a problem that i cannot resove so I'm seeking for some help. Basically i want a user to dial from the PSTN line into our * box, dial a certain extension, give him a voice propmt asking him to insert a number and store this number. I need to do this because i want to give the possibility to our employees to dial to the free voipbuster countries from home so that they do not
2005 May 25
0
Can't join PC's to Domain - object class 'sambaSamAccount' requires attribute 'sambaSID'
Hi Samba Admins, I have a problem with my new Samba3.0.14a/LDAP domain. I can no longer join computers to the domain using the normal procedure in windows. I wetnt to the domain controller to investigate. When i run # pdbedit -m -a mambo50 i am returned the following error > init_ldap_from_sam: Setting entry for user: mambo50$ > ldapsam_modify_entry: Failed to add user dn= >
2007 Oct 31
4
multiple rsync sessions for one file?
Hey all, A customer is configuring an offsite rsync backup. Their Internet pipe is fairly slow (DSL) but they have some very large files to backup. Their backup window is only after business hours. If one of these large files starts rsyncing at midnight, and the backup window ends before the file is complete (i.e. the rsync process stops), will it complete the rest of that file the
2005 May 19
2
Bug#305932: rsync on a directory transfers the files of this directory
Hi, I got the following report from a Debian user, about --files-from transferring the contents of a dir (i.e. including the files in it) specified in the input, even thugh the files aren't listed in the input. This happens only when the dir name ends with a slash. I asked him to cook up a script to reproduce this (as it wasn't quite clear to me at first what happened exactly). Any