Displaying 9 results from an estimated 9 matches for "hjb".
Did you mean:
hdb
2002 Nov 28
2
rsync as a bakcup tool and the case of rotated logs
Hello,
I use rsync (among many other things) as an incremental backup tool.
Every night I save /{home,etc,var} from several servers. On one of them
we keep 52 weeks of system logs, so each time syslog is rotated all old
syslog.x.gz (where x is between 1 and 213) change names. This impacts
our backup transfers because the incremental snapshot now has to include
all syslog.x.gz files even though
2003 Nov 26
3
Backup with rsync until one month
Hello,
I use rsync in the company to make a backup every 4 hours.
but I would like to do in a way like this, that the rsync make a backup of the changed files until one month long.
EX:- file.bak.001 file.bak.002 .....
This file will be to get always, and so i can get the all files untill an one month old version of the file.
Is it possible?
Regardes
Dipl.-Ing. Nazar Hassan
2004 Nov 24
6
Searching for antilog function
Dear R-users,
I have a basic question about how to determine the antilog of a variable.
Say I have some number, x, which is a factor of 2 such that x = 2^y. I
want to figure out what y is, i.e. I am looking for the antilog base 2 of x.
I have found log2 in the Reference Manual. But I am struggling how to
get the antilog of that.
Any help will be appreciated!
> version
platform
2005 Feb 17
4
Incremental Backups
I read the following hint at:
http://www.mikerubel.org/computers/rsync_snapshots/#Incremental
mv backup.0 backup.1
rsync -a --delete --link-dest=../backup.1 source_directory/ backup.0/
I simply want to maintain a dated backup of a server so that I could
always go back to a certain date. I would like to keep this structure
for each day for the last seven days, then one weekly snapshot for
2008 Apr 22
2
using rsync with scripts (cronjobs) and automated backups
Hello all,
I am wondering if it would be possible to write a script or a cronjob in
linux using Rsync to run an automated backup of a server, or serveral
servers if possible. I am very new with writing scripts and such, so any
help or suggestions with how to get started would be great!!!
Thanks ahead of time for the help!!!
-----
Computers are like air conditioners. They both dont work, if you
2006 Jun 23
1
Compiling R 2.3.1 on SuSE 8.2 and 10.0: error with libRlapack.so (PR#9026)
...4zdBTyJ
xJi1q0o6vpmIp+f419khOt6oisln2ngqz7USGabT6QvxNeV7ZlYm4Tv1TH/dSUbmMgMt60lJ
7wRFRkvy4v/Ur/atSNn86HB/1CX+11M26tNs2iz4+LtbefZUt+bybPeNOfF7z421POu/Kcfz
ZLTXIwLP1X9BjmeK85jAAZ5sw2DQnU9V8RKhcW8qws7/Kc9qU0TYpvwhVCs6RYbd/aDkgbY2
TcfcLiJpWH5vtw0q5h7cks8RulsuNu7fWmmId2ml8W73tN7epe3sXeR7gSZFvulqUjY5ufO3
Hjb+ZL4YvMY/jBuGRww8Tf0O5H1JdWB5M1s+sHkwPuRwUTfE8zEGXXviQw1OwccfWoV/GD7M
RKC8l8vw4Tx06WlHSnoqfDBe3BQnX0czsYPxo+dUc4gxxuxtT5y0duvbHtSv3KPXww/Eh1ua
pDtlE8O4qOATUG0mRD0f6enAjkU7ELw+aHqA/gD22V1bNGofI5eEJ/RZ0VnP9u6uooO+d0cH
QnQdfcBSiaPAp3JzoMB3OjowSbDfAZWr19mBztbrxkDni3JkoDGeTLL2CrDCtf7Niqw6+lQX
prc4OMiV6Z0...
2003 Dec 01
0
No subject
...amba@lists.samba.org>;
10 Jun 2001 20:53:32 -0000
X-vSMTP: intekom.com
Received: from localhost ([127.0.0.1] helo=hq.home ident=mail) by
hq.home with esmtp (Exim 3.22 #1) id 159CDN-0008Se-00 for
samba@lists.samba.org; Sun, 10 Jun 2001 22:53:41 +0200
Received: from psy.home ([10.0.0.8] helo=hjb) by hq.home with smtp (Exim
3.22 #1 (Debian)) for samba@lists.samba.org id 159CDN-0008SY-00; Sun,
10 Jun 2001 22:53:41 +0200
Message-ID: <002301c0f1ef$6f1f3d90$0800000a@hjb>
From: "Henning Botha" <psy@intekom.co.za>
To: <samba@lists.samba.org>
Subject: Windows 2000 (...
2004 Dec 03
1
How to wrap or split labels on plot
Dear R gurus,
I want to wrap labels that are too long for a plot. I have looked at
strsplit(), substr(), nchar(), and strwrap(). I think it's some
combination but I'm having difficulty trying to figure out the right
combo. I think I need to create some new matrix containing the labels
already split, though I'm not sure if maybe there is a quick and dirty
way to address this
2004 Nov 16
2
Barplot difficulties
Hello. I am an R newbie struggling to learn and use R . I have read many
portions of the R Reference Manual, as well as the FAQs. Given that I
learn something new each time, I know I might be missing something
obvious. But I appeal to your good nature to help me through this
initial problem.
I have attached a pdf file to demonstrate what I desire and have listed
what my data looks like in