similar to: --backup trickery

Displaying 20 results from an estimated 5000 matches similar to: "--backup trickery"

2007 Dec 30
1
bi monthly based Mail/News backup scheme
I'm looking for a way to accomplish this goal without too much regular intervention. I want to backup.. but no thats not really the word I need here. It is a backup but also a continuing non-deleting collection of what comes on the spools over time. So the backup will never look like or mirror the src, except on the first run. It is NNTP and Mail spools (in one numbered file per message
2007 Dec 22
1
Help with complicated heirarchy exclude syntax
I want rsync to do this: Backup all files under ~/, except in some cases. When rsync gets to ~/News, which has an extensive, fluctuating and deep heirarchy of directories under it. An example might be: News/agent/nntp/news.gmane.org/gmane/comp/lang/perl/beginners/ I want to skip any files that have all numbers for names which would be under the last directory above. However there are at
2016 Feb 18
2
Error cross building LLVM for MinGW
On 02/17/2016 07:23 PM, Tony Kelman via llvm-dev wrote: > Richard Pennington via llvm-dev <llvm-dev <at> lists.llvm.org> writes: > >> I use ELLCC to cross compile all the tools for various Linux targets and >> for Windows. Yesterday, after updating the LLVM sources, I got the >> following error when cross building for MinGW: > I haven't seen this exact
2006 Jul 20
2
DESCRIPTION and PACKAGES files.
Greetings; I'm working on translating the heirarchy of R packages into the Gentoo Ebuild environment, currently working from a 2.3.1 install. There are several data which it would be nice to see provided alongside the existing output of available.packages; at the moment I think I'm going to have to get License and SystemRequirements out of individual package DESCRIPTIONs. More generally,
2016 Feb 11
2
Guidance on cross compiling LLVM with mingw-w64 and cmake
The CrossCompile module is in a perpetual state of "when I get a chance...", and desperately needs some cleanup. The problem you are hitting is caused by setting CMAKE_SYSTEM_NAME. When you set that CMake sets a variable CMAKE_CROSS_COMPILING. That variable should only be set when your host OS doesn't match your target OS. Since LLVM needs to build host-capable tools there is some
2001 Aug 14
1
error codes
All: I am attempting to do an scp through rsync on a remote solaris machine. I am getting a 5120 error return code from rsync placed in -v mode. What does this mean? Looking on the box where the remote files where to be copied to, i found the root file system full. I know the copy was attempted, but just making some observations, does this code mean that the copy could not be completed.
2003 Jul 22
1
ssh-askpass keyboard grab problems
We're developing a security application (http://iscs.sourceforge.net) that uses SSH for out-of-band management. Sometimes we want to use rsa keys and other times we want to use user ids and passwords. We noticed that there was not an OpenSSH API that we could use to pass the user's password and that we could not give it via stdin. We did notice that we could set SSH_ASKPASS and launch
2017 Oct 31
1
Secondary Nameserver not working
I've configured a secondary slave nameserver based on what I consider rather expert advice, but it's not working as expected. I'm trying to determine if I've done something wrong with basic configuration or if there are AD/DC nuances afoot. The main nameserver is the domain Active Directory/Domain Controller running Samba 4.4.16 on Slackware64 14.2. This has been running for a few
2018 Aug 27
1
mail-migration with dovadm sync/backup and mail_attachment_dir
I need to run a mail-migration from a Dovecot with mail_attachment_dir / single instance storage enabled. As mailboxes and mail_attachment_dir are rsynced I would normally run a doveadm backup -u <user> -R -d dbox:<path to rsynced mailbox>/dbox How can I tell it the mail_attachment_dir the rsynced source / (reverse) destination uses? Or do I have to start a Dovecot process and use
2018 Oct 07
4
Warning when calling formals() for `[`.
Hello, I don't see why you say that the documentation seems to be wrong: class(args(`+`)) #[1] "function" args() on a primitive does return a closure. At least in this case it does. Rui Barradas ?s 14:05 de 07/10/2018, Peter Dalgaard escreveu: > There is more "fun" afoot here, but I don't recall what the point may be: > >> args(get("+"))
2006 Feb 27
1
How to build a recursive parenting structure?
I''m just getting used to using HABTM structures. Something I''m trying to do now is create a site that has "sections" each section then could have a sub "section". So I built a "sections" table and in the model I included the line "has_and_belongs_to_many :sections" I also made a table called "sections_sections" to build the
2007 Oct 04
1
Subscribe to root of Maildir namespace?
Our users currently make use of a single namespace, mbox format: namespace private { separator = / prefix = hidden = no inbox = yes location = mbox:~/:INBOX=/var/spool/mail/%u:INDEX=/var/spool/poptemp/dovecot/%u } I'd like to give them access to additional Maildir-format storage area, so to the above I've added: namespace private { separator = / prefix = archive/
2009 May 19
2
incremental directory searche in rsync 3.0.6
Hi, I was in under impression that rsync 3.0.5/3.0.6 creates all the missing directories in the path but I think I am wrong. Could any one tell me is it possible to create all missing dirs in path at destination side if not exists. Currently, I have been getting below errors. rsync -avz /tmp/mytest/rsync-test/dir-test/parent-dir/ desthost:/tmp/mytest/rsync-test/dir-test/parent-dir/ sending
2015 Mar 23
0
[PATCH 1/1] Add virtio-input driver.
Hi, > > > > + if (cfg & (1 << (bit % 8))) > > > > + set_bit(bit, bits); > > > > > > what if not set? does something clear the mask? > > > > kzalloc? > > So you are really just reading in array of bytes? > All this set bit trickery is just to convert things from LE? Trickery? Just checking each bit from virtio config
2015 Mar 23
0
[PATCH 1/1] Add virtio-input driver.
Hi, > > > > + if (cfg & (1 << (bit % 8))) > > > > + set_bit(bit, bits); > > > > > > what if not set? does something clear the mask? > > > > kzalloc? > > So you are really just reading in array of bytes? > All this set bit trickery is just to convert things from LE? Trickery? Just checking each bit from virtio config
2008 Apr 22
2
[LLVMdev] The source code Makefile (newbie with pass registering Problem)
Hi!! It's me again. I guess that there is a problem in the Makefile of my source code. But I don't know where. Could you please verify it? The Makefile is written like this: # Makefile for Genetic Algorithm Pass CXXFLAGS = -Wall -I/iss/fpga3/nicole/galib247/ LDFLAGS= -L/iss/fpga3/nicole/galib247/ga/ -lga -Wl,-E # Path to top level of LLVM heirarchy LEVEL=../../../ # Name of the
2018 Nov 07
2
Re: guestfs_launch() fails when C application is started as a systemd service
> That makes no sense because we are supposed to have just forked successfully I just realized libguestfs uses fork. Now we know why qemu-img worked - I launched it with popen. > So it must be something to do with collectd and how it runs programs. > Is it using LD_PRELOAD trickery, or replacing libc, or using seccomp? If I understand the question correctly - it's about how
2009 May 20
2
Example for parsing XML file?
Hi, I am trying to parse XML files and read them into R as a data frame, but have been unable to find examples which I could apply successfully. I'm afraid I don't know much about XML, which makes this all the more difficult. If someone could point me in the right direction to a resource (preferably with an example or two), it would be greatly appreciated. Here is a snippet from one of
1995 Jul 01
0
To those interested in the foreign FreeBSD secure code.
Hi The number of people who have had something to contribute here is is GREAT! For those not in the know, there is an initiative afoot to get a South African CVS site going that will contain the cryptography code that is otherwise illegal to get out of the USA. There has already been a fair amount of discussion about the code and the site, but mail is now getting difficult to deal with. I have
2004 Jul 26
0
Sample extensions & SIP Conf files
I have got extreme problems with getting any incoming calls to ring extensions, the sip debug info shows the CLI of the call coming in, but the extensions do not ring, and the caller receives either a engaged tone or the line is unobtainable depending on which provider is using. I have used dozens of sample files to test, and I know I am doing it right (aren't I?? :p) could one of you fine