similar to: (fwd from psdasilva@esoterica.pt) rsync: Request for a feature

Displaying 20 results from an estimated 200 matches similar to: "(fwd from psdasilva@esoterica.pt) rsync: Request for a feature"

2012 Jan 03
2
[LLVMdev] Using llvm command line functions from within a plugin?
After a several-month hiatus, I've returned to working on my main LLVM project. However, after checking out the latest LLVM head I'm encountering a new problem. When I attempt to load my custom plugin pass into opt, I'm getting this error message: dyld: lazy symbol binding failed: Symbol not found: __ZN4llvm2cl3optIbLb0ENS0_6parserIbEEE4doneEv Referenced from:
2012 Jan 03
0
[LLVMdev] Using llvm command line functions from within a plugin?
Hi Talin, > After a several-month hiatus, I've returned to working on my main LLVM project. > However, after checking out the latest LLVM head I'm encountering a new problem. > When I attempt to load my custom plugin pass into opt, I'm getting this error > message: > > dyld: lazy symbol binding failed: Symbol not found: >
2004 Jun 25
0
Request for a new feature
Hello rsync list subscribers! I posted the message I'm resending below some time ago to mbp. I didn't get any response. A couple of days ago, I found it in this list using Google. I also could read a response there about using zlibc. I think zlibc does not do what I want. 1st. it is a readonly system. 2nd. it does not deals with links very well. rsync is very appropriate to copy a whole
2019 Nov 22
3
Re: Shebang sh plugins (was: Re: [PATCH nbdkit v2 03/10] python: Implement nbdkit API version 2.)
On Fri, Nov 22, 2019 at 11:07 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > On Fri, Nov 22, 2019 at 02:55:31PM -0600, Eric Blake wrote: > > Unrelated side topic: in your recent addition of eval.sh, you > > wondered if we should promote it to a full-blown plugin rather than > > just an example script. But reading 'man nbdkit-sh-plugin', there > >
2009 May 04
1
[LLVMdev] [PATCH] Add support for accessing the FS segment register on X86
On May 4, 2009, at 3:16 PM, Dan Gohman wrote: > Hello, > > The preferred way to do TLS is to use the thread_local keyword. > There is x86-64 support for thread_local on ELF; if you need > it for other targets, I recommend looking at adapting it. That said, the X86 backend supporting access off FS is general goodness, right? -Chris
1999 Mar 27
0
FreeBSD Real-Quick NewsLetter February 1999
This is issue never made it to this list, so i am posting it late, since I now have access to post to this list. -Chris FreeBSD Real-Quick(TM) NewsLetter. Things Happening in FreeBSD. Volume #2 Issue #2 February 1999 Release Information: FreeBSD 3.1 is available from Walnut Creek CDROM FreeBSD 4.0 is now the Development Version with no release scheduled. FreeBSD
2000 Apr 18
0
Win98 slowdown lockup problems (Resolved)
Well I have spent the last three days pulling my hair out over why I couldn't copy files out of samba shares from my linux server. The answer came today after I signed up to this mailing list, and ironically the answer was in the documentation all along. The solution is read raw, an option that is on by default which increases packet sizes up to 64k. Problems occur when clients have buggy
2019 Nov 23
0
Re: Shebang sh plugins (was: Re: [PATCH nbdkit v2 03/10] python: Implement nbdkit API version 2.)
On Sat, Nov 23, 2019 at 01:58:02AM +0200, Nir Soffer wrote: > On Fri, Nov 22, 2019 at 11:07 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > On Fri, Nov 22, 2019 at 02:55:31PM -0600, Eric Blake wrote: > > > Unrelated side topic: in your recent addition of eval.sh, you > > > wondered if we should promote it to a full-blown plugin rather than > >
2019 Nov 24
1
Re: Shebang sh plugins (was: Re: [PATCH nbdkit v2 03/10] python: Implement nbdkit API version 2.)
On Sat, Nov 23, 2019 at 5:46 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > On Sat, Nov 23, 2019 at 01:58:02AM +0200, Nir Soffer wrote: > > On Fri, Nov 22, 2019 at 11:07 PM Richard W.M. Jones <rjones@redhat.com> wrote: > > > > > > On Fri, Nov 22, 2019 at 02:55:31PM -0600, Eric Blake wrote: > > > > Unrelated side topic: in your recent
2016 Feb 04
2
Is there a parameter in rsync to clean $BACKUPDIR before writing to it (--backup-dir=$BACKUPDIR)?
Hi, I am runing rsync --backup --backup-dir=$BACKUPDIR where the BACKUPDIR=$(date +%d) to recycle the $BACKUPDIR in a month. But rsync does not clean the $BACKUPDIR before writing to it in cycling. I guess you have to clean it manually before the rsync can write to it. As my $BACKUPDIR is in remote machine, do you have to run ssh to delete it first before calling rsync in a script? Or if there
2016 Feb 04
1
Is there a parameter in rsync to clean $BACKUPDIR before writing to it (--backup-dir=$BACKUPDIR)?
Hi Kevin, Thank you very much for the response. Actually, I don't think I need to clean the backup dir defined in --backup-dir=<backup dir>, when the contents has already been deleted in the destination (no exist), it will delete from the backup dir as well in next cycle, correct? Regards, - j On Thu, Feb 4, 2016 at 12:39 PM, Kevin Korb <kmk at sanitarium.net> wrote: >
2016 Feb 04
0
Is there a parameter in rsync to clean $BACKUPDIR before writing to it (--backup-dir=$BACKUPDIR)?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Obviously you can ssh an rm -rf. Alternatively, if you are in a restricted environment where you are only allowed to use rsync you can rsync --delete an empty directory to it. On 02/03/2016 08:33 PM, jupiter wrote: > Hi, > > I am runing rsync --backup --backup-dir=$BACKUPDIR where the > BACKUPDIR=$(date +%d) to recycle the $BACKUPDIR
2006 Dec 06
2
May I merge several increment backups to one?
Hi all, I have the following situation: Backup /mysource to /backupdir, /backupdir/full ---------an old full backup /backupdir/back2 -------previous increment backup(based on the full backup mentioned above) /backupdir/back1 ------most recent increment backup (based on the two backups mentioned above) How can I merge the two increment backups into one directory,say
2008 Jun 23
1
fully-qualified symlinks & --exclude question
Greetings! I've ran into a couple difficulties for a particular rsync use-case I'm involved in implementing - hoping someone here might be able to clue me in! I've got an existing linux box, with a particular directory that needs to be mirrored onto another server, into a different base path on that server - i.e.: server1:/var/lib/bar/ to server2:/backupdir/var/lib/bar/ Now,
2004 Sep 23
1
rsync script from homepage: trouble
Hello, I'm new to this and am trying to modify the "backup to a central backup server with 7 day incremental" script from http://samba.anu.edu.au/rsync/examples.html to suit my situation. I have ended up with the script attached below and when running it from command line I get these errors: rsync error: syntax or usage error (code 1) at main.c(726) and a plethora of this >
2005 Sep 13
2
Patches I forgot to send last night, pt. 1
Patch for RubyConstants.i to add ImageList constants _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Sep 14
1
Patches I missed, pt. 2
StatusBar.i -- Adds a typemap to return a wxRect structure. You''ll really want to go over this to make sure it''s correct. I don''t have a sample but it did make part of one of the bigdemo samples work a little better. If you want to put this on the back-burner until we have a chance to test it more fully I''d understand completely. One of the things
2010 May 14
1
aastra pt 480e phone
hello i hope i am posting to the right list, i am a totally blind user, and i want to reprogram my aastra pt 480e phone, my friend used the web configurator, but i think he programmed thw wrong codes, a few questions, is it possible to damage the phone by programming it wrong? also, how does one reset it literally to factory defaults? as unplugging it and replugging it back into the wall
2008 Dec 10
0
how to set font size in 'pt'
Dear all, I need to make a publication quality figure. Axis labels and xy labels should be written in a given font type and font size in "pt" but not in "px" or "inch". I tried dev2bitmap(... , pointsize= ) and pdf(... , pointsize= ) but I couldn't do what I want. I heard that many people use R to plot publication quality figures and tried. How did you write
1997 Apr 24
0
R-beta:pt()
I'll make the degrees of freedom change immediately, and also give a high priority to replacing the incomplete beta function we use with the latest offering from TOMS. This should speed up anything which computes a lot of probabilities for the t and F distributions. Ross =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= r-help mailing list -- Read