Displaying 10 results from an estimated 10 matches similar to: "Rsync Problems"
2007 Nov 27
1
Syncing to multiple servers
Helle everyone,
Let's say we have 3 servers, 2 of them have the latest (stable) version
of rsyncd running (2.6.9)
<Server1> ==> I N T E R N E T ==> <Server2 (rsyncd running)> ==> LAN
==> <Server3 (rsyncd running)>
Suppose I want to send a big file (bigfile.big) from Server1 to both
Server2 and Server3. It would be a good idea to send first from Server1
2009 Mar 27
0
read.table on long lines buggy (PR#13626)
Full_Name: Manikandan Narayanan
Version: 2.8.1
OS: linux-gnu
Submission from: (NULL) (155.91.28.231)
Hi R-folks,
I have two three-line text files: tst1, tst2 (they are the same except that
the second line is longer in tst1; see cat() cmds below).
read.table is only able to read the 3rd line in tst1, however reads tst2
correctly as shown below. This happens both in R 2.5.1 (windows) and R
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
2003 Feb 19
2
rsync/cygwin - strange behavior with VFAT-formatted USB-disk
Hi,
we do a nightly backup using rsync (v2.5.6 as server on RedHat 7.3 and rsync
2.5.5 on Windows 2000/Cygwin). The backup media connected to the
Windows-Client is a VFAT-formatted Maxtor USB-Disk.
Everytime I run rsync from the windows-client, the following error occurs:
--- <snip> ---
rsync.exe -avzr --compress --stats --delete --timeout=240 --modify-window=2
rsync@server::development
2017 Feb 20
2
Offical RHEL AD DC on RHEL
Il giorno dom, 19/02/2017 alle 21.17 -0700, Jeff Sadowski via samba ha
scritto:
> I was never able to build it in a way
I have rebuild samba from rpm source on Centos 7 (samba 4.4.4) and
Fedora (samba 4.5.5) with this procedure:
> > [lesca at dodo rpmbuild]$ cat rebuild.txt
> #
>
> # Install Development ...
> sudo yum -y groupinstall 'Development Tools'
> # sudo
2007 Oct 05
4
(no subject)
Good day,
I've got a question regarding the usage of rsync that I just cannot
figure out. I've done a fare hunt for the answer, but I'm stumped.
Here is the situation.
I have two pc's running linux and using rsync to perform a backup from
server1 to server2. For example: rsync -avzr -e 'ssh
-i/root/.ssh/id_rsa' --delete /home/samba/admin/software
2017 Feb 20
0
Offical RHEL AD DC on RHEL
On Mon, Feb 20, 2017 at 1:50 AM, Dario Lesca via samba <
samba at lists.samba.org> wrote:
> Il giorno dom, 19/02/2017 alle 21.17 -0700, Jeff Sadowski via samba ha
> scritto:
> > I was never able to build it in a way
>
> I have rebuild samba from rpm source on Centos 7 (samba 4.4.4) and
> Fedora (samba 4.5.5) with this procedure:
>
> > > [lesca at dodo
2006 Nov 10
1
Internal error: wrong write used in receiver.
Hi,
I'm using 2.6.9 but I get:
recv_files phase=1
generate_files phase=2
recv_files phase=2
recv_files finished
generate_files phase=3
deleting in home
delete_in_dir(home)
[generator] make_file(home/administ,*,2)
Internal error: wrong write used in receiver.
_exit_cleanup(code=2, file=io.c, line=1204): entered
_exit_cleanup(code=19, file=main.c, line=1182): entered
rsync error: received
2009 Dec 24
2
Include and Exclude
I thought this command would do what I wanted, but instead it doesn't transfer any files:
rsync -avh --stats --password-file=/var/rsync.passwd --include=Maildir/ --exclude=* mail::root/usr/home /backup/usr/
I want to backup ONLY the /usr/home/*/Maildir directories. I don't want any other files from any other directories to be transferred.
I can see in the man page where this is a
2017 Feb 19
3
Offical RHEL AD DC on RHEL
On Sat, 2017-02-18 at 19:47 -0500, Nico Kadel-Garcia wrote:
> On Sat, Feb 18, 2017 at 12:58 PM, Andrew Bartlett via samba
> <samba at lists.samba.org> wrote:
> > On Sat, 2017-02-18 at 10:36 +0100, Dario Lesca via samba wrote:
> > >
> > > Centos [6,7]* however does not have into current samba 4.x
> > > version
> > > fully support to AD DC