similar to: permissions in dryrun mode

Displaying 20 results from an estimated 10000 matches similar to: "permissions in dryrun mode"

2002 Apr 03
3
metadata in dryrun mode
As I reported a while back rsync doesn't handle metadata (permissions and ownership) in dryrun mode. I offered to make a patch and that offer still stands. I didn't have the time for it until now and want to pick it up again. I had some ugly hack back then but I want to redo it in a clean way. I would like some input on my thoughts. IMHO, it would be ideally if the check for dry_run
2001 Dec 22
2
.plan to avoid unhappy users
Hi, I am on a developpers list for mandrake: cooker@ and the rsync-servers broke which resulted in a lot of very unhappy people cause their rsync directories got empied. My idea is the following. rsync is a mirroring tool. The usual thing that happens in a mirroring tool is that packages do not disappear. You server that archive: like the linux-kernel server. And you got servers that update
2002 Mar 01
1
Why would any REMOTE WILDCARD = "No match" ???
Using newest rsync on Mac OS X: Why would THIS work: rsync -avze ssh derek@mydomain.com:/home/derek/digitize.pub ./ But THIS immediately shoot back a "No match" error: rsync -avze ssh derek@mydomain.com:/home/derek/*.pub ./ The 2nd example doesn't even try to log in. Rsync just immediately shoots back this error: rsync: No match. Wildcard DOES work locally: THIS WORKS: rsync
2002 Feb 12
2
Rsync-2.5.2
New to the group! Which version is considered stable for redhat 7.2. I have attempted to compile 2.5.2 but recieve numerous compile warning. Once installed, I receive the following error but just keying rsync {return}. Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation See http://rsync.samba.org/ for updates, bug reports, and answers rsync error: syntax or usage error
2001 Nov 30
2
problem with 2.4.7pre4
rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(139) Also, on 2.4.6 I was getting this: access_log write failed on access_log : Success unexpected EOF in read_timeout THis is about an 800meg file I'm trying to copy. Thanks -jeremy -- The trouble with being poor is that it takes up all your time.
2001 Dec 28
1
Query for rsync
Hi, I have configure rsync 2.4.6-2 on redhat 7.1 but i am facing a problem while synchronizing big directory tree between two linux system over the network. Even if i mount any volume either through (nfs or ncp or samba) this sync commands stops after copying few directorys. I have tried 2.5.0 version but that too shows a message saying bits overflow and it shows that it is copying file but
2002 May 23
0
protocol errors when using --dryrun
Hi there, I've had a look on the web, and in the archives, but I dont see any mention to this problem/feature. Essentially, I have a local mirror, and a live webserver, with a little script that will execute a --dryrun rsync, ask the user for confirmation, then go ahead and transfer the local updates to the live server. The problem Im having is when Im sync'ing newly generated
2001 Dec 13
1
Upgrade from 2.4.4 to 2.4.6
Hi, I've had some issues with rsync over ssh with version 2.4.4 which an update to 2.4.6 fixed. The problem I have now is that machines which do not have a valid reverse dns entry for their IP addresses get empty directory listings from the server, even though they can get the module list and the motd each time. This is what I see in the server's log file for each attempt from such hosts
2005 Jun 21
0
[PATCH] novnc-dryrun.patch
Don''t start VNC on a dry run. Signed-off-by: Arun Sharma <arun.sharma@intel.com> --- a/tools/python/xen/xm/create.py Tue Jun 21 19:12:48 2005 +++ b/tools/python/xen/xm/create.py Tue Jun 21 13:50:09 2005 @@ -618,6 +618,7 @@ config = opts.vals.config else: opts.load_defconfig() + opts.vals.vnc = not opts.vals.dryrun preprocess(opts, opts.vals)
2001 Nov 13
2
Ptoblem for update 2.4.1 -> 2.4.6
After installing nevest version of sync 2.4.6 from 2.4.1, sync --daemon wrote to logfile: 2001/11/13 12:27:46 [12261] rsyncd version 2.4.6 starting 2001/11/13 12:27:46 [12261] bind failed on port 873 2001/11/13 12:27:46 [12261] transfer interrupted (code 10) at socket.c(233) sync 2.4.1 worked normally... My question: Where i can find "WATHSNEW" or "CHANGES"
2001 Dec 07
1
protocol error?
I recently upgraded one of my servers to 2.5.0. Since then, I've been getting error messages like following between 2.5.0 and 2.4.6 servers. bit length overflow code 3 bits 7->6 code 10 bits 5->6 Does this error come from using different protocol version? Regards, Hori Masato Software Engineer Sony Corporation
2001 Oct 22
4
Using rsync to mirror a hard drive.
1) I'm a developer. 2) I use one special machine as a CVS server, generic storage ( an electronic attic ), as a web server of online documentation ( such as the python documentation, or SGI STL docs ). 3) I would like to add a hard drive to that system that mirrors the system drive. Someone suggested that I use rsync for this purpose. Called by a cron job that starts at 2:00am. I also want to
2001 Nov 04
2
no error messages on I/O errors
rsync-2.4.6-2mdk I ran an rsync into a file system that filled up. I got no error message out of rsync - it just stopped and exited sliently. I stuck an fprintf into the receiving code and verified that the proper error was being generated - it just never gets printed by the rsync sending process. I submitted a bug report about it; but, I can't believe that other people haven't had
2002 Feb 16
2
map_ptr error
We're using rsync to mirror a web server. The rsync is initiated using ssh from a Red Hat Linux 7.2 box, the files are located on an Alpha running a version of Digital Unix 4. On the Alpha rsync is 2.5.2, The Linux box used to have a 2.4.6-X version, but with the map_ptr problems I built 2.5.2 on that as well. However, version incompatibility was not the problem, as they persist after the
2005 Jun 23
5
[PATCH] Fix vnc-dryrun option interaction
A patch that was applied yesterday tried to turn the vnc option off if dryrun was set. Unfortunately, the way it was actually coded turned vnc ON if dryrun was not set! I think this patch should fix it (someone who actually uses vnc & dryrun should test it, though). -George +-------------------+---------------------------------------- | dunlapg@umich.edu |
2001 Oct 27
1
2.4.7p1 protocol differences?
Hi all, rsync-2.4.6 has been running for quite a while with no problems, until about a week ago when for some reason it blocked on the same host ever time. I use it to backup about thirty hosts to my backup server, but for some reason it's illiciting that blocking bug that some people experience with 2.4.6. So, I upgraded the client side with 2.4.7, but it complained of protocol differences.
2002 Apr 04
1
"error in rsync protocol data stream"
Hello, I'm having a problem doing a remote rsync over ssh - i'm using a script that has worked for quite a while, using rsync 2.4.6 on both ends. I upgraded the "client" to 2.5.5, and began seeing this error: rsync: connection unexpectedly closed (158246 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) At which time there is a
2002 Feb 05
5
SIGUSR1 or SIGINT error
Howdy, We occassionally get the following error when running our nightly backups: rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) This happens more on one or two machines than on any of the others. We've looked high and low to see if we're mistakenly sending these signals, but nothing is that we can find. Does anyone know what this might be from? Is it the server
2001 Nov 01
1
No action from rsync 2.4.6 on HP-UX 11.0
Greetings: I have two systems, HP model 9000/800/R380. They are identical systems running 64-bit HP-UX 11.0 with 1GB RAM. I have downloaded and installed the HP rsync binaries, version 2.4.6 on both the source and target systems. The directory tree on the source system contains over 58GB of data in 1.3 million objects (including directories, links and files), 1.2 million normal files. The
2001 Oct 30
2
rsync not copying owner/group on some files
I am trying to use rsync 2.4.6 to try creating a backup using another locally connected hard disk. Thing copy, but sometimes the group is eith numeric (valid). Often the owner is not even shown. This is the command I use for rsync: rsync-2.4.6/rsync -arxlHpogDt /usr/ /backup/usr/ --delete I login as root. Any help would be appreciated. -- Ian Kettleborough ian@idk.com