Displaying 20 results from an estimated 5000 matches similar to: "hosts allow, and using ssh"
2007 Feb 23
0
rsync: file too large (27) errors.
I am getting a file too large error. I have googled this and read bug
reports on file. I have upgraded rsync on the system that appeared to be
having problems. I am still not able to find a solution.
I am using Dirvish for backups and was directed to ask here as this was
determined to be more of an rsync issue.
Backup1 = system that initiates Dirvish and pulls the data from other hosts.
2008 Apr 05
1
Lower-case filenames on receiver side
Hi everybody,
i've been using rsync for quite some time to sync files between my
laptop and my desktop
for example i use the following to backup the music library (from Mac
to Linux)
> rsync -rvzu --exclude=.DS_Store --delete --exclude 'Podcasts/*'
> $LOCAL_MUSI $REMOTE_MUSIC >> $LOGFILE
An odd thing i always noticed is that some files were always copied,
even
2008 Oct 29
0
@ERROR: auth failed on module ... / password mismatch
We have an odd situation where we have an rsyncd server running, that
generates a password mismatch error when access attempts are made from
some hosts, but not others.
rsync from host1 is as follows
rsync -vv user@server::STEREO
opening tcp connection to server port 873
opening connection using --server --sender -vv --list-only . STEREO
Password:
@ERROR: auth failed on module STEREO
rsync
2023 Sep 03
2
Why try to update (some) permissions which are the same?
On the source system:
$ rsync --version
rsync version 2.6.8 protocol version 29
Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others.
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, ACLs, symlinks, batchfiles,
inplace, IPv6, file flags, 32-bit system inums, 64-bit internal inums
...
$ ll -d fcst-200[89] fcst-201[01]
dr-xr-xr-x
2010 Aug 09
0
In Rsyncd not work options exclude, exlcude from and charset
Daemon was started and tested on two different OS.
FreeBSD 9.0-CURRENT:
# rsync --version
rsync version 3.0.7 protocol version 30
Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 32-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append,
2009 Feb 05
0
Extended attributes fail mactomac
Hi All,
I have a problem transferring extended attributes from a mac to a mac.
A local copy does work. Is this a known issue or am I making a mistake.
the command I am running:
rsync -aXv --rsync-path=/opt/local/bin/rsync /Users/bas/Library/Fonts bas@play.bushbaby.nl
:/Users/bas/Desktop/
several copied Fonts are zero Kb, while when I do it local to local
they are their correct size and work
2015 Mar 11
0
[Bug 11161] New: rare crash in hlink.c:536
https://bugzilla.samba.org/show_bug.cgi?id=11161
Bug ID: 11161
Summary: rare crash in hlink.c:536
Product: rsync
Version: 3.1.1
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: sbrabec at
2011 Mar 11
1
rsync: on remote machine: --drop-cache: unknown option
We've been using RSYNC to back things up and it's sick nasty wicked
awesome.
Recently we migrated our receiving server to a different machine (Debian
lenny) and now we're running into this DROP-CACHE: UNKNOWN OPTION error:
sender-machine$ *rsync -Cvaz -e ssh --delete --exclude blah/ --exclude
yadda/ . user at receiver:/path/for/drop*
rsync: on remote machine: --drop-cache: unknown
2010 Apr 19
2
from solaris to linux: /usr/local/bin/rsync: No such file or directory
Moin,
I want to use rsysnc to get files from a linux box to a solaris server.
root at solaris:/root # which rsync
/usr/local/bin/rsync
root at solaris:/var/log/r5backup # rsync --version
rsync version 3.0.7 protocol version 30
Copyright (C) 1996-2009 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 32-bit timestamps,
2006 May 17
2
rsync option for continuing event i/o errors occured on remove server
Hello,
I search a way to continue processing backup event i/o errors occured on the remote server.
I use rsync to make backup of files on a files-server.
Recently I had a corrupted file on the files-server and rysnc crash,
and don't continue to backup the rest of files.
I have found the --ignore-errors rsync option but it seems only about deleting action.
On backup server I use this
2013 Aug 28
1
rsync checksums change randomly
Hello,
I have a weird issue with rsync randomly marking some files as having a
different checksum (see sample outputs below - run one after another). You
would think it is some kind of corruption / io problem with the files but
it doesn't seem so - I have copied files around, changes source to
different machines, counted md5s manually 100s of times - always the same.
All files except
2002 May 22
1
bug report: errors in file transfer
Hi!
I just encountered a serious problem with rsync.
I used rsync to copy a big directory between two computers. The source
machine was a sun, the destination was a linux box. The destination
directory did not exist before the copy started.
I used the following command to copy the directory over:
rsync -aSz source_machine:projects/ projects2
because I was somewhat paranoid, I checked if all
2008 May 16
1
File corruptions with rsync version 2.6.9 on 64-bit openSUSE 10.3
Hi,
I'm part of the team that runs the Bioconductor project
http://bioconductor.org/
and we've used rsync successfully so far for a lot of different
things in particular for moving the hundreds of packages that we build
and check every day thru our build system pipe (which is made of several
build nodes running different OSes, see our daily build report here:
2004 Jul 22
2
Strange behaviour rsync pull from sun to ppc linux, Integer overflow - attempted 64 bit offset
Hi,
I am running rsync on an embedded linux (ppc) like this:
rsync -avvv sun::file-system/ /rsyncexperiment
Where sun is a solaris machine that has rsync:
rsync version 2.5.7 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks,
batchfiles, no IPv6, 64-bit system inums,
2008 Oct 13
1
IO error / connection unexpectedly closed
Hello,
i use rsync from Windows to rsync on Linux via ssh and get IO Errors
and connection unexpectedly closed errors on almost every sync run.
Can anybody give me some hints on how to track down the problem?
thx, Chris
2008/10/11 09:41:04 [13744] rsync to backup// from UNKNOWN (w.x.y.z)
2008/10/11 09:41:04 [13744] receiving file list
2008/10/11 09:42:48 [13744] IO error encountered -- skipping
2013 Oct 24
2
[Bug 10226] New: fatal_unsafe_io_error and the version it reports
https://bugzilla.samba.org/show_bug.cgi?id=10226
Summary: fatal_unsafe_io_error and the version it reports
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: Martin.vGagern at
2002 Oct 02
0
rsync rsh XP->Unix Terminal Read cygwin
I can not get rsync to work when sending from my XP box to a Solaris,HPUX,or
AIX host using rsh
I am using the cygwin version of rsync, and the windows XP version of remsh.
Can anybody tell me what is happening? Any hints on what to do next?
Administrator@WOTTPAWLOWM-XP1
/cygdrive/e/perforce_data/atlantic_it4sb2/devroot/
src/iwr/impromptuserver/app.exe/child.lib
$ rsync -v -n --progress
2016 Aug 08
0
[Bug 12132] New: Error on attributes when directory read-only
https://bugzilla.samba.org/show_bug.cgi?id=12132
Bug ID: 12132
Summary: Error on attributes when directory read-only
Product: rsync
Version: 3.1.2
Hardware: All
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
2008 Feb 12
3
Rsync to a Read Only file system
I think your product is awesome, but I am experiencing an unexpected
behaviour.
$ rsync -avviPH /Users/alan/Desktop/rsync_test\ Folder/
root@slug::Downloads
opening tcp connection to slug port 873
sending daemon args: --server -vvlHogDtpre30.16i "--log-format=%i" --
partial . Downloads
sending incremental file list
.d..t..g... ./
rsync: failed to write xattr user.rsync.%stat for
2011 Mar 16
1
[Bug 8018] New: configure doesn't find iconv library
https://bugzilla.samba.org/show_bug.cgi?id=8018
Summary: configure doesn't find iconv library
Product: rsync
Version: 3.0.8
Platform: All
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: mike at bombich.com