Displaying 13 results from an estimated 13 matches for "sourcedirectori".
Did you mean:
sourcedirectory
2006 Apr 13
1
Increamental backup
Hello Folks,
I happened to have won atleast something because my backup off the site is
working absolutely well at the scheduled interval. But I am having one
question, which I know this community could help me getting it down and
having everything working the way I really want. This is about having
increamental backup. Here's the script I thought, If Include it in the
crontab might work but
2012 Feb 17
1
Load packages from source
Hi all,
I'm developing an R package and I'd like to load it easly while developing,
debugging and testing. I would like to load it without having to install
it. Installing it causes me some problems for debugging it, as the code
file it is executing it not the one I'm editing.
I've seen the function sourceDirectory from R.utils package which works
quite fine for me, but would be
2002 Aug 12
2
ACL settings
hi all,
i have download the latest verion of samba (2.2.5) and acltools from
bestbits. i would use an fileserver with acl support, but i have some problems.
after uncompress the tar-archiv i type in the sourcedirectory:
./configure --with-quotas --with-acl-support
and i get the following:
"checking whether to support ACLs... checking for acl_get_file in -lacl... (cached) no
checking for
2010 Jan 08
2
how to organize a lot of R source files
Hi,
I wonder what is a better way to organize a lot of R source files. I have
a lot of utility functions written and store them in several source files
(e.g util1.R, util2.R,..utilN.R). I also have a master file in which the
source command is used to load all the util.R files. When I need to use
the utility functions in a new project, I create a new R file (e.g main.R)
in which I
2019 Jan 03
1
--link-dest. Time to 'building file list' incrementing
I've been running rsync as a cygwin task on Windows Server 2008 for about two months now. I'm using the --link-dest option to do a daily 'snapshot' of the contents of a server containing about 10TB of data, about 13 million files, to a Linux based NAS server. Things started out great but I soon noticed that the time take to complete was slowly incrementing. It started at around
2019 Jan 08
2
--link-dest. Time to 'building file list' incrementing
Any ideas anyone?
I still need at least a weekly backup of all data.
The current workaround is just for the most active directories.
Are there any diagnostics I can do which might shed some light on this?
Thanks
JohnOn 4 Jan 2019 09:53, John Simpson via rsync <rsync at lists.samba.org> wrote:
>
> Kevin
>
> The link-dest parameter is a single directory (the previous day's
2008 Sep 11
9
How to load functions in R
Hello,
I am trying to use self created functions in other scripts than the one
where they are stored.
For the moment I am using the following structure of commands to do
that:
1. Load the text file with the functions in the current script:
x=parse("path")
2. transform the tex in a function: f1=eval(x[1]), f2=eval(x[2]) if more
than one function is stored in the text file
3. use the
2002 Sep 04
1
readline doesn't work even thou cled=TRUE
Can anyone offer suggestion about getting readline to work on Solaris?
(v1.5.1)
When I use the up arrow or ctrl-p to try to repeat the last command
my session just beeps.
It appears that the .Rhistory file that should appear in my startup
directory
is not being created.
Thanks!
The screen shot below shows cled=TRUE and no .Rhistory file created:
$ /apps/R-1.5.1/bin/R
R : Copyright 2002, The
2019 Jan 04
0
--link-dest. Time to 'building file list' incrementing
Kevin
The link-dest parameter is a single directory (the previous day's directory), the destination is today's directory.
I haven't tried deleting a backup, there's no particular need in space terms, at the current rate there's enough space for several years of daily backups.
I've reverted to daily backups on a small subset of the total; the full backup now takes
2010 Apr 13
4
[LLVMdev] darwin dragon-egg build issues
On Sat, Apr 10, 2010 at 08:29:07PM -0500, Peter O'Gorman wrote:
> On 04/10/2010 08:01 PM, Jack Howarth wrote:
>
> >
> > bash-3.2$ GCC=/sw/bin/gcc-4 CC=gcc-4 CXX=g++-4 CFLAGS=-I/sw/include CXXFLAGS=-I/sw/include LLVM_CONFIG=/sw/lib/llvm/bin/llvm-config make
> > g++-4 -c -I/sw/lib/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MD
2008 Mar 13
7
Suggestions for basic rsync configuration
Hello,
I am very new to rsync and am wanting to have it back up more than 4 remote
linux servers via ftp. I want to write a script that will open up a ftp
connection using "ftp://username:password@ftp.server.com" with a server,
then mount the drive containing the backups, copy the data that is new,
unmount the drive, close the connection and move onto the next server until
every server
2010 Apr 11
0
[LLVMdev] darwin dragon-egg build issues
On 04/10/2010 08:01 PM, Jack Howarth wrote:
>
> bash-3.2$ GCC=/sw/bin/gcc-4 CC=gcc-4 CXX=g++-4 CFLAGS=-I/sw/include CXXFLAGS=-I/sw/include LLVM_CONFIG=/sw/lib/llvm/bin/llvm-config make
> g++-4 -c -I/sw/lib/llvm/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -MD -MP -DIN_GCC -DREVISION=\"100954M\"
2010 Apr 11
7
[LLVMdev] darwin dragon-egg build issues
On Sat, Apr 10, 2010 at 01:52:18PM +0200, Duncan Sands wrote:
> Hi Jack,
>
> > Is anyone building dragon-egg on darwin?
>
> Anton built it once. There were some problems with dynamic libraries: gcc's
> plugin support requires the use of dynamic libraries, and the configure logic
> it uses thinks that darwin does not support dynamic libraries! So it is
>