similar to: Rsync from windows 98 with a password file

Displaying 18 results from an estimated 18 matches similar to: "Rsync from windows 98 with a password file"

2018 Mar 04
2
file contents cause rsync to fail (with certains args and dir structure)
script to reproduce: #!/bin/bash #tested to fail as below: ArchLinux's rsync-3.1.3-1-x86_64.pkg.tar.xz #tested to fail as below: ArchLinux's rsync-3.1.3pre1-1-x86_64.pkg.tar.xz #tested to work ok : ArchLinux's rsync-3.1.2-8-x86_64.pkg.tar.xz if test "$1" == "clean"; then rm -vrf destdir sourcedir sourcedir2 sourcedir3 exit 0 fi echo '!! test 1:'
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
2008 Mar 31
2
transfer stats wrong?
Hello, I have a set of files on my laptop running xp. I'm using cwRsync_2.0.10 and syncing to a Netware Server. Everything appears to be working fine, but the stats don't look right. When I run the sync for the first time it says this: Number of files: 2429 Number of files transferred: 2119 Total file size: 350713189 bytes Total transferred file size: 350713189 bytes Literal data: 0
2018 Mar 04
0
file contents cause rsync to fail (with certains args and dir structure)
Quite strange at first sight that the failure should depend on the files containing NULs! But I've reproduced it on both Ubuntu and OpenSUSE with d73762e "Preparing for release of 3.1.3". The problem remains even if you drop the --checksum or --delay-updates options from the command line, but goes away if you don't use both "--sparse" and "--preallocate"
2018 Mar 05
1
file contents cause rsync to fail (with certains args and dir structure)
Problem was introduced with this commit: commit f3873b3d88b61167b106e7b9227a20147f8f6197 Author: Wayne Davison &lt;wayned at samba.org&gt; Date: Mon Oct 10 11:49:50 2016 -0700 Support --sparse combined with --preallocate or --inplace. The new code tries to punch holes in the destination file using newer Linux fallocate features. It also supports a --whole-file
2018 Mar 05
5
[Bug 13320] New: file contents cause rsync to fail (with certains args and dir structure)
https://bugzilla.samba.org/show_bug.cgi?id=13320 Bug ID: 13320 Summary: file contents cause rsync to fail (with certains args and dir structure) Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2008 Nov 20
1
synchronization for many notebooks
Hello, I'm wondering if Rsync could be used for the following? 500 Notebooks, all users have a local directory where they work on files, but they also use other workstations on the network and access there files from the server. So what I would like to do is have rsync running on the notebooks, but syncing the files according to date. Also, is there a way for the notebook to
2002 Jan 08
1
Rsync Problems
I am having problems with Rsync running between 2 FreeBSD computers. We are trying to use it to backup a directory on the primary server /var/mail (using a pull method). The configuration on the primary server (Polaris) should be ok as it was running rsync previously before our client server was rebuilt. On the client server (Mira) we have installed rsync to the /usr/local/bin directory and have
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
2010 Apr 12
1
DO NOT REPLY [Bug 7350] New: --filesfrom --delete
https://bugzilla.samba.org/show_bug.cgi?id=7350 Summary: --filesfrom --delete Product: rsync Version: 3.0.7 Platform: Sparc OS/Version: Windows NT Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: kannan.kumarasamy at gmail.com
2018 Aug 20
2
[Bug 13582] New: rsync filters containing multiple adjacent slashes aren't reduced to just one slash before matching
https://bugzilla.samba.org/show_bug.cgi?id=13582 Bug ID: 13582 Summary: rsync filters containing multiple adjacent slashes aren't reduced to just one slash before matching Product: rsync Version: 3.1.3 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5
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
2010 Feb 11
0
sqlSave data into multiple *.mdb files
Hi All, con <- member <- class <- list() for(i in 1:5) { con[[i]] <- odbcConnectAccess(paste("C:/Desktop/Data/source",i,".mdb",sep = '')) #read data from Access files member[[i]] <- sqlFetch(con[[i]],'member') #get table data from *.mdb files observe[[i]] <- sqlFetch(con[[i]],'observe') #get table data from *.mdb
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