Displaying 20 results from an estimated 200 matches similar to: "how to distinguish local add and remote delete?"
2006 Mar 28
1
can rsync delete only one file in one command? is it a bug?
I want to call rsync from java webserver in Linux.
situation as below:
source directory:
001.doc
002.doc
/D01/001.doc
/D01/002.doc
/D01/D11/001.doc
/D02/001.doc
destination directory:
001.doc
003.doc
004.doc
/D01/001.doc
/D01/003.doc
/D01/004.doc
/D01/D11/003.doc
/D02/003.doc
now, I want to only delete /003.doc when synchronization, no add, no update, This exclude works:
rsync -avzu
2007 Sep 05
0
(no subject)
thank you very much for you all.
I will try your suggestion ,thx.
=20
Best Regards
---------------------------------------------
yhhuang =BB=C6=D3=C2=BB=D4
Server Dept.
TeleNav Shanghai Inc.
Tel:(21)6337 2220 ext 8651
www.telenav.com
-----=D3=CA=BC=FE=D4=AD=BC=FE-----
=B7=A2=BC=FE=C8=CB: Wayne Davison [mailto:wayned@samba.org]=20
=B7=A2=CB=CD=CA=B1=BC=E4: 2006=C4=EA3=D4=C26=C8=D5 23:46
2007 Sep 05
0
(no subject)
what is generator hang?
when did this situation happend?
thank you.
=20
Best Regards
---------------------------------------------
yhhuang =BB=C6=D3=C2=BB=D4
Server Dept.
TeleNav Shanghai Inc.
Tel:(21)6337 2220 ext 8651
www.telenav.com
-----=D3=CA=BC=FE=D4=AD=BC=FE-----
=B7=A2=BC=FE=C8=CB: rsync-bounces+yhhuang=3Dtelenav.cn@lists.samba.org =
2010 Jul 09
8
DO NOT REPLY [Bug 7565] New: --check-point=<TIME> +options.c.patch +generator.c.patch
https://bugzilla.samba.org/show_bug.cgi?id=7565
Summary: --check-point=<TIME> +options.c.patch
+generator.c.patch
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
2009 Feb 28
2
Treat files that were modified locally and remote
Hi - is there a clever way to identify files that have been change on
the local _and_ the remote location? Without such a check it may
happen, that changes are lost without even noticing.
One way to identify such files would be to do a dry-run upsync, then a
dry-run downsync, find files that would have been sync'ed in both dry-
runs, and then prompt the user for some action.
Is
2005 Aug 01
1
don't delete existing files...
Hi everybody,
I wonder if anyone could help me with an issue..
I have to sync several files from several computers "against" a
server. The particularity is that some users might have acces to the
server and can modify/create files...
The problem appears when a user, who has created a file in the remote
server (but that file doesn't exists locally), calls rsync with --delete
flag.
2007 Mar 29
1
exclude based on UID/GID?
I like to get ideas on excluding/including based on user or group id.
Right now I'm syncing from local to remote:
find show/season/episode/ -type f -and \( -uid 621 -or -uid 540 -or -uid
517 -or -uid 539 \) > /tmp/rsyncCron
/root/rsync/rsync -za -h --stats --numeric-ids
--files-from=/tmp/rsyncCron --relative ./ rsync://remote/root/
and then to sync from remote site to local
2006 Mar 16
2
how to distinguish between click and drag?
Hi All
I have a sortable <ul> list where each <li> contains a link.
e.g.
<ul>
<li><a>link</a></li>
<li><a>link</a></li>
<li><a>link</a></li>
</ul>
How can I go about stopping the click event on the link if the li
element has been dragged?
Cheers
Rob
2003 Mar 27
1
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |misiek at pld.org.pl
------- Additional Comments From djm at mindrot.org 2003-03-27 21:35 -------
*** Bug 523 has been marked as a
2010 Jun 03
3
[LLVMdev] Distinguish Global variables from functions
Hey all...
I was writing a Function pass to print all the functions using
runonFunction() method .but it is printing one global variable "x" at the
same time which i just dont know how is getting there.how can i avoid "x"
from printing?? . Here is the framgment of code of my pass
namespace {
// Hello - The first implementation, without getAnalysisUsage.
struct Test2 :
2010 Jun 03
0
[LLVMdev] Distinguish Global variables from functions
hii
Please find attached herewith the "hello.cpp" file. also one interesting
point is that if i declare the global variable "x" after any function
declaration then it is not printed .
Rahul
On Thu, Jun 3, 2010 at 11:14 PM, RAHUL GOYAL <rahulgoyal34 at gmail.com> wrote:
> Hey all...
>
> I was writing a Function pass to print all the functions using
>
2011 Jan 25
1
[LLVMdev] Can CallGraphSCCPass distinguish different function pointer types in CallGraphNode?
Dear folks,
I am trying to handle function pointers at call graph, and I found that
the CallGraphSCCPass makes function pointers as external node, which is
actually an empty CallGraphNode (NULL pointer)?
If I want to distinguish the function pointer types in the call graph
(and I also want the SCC order in CallGraphSCCPass), can I do that easily?
Or I have to inheritate the
2012 Sep 26
0
[LLVMdev] Distinguish variadic register defines/uses in MCInstrDesc?
On Sep 24, 2012, at 6:39 PM, Christoph Grenz <christophg+llvm at grenz-bonn.de> wrote:
> Is it possible to extend LLVM to check if 'variable_ops' is in 'ins' and/or
> 'outs' in tablegen, so that MCInstrDesc could provide something like
> hasVariadicDefs() and hasVariadicUses()?
>
> That way handling variadic instructions when disassembling would be
2002 Dec 09
0
[Bug 454] New: SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
Summary: SSH doesn't consider distinguish ports for host-key
verification
Product: Portable OpenSSH
Version: 3.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo:
2002 Dec 10
2
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
------- Additional Comments From markus at openbsd.org 2002-12-10 20:14 -------
hm, i think about adding
ManglePort=yes
to the options. This option will create Hostkeyaliases on
the fly if the port is != 22, and use
'foor.bar.com at portXXX'
as an alias.
------- You are receiving this mail because: -------
You are the assignee for
2003 Feb 07
0
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
------- Additional Comments From august at dce.chalmers.se 2003-02-07 21:03 -------
This feature would be useful for another issue as well:
I have a dlink nat/gateway/switch/dhcp thingy, and a static IP. Behind it are
about 3-5 machines. I can specify one IP on the inside that gets connections
made to port 22 from the outside.
But if I want
2004 Jun 11
2
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
------- Additional Comments From robbat2 at gentoo.org 2004-06-11 15:34 -------
will this ever be implemented, or is it waiting for somebody to send in code
for it?
existing $HOME/.ssh/known_hosts file has the following format:
'host keytype keydata'
where host is a either an IP or a name that resolves to the IP of the machine
in
2004 Dec 16
0
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
------- Additional Comments From foomzilla at fuhm.net 2004-12-17 06:01 -------
See also bug 910 for a patch.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2005 Feb 25
0
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
dave at dave.clendenan.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dave at dave.clendenan.ca
------- You are receiving this mail because: -------
You are the assignee for the bug, or are
2005 Apr 21
0
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From djm at mindrot.org 2005-04-21