similar to: selective dirs only

Displaying 20 results from an estimated 2000 matches similar to: "selective dirs only"

2007 Apr 17
2
Is --link-dest supported on remote ssh side?
I'm trying to make backups with rsync with the --list-dest option. My first backup is made like this: rsync -azR --delete -e ssh --exclude-from=./exclude.lst /tmp/test login@server:/tmp/backup/backup-nelly-2007-04-17-12-34-26/ Without touching any of the files which were backed up, I launch a new backup with this command: rsync -azR --delete -e ssh --exclude-from=./exclude.lst
2016 May 05
3
FirewallD and FTP passive mode
Howdy I'm trying to run FTP server behind firewall. And i can't enable passive mode from the Internet. There are plenty howtos but there aren't many with my combination. For now i have configured port forwarding and ftp server itself. On the router: # firewall-cmd --list-all --zone=external external (active) interfaces: enp3s1 sources: services: openvpn ssh ports: 1194/tcp
2015 Nov 16
2
FCGIWrapper
Hi, I am setting up my development environment. I am new to linux. I installed Apache on CentOS 7.0. I modified /etc/httpd/conf/httpd.conf and tried to restart Apache. I got the below error' AH00526: Syntax error on line 393 of /etc/httpd/conf/httpd.conf Wrapper /home/currencybooking/fcgi-bin/php5.fcgi cannot be accessed:...enied The line no 393 in /etc/httpd/conf/httpd.conf is FCGIWrapper
2006 Oct 11
5
Where is djvmti Agent?
What am I missing? [Download dvm.zip from https://solaris10-dtrace-vm-agents.dev.java.net/] [root at load0 /]$ mkdir /opt/dvm;cd /opt/dvm root at load0 dvm]$ unzip /home/jbuckley/dvm.zip [jbuckley at load0 ~]$ more /etc/release Solaris Nevada snv_45 SPARC Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use is subject to
2018 Apr 25
9
[PATCH v2 0/9] v2v: -i ova: Handle OVAs containing snapshots.
https://bugzilla.redhat.com/show_bug.cgi?id=1570407 This turned into quite an in-depth refactoring of how we handle OVAs. It also fixes a potential security issue. Rich.
2004 Jun 01
3
Shorewall.net Downtime this Weekend
The following systems will be down this weekend for server rebuild: shorewall.net lists.shorewall.net www1.shorewall.net ftp1.shorewall.net rsync.shorewall.net cvs.shorewall.net This will affect: Shorewall site and archive search Mailing list archives Mailing lists CVS Primary DNS for shorewall.net I will start the rebuild on Saturday morning and hope to be done by Saturday
2007 May 16
1
www.shorewall.net/ftp.shorewall.net is down
The administrator of the main web/ftp site has informed me that the site is currently down. Until service is restored, you can use: http://www1.shorewall.net ftp://ftp1.shorewall.net Sorry for the inconvenience. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \
2008 Sep 10
1
rsync as a remote file system protocol?
Does anyone know of an existing facility to access a remote rsync server as a virtual filesystem through gnome-vfs, FUSE, lufs, or similar that supports listing the contents of directories? I have already a bunch of web searches, looked through http://fuse.sourceforge.net/wiki/index.php/FileSystems, checked my /usr/lib/gnome-vfs-2.0/modules/, and checked the list of available KDE kio slaves on
2013 Jul 29
2
[LLVMdev] [RFC] Add warning capabilities in LLVM.
On 7/24/2013 11:37 PM, Chris Lattner wrote: > > How about this: keep the jist of the current API, but drop the > "warning"- or "error"-ness of the API. Instead, the backend just > includes an enum value (plus string message for extra data). The > frontend makes the decision of how to render the diagnostic (or not, > dropping them is fine) along with how to
2006 Oct 03
1
large files not being synced properly while being uploaded to samba share
Hello, I have run into an issue with rsync that I?m hoping someone can help with. We are using rsync to mirror data between a samba share on an internal staging server and our production ftp servers. The rsync runs from cron every 15 minutes. Occasionally, the rsync will run while somebody is uploading a large file to the samba share (for instance an iso image). The file appears to make
2013 Jul 25
0
[LLVMdev] [RFC] Add warning capabilities in LLVM.
On Jul 22, 2013, at 2:25 PM, Chandler Carruth <chandlerc at google.com> wrote: > > On Mon, Jul 22, 2013 at 2:21 PM, Eric Christopher <echristo at gmail.com> wrote: > >> This is pretty much the same as what Quentin proposed (with the addition of the enum), isn't it? > >> > > > > Pretty close yeah. > > > > Another thought and
2009 Feb 27
2
[PATCH 1/1] OCFS2: anti stale inode for nfs (V5)
changes from v4: 1, let suballoc lock covers the checking of the group. 2, add/correct some log messages. 3, use ocfs2_read_group_descriptor() instead of diry reading the group. Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com> -- dlmglue.c | 45 ++++++++++++++++ dlmglue.h | 2 export.c | 77 +++++++++++++++++++++++++-- inode.c | 24 ++++++++
2012 Nov 27
0
[LLVMdev] [llvm-commits] Flag to print vectorized loops
On Nov 26, 2012, at 6:00 PM, Nadav Rotem <nrotem at apple.com> wrote: > > On Nov 26, 2012, at 3:46 PM, Hal Finkel <hfinkel at anl.gov> wrote: >> > >> In my opinion, what we really need is an interface that the frontend can use to get information from the backend optimizers. Then the frontend can display this information to users in an appropriate way. >
2001 Nov 07
4
Question
Howdey, I was trying to find out if it is possible to have RSYNC only give me the transfer stats that it normally gives at the end of a transfer when using the -v switch. BUT I do not what to have the long list of files that are accompanied with it. Is there a way to do this? Thank you. Bob. Here is my current rsync script line. /usr/local/lib/rsync/bin/rsync -azR --delete
2014 Jan 22
2
Question about Asterisk 12
Okay - maybe I'm just suffering from a moment of horrible ADD - but, I'm a little lost. I see that Asterisk 12 has a nice REST API - very nice - something I can use. However, and this is gonna sound dumb - but all the CLI commands are different now. What did I miss? Can anyone, please, anyone point me to a good, simple to understand tutorial on the new CLI? I am so, so freaking lost!
2013 Jul 25
0
[LLVMdev] [RFC] Add warning capabilities in LLVM.
On Jul 24, 2013, at 10:16 PM, David Blaikie <dblaikie at gmail.com> wrote: >> How about this: keep the jist of the current API, but drop the "warning"- or >> "error"-ness of the API. Instead, the backend just includes an enum value >> (plus string message for extra data). The frontend makes the decision of >> how to render the diagnostic (or not,
2004 Dec 02
7
A possible way to reduce basic questions
Jim Lemon <bitwrit <at> ozemail.com.au> writes: > I have been thinking about how to reduce the number of basic questions that > elicit the ...ahem... robust debate that has occurred about how to answer The traffic on r-help could be reduced by creating a second list where more elementary questions are asked. There may be other ways to partition the universe of questions
2013 Jul 25
3
[LLVMdev] [RFC] Add warning capabilities in LLVM.
On Wed, Jul 24, 2013 at 9:37 PM, Chris Lattner <clattner at apple.com> wrote: > > On Jul 22, 2013, at 2:25 PM, Chandler Carruth <chandlerc at google.com> wrote: > > > On Mon, Jul 22, 2013 at 2:21 PM, Eric Christopher <echristo at gmail.com> > wrote: >> >> >> This is pretty much the same as what Quentin proposed (with the >> >>
2014 Nov 25
2
High resident memory with 11.14.0 ?
On Tue, Nov 25, 2014 at 8:14 AM, Matthew Jordan <mjordan at digium.com> wrote: > On Mon, Nov 24, 2014 at 2:12 PM, James Lamanna <jlamanna at gmail.com> wrote: > > Also, how big does the cache in frame.c grow to? > > I've recompiled with MALLOC_DEBUG on that server: > > > > asterisk -rx "memory show summary" > > > > .... > >
2013 Nov 06
4
augeas onlyif problem
I''m trying to make sure a specific user has a special ssh key used as his identity file. so I''m trying something like: augeas{"user_second_key": context => "/files/home/user/.ssh/config", changes => [ "ins IdentityFile after /files/home/user/.ssh/config/IdentityFile[last()]", " set