Displaying 20 results from an estimated 2000 matches similar to: "Backing up my server..."
2003 Mar 06
9
samba backup software
I'm curious to what people are using for backing up their samba servers.
Here's are some specs to consider:
- 1TB (yes, that's terabyte) of data
- multiple servers backup to one tape drive connected to a server
(preferably a linux system)
- using an autoloader (in this case, an HP 1/9 LTO system)
- need to be able to backup daily changes and/or changes since last full
backup
2017 May 17
2
R-3.4.0 fails test
After installing R-3.4.0 I ran 'make check' which halted here:
$ > tail reg-tests-1d.Rout.fail -n 16
> ## format()ing invalid hand-constructed POSIXlt objects
> d <- as.POSIXlt("2016-12-06"); d$zone <- 1
> tools::assertError(format(d))
> d$zone <- NULL
> stopifnot(identical(format(d),"2016-12-06"))
> d$zone <- "CET" # =
2017 May 17
2
R-3.4.0 fails test
After installing R-3.4.0 I ran 'make check' which halted here:
$ > tail reg-tests-1d.Rout.fail -n 16
> ## format()ing invalid hand-constructed POSIXlt objects
> d <- as.POSIXlt("2016-12-06"); d$zone <- 1
> tools::assertError(format(d))
> d$zone <- NULL
> stopifnot(identical(format(d),"2016-12-06"))
> d$zone <- "CET" # =
2017 May 18
2
[R] R-3.4.0 fails test
This has to do with your own timezone. If I run that code on my computer,
both formats are correct. If I do this after
Sys.setenv(TZ = "UTC")
Then:
> cbind(format(dlt), format(dct))
[,1] [,2]
[1,] "2016-12-06 21:45:41" "2016-12-06 20:45:41"
[2,] "2016-12-06 21:45:42" "2016-12-06 20:45:42"
The reason for that, is that
2017 May 18
2
[R] R-3.4.0 fails test
On Wed, 17-May-2017 at 01:21PM +0200, Peter Dalgaard wrote:
|>
|> Anyways, you might want to
|>
|> a) move the discussion to R-devel
|> b) include your platform (hardware, OS) and time zone info
System: Host: MTA-V1-427894 Kernel: 3.19.0-32-generic x86_64 (64 bit gcc: 4.8.2)
Desktop: KDE Plasma 4.14.2 (Qt 4.8.6) Distro: Linux Mint 17.3 Rosa
Machine: System:
2017 May 18
2
[R] R-3.4.0 fails test
> On 18 May 2017, at 13:47 , Joris Meys <jorismeys at gmail.com> wrote:
>
> Correction: Also dlt uses the default timezone, but POSIXlt is not recalculated whereas POSIXct is. Reason for that is the different way values are stored (hours, minutes, seconds as opposed to minutes from origin, as explained in my previous mail)
>
I would suspect that there is something more subtle
2005 Oct 12
6
[OT] Gentoo install help please
I''ve decided to take the plunge and go with Gentoo for my rails development
and test box. I figure the easy of maintenance is worth the setup hassles.
Anyway, I''m followin the instructions on the Gentoo web site. I''ve selected
the ..''i686'' 2.6 kernel for my 700mhz amd processor, and choosen stage3
install option from CD. I''m now at the the
2004 Jul 15
3
Database App
Hi,
I was wondering if there is an app available that would let me run
queries on MySQL or Postgress database through the extensions.conf file
in Asterisk.
My goal is to be able to run a simple query on a database that could
return a value in an ${var} variable, or even the number or rows that
were returned in the query in a ${var}. There are a couple of things
in Asterisk I would like to
2005 Sep 21
2
Mixing SCSI devices on a single i/f
I have an external HP SureStore DLT VS80 with a SCSI LVD 68 pin
interface and an external HP SureStore DAT24 with a SCSI Centronics
50 pin Narrow SE interface. The cable for the DAT has a Centronics
connector at one end and a 68 Pin Wide to Narrow terminated
connector at the other. The cable for the DLT has a LVD/SE 68 pin
connector at both ends. I have terminator blocks for both devices.
2009 Dec 23
3
devcpp error
hello
i have installed devcpp on my wine but when i run it no command prompt is shown and so i cant see if it runned or no? how i can run it?
as this program:
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
cout<<"hello,world"<<endl;
int i;
cin>>i;
system("PAUSE");
return EXIT_SUCCESS;
}
2006 Jun 09
5
Tape drive throughput
I have a backup spooling onto a DLT drive. Is there any tool that
will let me monitor the data throughput on the device?
--
Bowie
2020 Mar 17
3
Running amanda on CentOS 7: "amanda-udp.service failed."
I am trying to get amanda backup going on a CentOS 7 system and things are not
working:
sharky4.deepsoft.com% sudo systemctl start amanda-udp
[sudo] password for heller:
Job for amanda-udp.service failed because a configured resource limit was exceeded. See "systemctl status amanda-udp.service" and "journalctl -xe" for details.
sharky4.deepsoft.com% sudo systemctl status -l
2013 Sep 19
4
Array being flattened
Hello All,
I''ve run into an issue where an array that''s being passed into a
defined type is being "flattened" when it''s inclosed in double quotes
and I''m not sure how to get around this. This is happening a the
pdxcat/amanda module and I''ve raised an github issues for this but
wanted to query the community as a whole. The issue and my branch
2011 May 13
1
ubuntu package installs
hello puppet list
My puppet server is now working quite wonderfully. Thanks go out to
all who have assisted in getting it to this point. At this point in
time my config is now correctly installing packages according to
arch,os and release. Centos is working quite well as of now, but I am
attempting to get the ubuntu side of things to work as well. I am
frankly more familiar with RHEL under
2006 Jan 27
1
how calculation degrees freedom
Hi, I' m having a hard time understanding the computation of degrees of freedom when runing nlme() on the following model:
> formula(my data.gd)
dLt ~ Lt | ID
TasavB<- function(Lt, Linf, K) (K*(Linf-Lt))
my model.nlme <- nlme (dLt ~ TasavB(Lt, Linf, K),
data = my data.gd,
fixed = list(Linf ~ 1, K ~ 1),
start = list(fixed = c(70, 0.4)),
na.action= na.include,
1997 Jul 25
7
Amanda 2.3.0.5-Samba 1.9.16p11 PC backups...
At the bottom is what I got returned from AMANDA 2.3.0.5 after patching
Samba 1.9.16p11 to give estimates. Any idea what I might not have done yet?
My disklist reads:
shokk \\thor\depot nocomp-user-gnutar
To connect successfully to that server with smbclient, I have to do this,
giving the same password that I now have in /etc/amandapass:
smbclient \\\\THOR\\DEPOT -U BACKUP
Also, the
2009 Aug 25
3
Timezone not recognised kludge
This is for Wine 1.1.28 compiled under a customised personal Linux based on Slackware.
When running winefile from a terminal, get a line:
"fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias -720, std (d/m/y): 5/04/2009, dlt (d/m/y): 27/09/2009"
Wine source: ../dlls/ntdll/time.c holds the function "find_reg_tz_info".
Running: #
2017 Feb 02
3
downgrading packages
After the large update from 7.2 -> 7.3 there is
one major problem, the amanda backup packages.
Strange situation, the host is the amanda server
is working fine at backing up all my remote clients.
But it has an error backing up itself.
The amanda packages did not change version (3.3.3)
and I've done no configuration change.
I'm not looking for help debugging this at the moment.
2011 Mar 07
2
puppet file sharing issue
hello list!!
I am still having some file sharing issues with this puppet server and
I was hoping someone would have an opinion they could share on this
situation
## puppet errors
err: //basefiles/File[/etc/yum/pluginconf.d/priorities.conf]: Failed
to retrieve current state of resource: Error 400 on SERVER: Not
authorized to call find on
/file_metadata/acadaca/yum/pluginconf.d/priorities.conf
2011 Jan 05
3
cron jobs fail to run
hey centos
long time no hear! :) I'm having a small issue where the backup jobs
that I set to run in the crontab of the backup user do not appear to
be running. Here's how I set it up (with crontab -e as the backup
user):
run amanda every night (check at 2:45 and backup at 3)
45 2 * * * /usr/sbin/amcheck /var/log/amanda/crontab/amcheck.log
* 3 * * * /usr/sbin/amdump