similar to: DO NOT REPLY [Bug 6116] New: Cannot access files in exposed shadow drive in version 3.0.5

Displaying 20 results from an estimated 1000 matches similar to: "DO NOT REPLY [Bug 6116] New: Cannot access files in exposed shadow drive in version 3.0.5"

2009 Aug 18
1
prepending /cygdrive/c/ to source line
Hello, either cygwin or rsync (version 3.0.6) is prepending /cygwin/c/ to the source path from the command line. C:\CMS\PageGenerator>rsync -avc --delete -vvv --protocol=20 -e "ssh.exe -i C:\cm s\PageGenerator\qa_rsa" \\cagecfsu1.saifg.rbc.com\YCM0\InternalCache\test_aug17/ nasadmin at 10.243.101.218:/cygdrive/g/EWCMS_SYNC/test_aug17/ cmd=ssh.exe -i C:\cms\PageGenerator\qa_rsa
2009 Feb 09
0
dot-dir in --from-file in 3.0.5 can't seem to backup from exposed shadow copy of drive
Hi, In 3.0.4, encountered a problem with dot-dir path (e.g. , foo/./bar) inside a -files-from file when the root of the transfer isn't in the current directory. This was fixed in 3.05 (well, partially). 3.0.5 bug fixes release info: - Fixed the use of a dot-dir path (e.g. foo/./bar) inside a --files-from file when the root of the transfer isn't the current directory.
2011 May 16
2
[Bug 8138] New: Per-dir merge files not reloaded properly when switching source args with --i-r
https://bugzilla.samba.org/show_bug.cgi?id=8138 Summary: Per-dir merge files not reloaded properly when switching source args with --i-r Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at
2016 Jul 01
3
Securing RPC
Dear Community I hope you are all doing well. Recently I have been receiving several complaints from our service provider. Please see the complaint below: A public-facing device on your network, running on IP address XXX.XXX.XXX.XXX, operates a RPC port mapping service responding on UDP port 111 and participated in a large-scale attack against a customer of ours, generating responses to
2012 Sep 25
2
[Bug 9212] New: rsync loses track of files if differing directory prefixes are given
https://bugzilla.samba.org/show_bug.cgi?id=9212 Summary: rsync loses track of files if differing directory prefixes are given Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org
2006 Apr 26
2
--link-dest and file/dir transfer to remote rsync daemon
Hi NG, I want to do incremental backups to a remote server running rsyncd (because daemonless transfer via ssh often hangs!). In contrast to transfer via ssh (without remote rsyncd) this doesn't seem possible, or do I miss something? Imagine I want to incrementally backup `mydir' to the backup space `backup' on e remote server `alpha' running an rsync daemon. rsyncd on
2016 Jun 29
9
[CENTOS ]IPTABLES - How Secure & Best Practice
Dear Members I hope you are all doing well. I am busy teaching myself iptables and was wondering if I may get some advise. The scenario is the following: 1. Default policy is to block all traffic 2. Allow web traffic and SSH 3. Allow other applications I have come up with the following: #!/bin/bash # RESET CURRENT RULE BASE iptables -F service iptables save # DEFAULT FIREWALL
2010 Nov 20
4
How to sync an exact list of files, Including deletes!?
Hello, I'm author of Lsyncd - the live syncing deamon - http://code.google.com/p/lsyncd/ - a daemon that uses Linux` inotify to watch for filesystem changes - aggregates them for a few seconds and then periodically calls rsync to transfer the changes to target(s). Version 1 was simply aware of directories only, and it called rsync once with --delete -d for every directory in which anything
2018 Dec 30
2
--partial does not "unhide" the files
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 MyPassport Storage device) The files get transferred, but after successful transfer, the files are not renamed from .<tmpfile> to <file>. Where to go next? Here is the verbose output after transferring an empty file heiko at blade:~/Pictures$ rsync
2009 May 30
3
DO NOT REPLY [Bug 6422] New: rsync needlessly aborts when getcwd() fails
https://bugzilla.samba.org/show_bug.cgi?id=6422 Summary: rsync needlessly aborts when getcwd() fails Product: rsync Version: 3.0.6 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: vapier@gentoo.org
2010 Sep 28
1
How to mirror only specified directories
I am trying to mirror only select directories from one server to another with rsync through its daemon mode. Server A /export /home /A-do /A-not /A-copy /das /htdocs /docs /em /htdocs /docs /psb /htdocs /docs /X-do /X-not /X-copy Server B /export /home /extranet
2004 Apr 07
2
--suffix problem - possibly bug?
I'm having an issue with the --suffix and -b flags - I've tried the following commands: rsync -avbr --backup-dir=/rsyncbackup rsynctest user@server.com::module rsync -avbr --backup-dir=/rsyncbackup --suffix="" rsynctest user@server.com::module and either way, I wind up with a tilde as a suffix on all the files moved into the backup directory at time of synchronization.
2006 Dec 21
3
log file with unexpected output on deleted files (bug?)
Hi there, I am using rsync to synchronize two folders. I have configured the log-format to my personal needs like this: --log-format="%f %t %o %l %P" I am also using the --delete flag to log deleted files as well. I have upgraded my rsync version to 2.6.9 when I figured out that starting with version 2.6.4 the log format had been enhanced to also include the "del."
2013 Mar 01
2
Problems with directories containing spaces in name
Hi anybody! I'm not shure if this really is a rsync problem, it might also be a shell issue. But hopefully, someone has a hint for me ;-) I'm using rsync 3.0.9 on two OS X Servers (FreeBSD) to synchronize several folders between both servers (2-way-sync). Works fine, with one exception: One of the directories to be sync'd contains a whitespace in its pathname, and this one only
2008 Nov 04
1
Behaviour of /./ in from file on version 3.0.4
Greetings, I am using cygwin/rsync to backup windows data to a linux server. I recently upgraded an implementation of rsync from 2.6.8 to 3.0.4 and have encountered a problem. In the previous version of rsync a /./ in the from file would cause the previous path information to be dropped for the destination directory. In 3.0.4, it appears the . is being translated into the current (working)
2004 Jan 27
1
Differentiating debug messages from both sides
Some of the debug messages that rsync outputs (when verbose >= 2) can occur on both sides of the connection. This makes it hard to know which program is saying what. Some debug messages deal with this by outputting a "[PID]" string at the start of the message. Unfortunately, the startup message that tells us which pid is which is only output when verbose >= 3, so there's a
2007 Aug 29
6
RSYNC Hang on client match_sums
Hi, Got a strange problem with rsync ! Here is the story ... I got a linux rsync server running for 8 months without any problem (rsync 2.6.6 18) I got about a dozen of rsync clients (linux and windows, generally using a 2.6.5 rsync version) that synchronize their datas without any problem. Some of them only synchronize a few datas (10 GB) and some others synchronize large amount of data
2009 Sep 25
6
[LLVMdev] JIT on ARM
Hello. My goal is to use LLVM with JIT compiler for ARM on Android device. Currently I have successfully built and executed LLVM bitcode with interpreter on Android. Speed is not so great, that is why I want to use JIT. I tried building bitcode on windows with llvm-gcc that is provided on llvm home page. Resulting bitcode runs great in interpreter, but it doesn't use JIT. From what I
2004 Sep 28
7
rsync 2.6.2 hang (was rsync 2.6.2 crash)
OK, I set up a new PC with a fresh XP load to be my rsync server. Rsync by itself seems to work fine (thank God. I'm going nuts.) I am still having problems when I throw ssh into the mix. At least now, things don't crash, but they do hang. The file list gets build, the transfer starts and it gets through maybe a few hundred files, but then everything stops. All the processes are still
2013 Aug 30
2
Automatic boot menu?
"H. Peter Anvin" <hpa at zytor.com> writes: > On 08/29/2013 04:14 AM, Ferenc Wagner wrote: > >> "H. Peter Anvin" <hpa at zytor.com> writes: >> >>> On 08/22/2013 10:20 AM, Ferenc Wagner wrote: >>> >>>> Now that Syslinux has ls.c32 and lua.c32, it should be possible to build >>>> a customizable boot menu in