search for: avzr

Displaying 10 results from an estimated 10 matches for "avzr".

Did you mean: avr
2007 Nov 27
1
Syncing to multiple servers
...hed to start syncing from Server2 to Server3 extacly the same files with the same options ? I tried the post-xfer exec and pre-xfer exec options in the rsyncd.conf file but there is no way to get the original sync folder (/home/./bigfile.big in the following example). Example: Server1: rsync -avzR /home/./bigfile.big Server2::home --progress --delete .... Syncing ...... Sync done, start internal (lan) sync: Server2: rsync -avzR /home/./bigfile.big Server3::home --progress --delete Thanks for your time -- Charalampos Pournaris charpour@gnet.gr
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 pass...
2002 Jan 08
1
Rsync Problems
...ously before our client server was rebuilt. On the client server (Mira) we have installed rsync to the /usr/local/bin directory and have written the following script to run it from the client: ------------- #!/bin/sh export PATH=$PATH:/bin:/usr/bin:/usr/local/bin:/etc /usr/local/bin/rsync -e ssh -avzr polaris.scasd.k12.pa.us:/var/mail /var/backup/mail ------------- If I run this script by typing "./rsync.mail.script.sh" everything seems to work as it displays the following: ------------- mira# ./rsync.mail.script.sh receiving file list ... done mail/ mail/agw11 mail/akf12 mail/alg13...
2003 Feb 19
2
rsync/cygwin - strange behavior with VFAT-formatted USB-disk
...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 cygdrive/e/backup/development . . MOD-SR1/common/ MOD-SR1/common/help/ rsync: connection unexpectedly closed (105057 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) . ....
2017 Feb 20
2
Offical RHEL AD DC on RHEL
...samba.spec > # sudo dnf builddep -y ./rpmbuild/SPECS/samba.spec # Fedora > > # Rebuild samba ... > rpmbuild --without clustering -ba ./rpmbuild/SPECS/samba.spec > > # Create repository ... > createrepo ./rpmbuild/RPMS > > # Copy all in some public place ... > rsync -avzR --delete ./rpmbuild/./{RPMS,SRPMS} 10.11.12.1:/var/www/html/samba4/rpmbuild/ > > # Follow HowTo for deploy...  > hope this help -- Dario Lesca (inviato dal mio Linux Fedora 25 Workstation)
2007 Oct 05
4
(no subject)
...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 www.some-server.com:/home/RemoteSystems/company/home/samba/admin Let's say I have a directory within rsync's scope to sync called directory1. Rsync is run and directory1 is sync'ed from server1 to server2. Also,...
2017 Feb 20
0
Offical RHEL AD DC on RHEL
...pmbuild/SPECS/samba.spec # Fedora > > > > # Rebuild samba ... > > rpmbuild --without clustering -ba ./rpmbuild/SPECS/samba.spec > > > > # Create repository ... > > createrepo ./rpmbuild/RPMS > > > > # Copy all in some public place ... > > rsync -avzR --delete ./rpmbuild/./{RPMS,SRPMS} 10.11.12.1:/var/www/html/ > samba4/rpmbuild/ > > > > # Follow HowTo for deploy... > > > > hope this help > > -- > Dario Lesca > (inviato dal mio Linux Fedora 25 Workstation) > > -- > To unsubscribe from this list go...
2006 Nov 10
1
Internal error: wrong write used in receiver.
...error: received SIGUSR1 (code 19) at main.c(1182) [receiver=2.6.9] _exit_cleanup(code=19, file=main.c, line=1182): about to call exit(19) rsync error: protocol incompatibility (code 2) at io.c(1204) [generator=2.6.9] _exit_cleanup(code=2, file=io.c, line=1204): about to call exit(2) Used params: -avzR --acls --delete-after --rsh="ssh -l backup" backup@fileserver::home /backup/ Best regards, Sven
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