similar to: --prune-empty-dirs option not doing the job

Displaying 20 results from an estimated 10000 matches similar to: "--prune-empty-dirs option not doing the job"

2014 Jul 29
2
[Bug 10748] New: 3.1.0 and 3.1.1 create all dirs on target even with --prune-empty-dirs
https://bugzilla.samba.org/show_bug.cgi?id=10748 Summary: 3.1.0 and 3.1.1 create all dirs on target even with --prune-empty-dirs Product: rsync Version: 3.1.1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org
2012 Oct 11
0
prune empty dirs doesn't seem to be doing so.... && optimizations?
I'm using: (according to ps) /usr/bin/rsync --archive --human-readable --acls --xattrs --hard-links --no-inc-recursive --prune-empty-dirs --whole-file --one-file-system --compare-dest=/home/. --exclude=**/.recycle/** --exclude=CPAN-ishtar-build-cache/** /home/.snapdir/@GMT-2012.10.11-02.23.25/. /home.diff/ But the difference FS systems get a full compliment of every dir in the source.
2009 Apr 22
2
purge-empty-dirs and max-file-size confusion
I want to use --min-size to copy just large files (and their necessary parent directories), but everything I've tried copies *all* the source directories, and creates them empty on the destination even if they don't have any big files in them. I only want the minimal directory hierarchies that contain the big files. This doesn't work: $ rm -rf /tmp/foo $ rsync -ai --min-size
2010 Apr 02
1
DO NOT REPLY [Bug 7321] New: Extend "p" filter modifier to make source dirs prunable
https://bugzilla.samba.org/show_bug.cgi?id=7321 Summary: Extend "p" filter modifier to make source dirs prunable Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy:
2009 Nov 25
2
something about filter rules of rsync
i want rsync to include all the *.dat files(and the *.dat files in the subdirectory), and exclude all other files. how can i write the filter rules? i have read the man rsync, but i still got no idea to do it. for example, the result of find -printf "%y %p\n" is below: d . d ./1 d ./1/a f ./1/a/a.c f ./1/a/a.d f ./1/a/a.dat f ./1/a/b f ./1/a.c f ./1/a.d f ./1/a.dat f ./1/b d ./2 how can
2006 Feb 28
3
Austria isdn p2p empty DID
Hi there! I've set up an asterisk@home with AVM C2 P2P ... Everything works fine ... BUT ... If someone is dialing the PBX head number without any extension, asterisk can't handle this ... the DID in this case is empty .... Any ideas how to handle this? Regards, Marcus Hofbauer -- |** realit?t ist da wo der pizzamann herkommt **|
2016 Sep 20
2
-sanitizer-coverage-prune-blocks=true and LibFuzzer
Hello LLVM devs, I'm running lots of experiments with LibFuzzer these days -- it's an amazing tool! I've noticed something weird while examining the effect of various coverage options: for one of my benchmarks, the fuzzer was achieving a higher total coverage before April 2016, when -sanitizer-coverage-prune-blocks became true by default (commit
2007 Jan 24
1
iax2 prun realtime peer only can't prune user
Hi All, I'm running 1.2.9.1. I can prune sip realtime peers and users and iax realtime peers but no command to prune iax realtime users. Was this implemented in a later version? Thanks. JR -- JR Richardson Engineering for the Masses
2005 Oct 10
2
AVM Fritz! + chan_capi + mISDN + PTP
Hello everyone, I have been using an AVM Fritz! card with chan_capi and mISDN for quite a while in PTM mode and it was working finely. Now, I needed more DID/MSN, so I switched to PTP. But now nothing works anymore :( I am using Asterisk on Debian Sarge stable and installed Asterisk along with chan_capi from apt-get. I installed mISDN from the CVS of isdn4linux.de. It is : - Asterisk
2016 Sep 21
3
-sanitizer-coverage-prune-blocks=true and LibFuzzer
Hello, Is this reproducible? > Fuzzing is a probabilistic business and one or even two runs don't prove > much. > I've reproduced the behavior on two different machines. Attached is a script to do so. To use the script, - create an empty folder and copy both prune-blocks.sh and ff-http-parser.sh in there - ensure clang and clang++ are in your $PATH - cd /path/to/prune-blocks.sh
2023 Sep 05
1
[Bridge] [PATCH iproute2-next v3] iplink: bridge: Add support for bridge FDB learning limits
Support setting the FDB limit through ip link. The arguments is: - fdb_max_learned_entries: A 32-bit unsigned integer specifying the maximum number of learned FDB entries, with 0 disabling the limit. Also support reading back the current number of learned FDB entries in the bridge by this count. The returned value's name is: -
2005 Feb 20
1
Mandrake & CAPI
All, I have been trying to get CAPI4Linux working on my machine and being frank am failing miserably! I am looking for any help available, I am real newbie (so please be gentle) and choose to run Mandrake 9.2 as it appears quite friendly (or so I thought!). I have been following the guidance found at http://www.voip-info.org/wiki-Asterisk+How+to+connect+with+CAPI for the AVM card (actually I
2003 May 14
2
AVM Fritz/Capi without suse ?
Hi All, Has anyone had success with using the AVM Fritz PCI ISDN Card (v2) CAPI drivers with a distro other than suse? The AVM driver is geared towards suse, and after trying them with RedHat 9 I've not got very far. The module compiles but dies when I attempt to modprobe it. I've googled until I almost lost the will to live! What little information I can find seems to refer back to
2016 Sep 21
2
-sanitizer-coverage-prune-blocks=true and LibFuzzer
> On Sep 21, 2016, at 9:36 AM, Kostya Serebryany via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Exciting! > > (btw, I'd prefer libfuzzer at googlegroups.com <mailto:libfuzzer at googlegroups.com> for such discussions, please start new topics there) You mean a LLVM library has a separate mailing-list? Why? — Mehdi > > I can reproduce this too, but
2005 Jan 24
1
AVM Fritz crash
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Not strictly Asterisk related, but I'm trying to get an AVM Fritz! card to work with Asterisk on a Fedora Core 3 box. I've grabbed the official AVM Fritz CAPI driver from the AVM website and compiled against the current kernel. However, as soon as I modprobe it I get: CAPI Subsystem Rev 1.1.2.8 fcpci: module license 'Proprietary'
2023 Oct 18
3
[Bridge] [PATCH iproute2-next v5] iplink: bridge: Add support for bridge FDB learning limits
Support setting the FDB limit through ip link. The arguments is: - fdb_max_learned: A 32-bit unsigned integer specifying the maximum number of learned FDB entries, with 0 disabling the limit. Also support reading back the current number of learned FDB entries in the bridge by this count. The returned value's name is: - fdb_n_learned: A 32-bit unsigned
2008 Jul 15
1
sip prune realtime per issue
I am using realtime on two boxes, one running 1.4.10.1 and one running 1.4.11. Everything works fine except for when I make a database change, such as a phones password. I change the DB, I prune the peer, I see it is gone and then I see it show up again in "sip show peer xxxx", but everything is not being updated. The phone will not register even though the DB and the phone have
2016 Sep 21
2
-sanitizer-coverage-prune-blocks=true and LibFuzzer
> On Sep 21, 2016, at 12:56 PM, Kostya Serebryany <kcc at google.com> wrote: > > > > On Wed, Sep 21, 2016 at 12:32 PM, Mehdi Amini <mehdi.amini at apple.com <mailto:mehdi.amini at apple.com>> wrote: > >> On Sep 21, 2016, at 9:36 AM, Kostya Serebryany via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
2007 Mar 07
1
capi installation problem
Hello, I have problem with capi, I can't install it. I have putted all info what I did and what I get :). I think you can suggest me how to solve this problem.and thanking you in anticipation. I have ISDN Frtiz!Card PCI v2.1and I want to install it to my ubuntu box (kernel: 2.6.17-10-server). Using command "lspci -vv" , I can see that kernel finds this card: *02:0d.0 Network
2003 Jul 23
3
2 B channels for ISDN cards
Hi, Is it possible to use 2 B channels simultaneously with either I4L or CAPI drivers? We use AVM A1 (Fritz) PCMCIA with I4L driver and AVM B1 PCMCIA with CAPI driver. Thanks, Michael.