Displaying 20 results from an estimated 700 matches similar to: "problems with rsync on Solaris 9"
2009 Jul 14
1
--delete not working (minimal example)
--delete option is not working for me. The following is a minimal example.
$ mkdir box1 box2
$ touch box1/letter box2/extra
$ rsync -a -vv box1/ box2/
sending incremental file list
delta-transmission disabled for local transfer or --whole-file
letter
total: matches=0 hash_hits=0 false_alarms=0 data=0
sent 92 bytes received 34 bytes 252.00 bytes/sec
total size is 0 speedup is 0.00
$ tree
2007 Jul 20
6
DO NOT REPLY [Bug 4807] New: No transfer of single files out of a module on Itanium IA64
https://bugzilla.samba.org/show_bug.cgi?id=4807
Summary: No transfer of single files out of a module on Itanium
IA64
Product: rsync
Version: 2.6.9
Platform: IA64
OS/Version: HP-UX
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2001 Sep 12
0
Using RSync with NT/98
Hello,
I'm trying to get RSync to work between an NT workstation and a Win98
workstation. Has anybody gotten this to work?
I know my NT workstation is set up correctly because I am able to RSync
between two NT workstations. But when I try to RSync between an NT and
Win98 workstation I get a "pipe failed on do_recv" with an RSync exit
status of 10.
My NT workstation is set up to
2009 May 15
1
rsync creates file twice
Hi,
I'm using rsnapshot 1.3.1 on a Synology Diskstation ds 107+.
# uname -a
Linux ds107 2.6.15 #832 Sat Mar 7 00:44:45 CST 2009 armv5tejl GNU/Linux
rsnpahot uses rsync, on my box there is:
# rsync --version
rsync version 3.0.6 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
2003 Jan 09
1
--exclude and --delete-exclude problem
Hi.
I'm trying to accomplish the following ;
1) First, I did a rsync for a file, like this
/usr/bin/rsync -lptgoD --delete --rsh=/usr/bin/ssh -R --delete-excluded
-vv root@127.0.0.1:/usr/local/src/* /tmp/localhost/daily.0
If I did a ls -la to the destination dir
(/tmp/localhost/daily.0/usr/local/src/README) I take
ls -la /tmp/localhost/daily.0/usr/local/src/
total 60
drwxrwsr-x 2 root
2007 Mar 31
1
Problem with S4 inheritance: unexpected re-initialization?
Dear all,
To explain my problem I am attaching a demonstration package "myclasspkg":
I have the following two S4 classes with similar inheritance:
SubSubClassA <- SubClassB <- BaseClass
SubSubClassB <- SubClassB <- BaseClass
In R I am calling the following functions:
> library(myclasspkg)
> subA <-
2009 Mar 12
1
Plots not loading
Hello,
When I run my .r script using source (myfilename) from console the plots appear.
However, when I execute the same file via terminal command line using R CMD BATCH myfilename, the plots do not appear.
I am working with Mac.
Am I doing something wrong?
Thanks,
Atul
2008 Jul 02
1
Non-clean Rsync 3.0.3 exit on OSX
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've compiled rsync 3.0.3 on OSX 10.4 PPC via the plain jane
./configure; make method (no patches). The resulting binary has then
been moved to /usr/local/bin/rsync3 and copied to a OSX 10.5.4 Intel
client machine as rsync3.
I then run the following command:
rsync3 -vvv -e ssh -avAX --progress --delete
-
2010 Dec 01
0
MixMonitor not recording in version 1.8
Greetings.
Just updated from 1.4.22 to 1.8. Minor changes in dialplan and things work
ok. Except for one thing.
I have a call to MixMonitor. This is implementing a dictaphone kind of app.
With forwarding recordings to email and storing them on the server.
The process works so that we dial into Asterisk and answer the phone,
initiate MixMontior and WaitExten until recording finishes.
Problem is
2010 Nov 09
2
How to program an error into an if-then statement
Hello!
I am running a loop (for a range of dates) and in this loop I am
reading in different files - based on a date that is part of the file
name.
However, for some of the dates, I have no file (no way to know which
dates). So, when I try to read it in I get an error:
Error in file(file, "rt") : cannot open the connection
Question: I'd like to program an if-then statement in my
2018 Dec 31
2
--partial does not "unhide" the files
Kevin Korb via rsync <rsync at lists.samba.org> (So 30 Dez 2018 23:56:44 CET):
> I think --partial might be a red herring here. It only applies to what
> happens when rsync is aborted in the middle of a file. What happens
> without -P?
Same happens w/o --partial. I append 2 logs:
- a from localhost to remote server, exposing the missing "rename"
- b from localhost to
2020 Jan 05
0
Understand rynce messages in vvvv verbosity level
Hello,
I'm trying to understand messages from rsynce shown when setting
verbosity level to "vvvv" so I can debug some issues I'm having.
some of the messages I'm interested in understanding:
|[sender] make_file recv_generator [sender] flist start=207990, used=9,
low=0, high=8 [sender] [sender] pushing local filters for recv_file_name
received 12 names [generator]
2010 Oct 29
3
DO NOT REPLY [Bug 7765] New: rsync error 23 without any real error
https://bugzilla.samba.org/show_bug.cgi?id=7765
Summary: rsync error 23 without any real error
Product: rsync
Version: 3.0.7
Platform: PPC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: nvbolhuis at aimvalley.nl
2010 Feb 05
1
Error 11: can not backup /var/lib/zope2.9
Moin,
I wrote a small backup script that use rsync: r5backup
(http://sourceforge.net/projects/r5backup/). It backup dozen of unix machines
for many people.
But when I try to backup /var/lib/zope2.9 I get an error 11. It does not
matter if zope is running or not.
I can't see an error meassge in the (verbose) logfile:
[client] parse_filter_file(/etc/r5backup/profiles/boulder.exclude,0,3)
2006 Jan 18
1
Rails and PostgreSQL bytea
Hi!
I''m trying to insert binary data into a PostgreSQL database where the
field is of type ''bytea''. This works fine if a do Base64 encoding but I
just want to do character escaping. How do I do this????.
What I get is this:
ActiveRecord::StatementInvalid in Init_test#save_file
ArgumentError: Invalid Ruby/cstring: INSERT INTO
2008 Feb 03
2
Sends files when I don't think it should
Hi,
I've got one thats really stumping me... rsync 2.6.9 from FreeBSD
ports on both ends.
/usr/local/tmp/rsync --dry-run -v -v -v -v -v -v -v -v -v -v -v -v --dry-run -vrlptHDgozxS --partial --force --delete --numeric-ids --exclude='A/*' --include='*/' /usr/local/etc/machines/ rsync@A:/usr/local/etc/machines/
It seems to be sending over files that I can't understand
2006 Oct 11
4
"Invalid file index" failures, suspicious index numbers
I've trying to do a backup from a remote host to a local machine via
rsync using the following configuration:
Remote host (Red Hat Enterprise Linux ES3):
$ uname -srmpi
Linux 2.4.21-47.EL i686 athlon i386
$ cat /etc/redhat-release
Red Hat Enterprise Linux ES release 3 (Taroon Update 8)
$ rsync --version
rsync version 2.6.8 protocol version 29
Local machine (Mac OS X 10.4.8, Intel):
$
2011 Jun 10
1
Incoming Call Recording
Longtime lurker, first time poster. :)
A client of mine is in need of having Asterisk record every call that comes
in from a specific incoming route. I've added the following lines to the
sip_additional.conf file, but no recordings are showing up in the
/var/spool/asterisk/monitor/ folder.
record_out=always
record_in=always
Another page I came across on Google (
2002 May 22
1
unexplained error (code 255)
Everything worked, files transferred fine however a -vvv reveals that
the process did not end clean. The error is not seen with -v or even
-vv. Any insight? rsync version 2.5.5 protocol version 26, running on
Solaris 8.
Write failed flushing stdout buffer.
write stdout: Broken pipe
rsync error: unexplained error (code 255) at main.c(925)
_exit_cleanup(code=255, file=main.c, line=925): about to
2018 Dec 30
0
--partial does not "unhide" the files
I think --partial might be a red herring here. It only applies to what
happens when rsync is aborted in the middle of a file. What happens
without -P?
Also, it is worth trying with --inplace.
On 12/30/18 5:32 PM, Heiko Schlittermann via rsync wrote:
> Hi,
>
> I used --partial to transfer files from my local computer (rsync 3.1.2,
> Debian) to a remote computer (rsync 3.1.1 WD