Displaying 20 results from an estimated 1000 matches similar to: "Backup with rsync until one month"
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
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
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 Jan 18
1
XEN 3.2.0 default bridge changed ?
Hello !
I yesterday updated one server to XEN 3.2 which was running 3.1.2 before.
The default bridge setup stopped working (Guests network packets were
not forwarded to physical ethernet connection on eth0)
My bridge setup looked like this:
root@quadxeon2:~# brctl show
bridge name bridge id STP enabled interfaces
eth0 8000.003048359fc0 no
2008 Jan 18
2
Build XEN 3.2 with cpufreq Support
Hello !
Does anybody know how to build and use cpufreq support that should be in
3.2 since -unstable time ?
Bye
--
__________________________________________________
Ralf Schenk
fon (02 41) 9 91 21-0
fax (02 41) 9 91 21-59
rs@databay.de
Databay AG
Hüttenstraße 7
D-52068 Aachen
www.databay.de
Vorstand: Jens Conze, Ralf Schenk, Aresch Yavari
Aufsichtsratvorsitzender: Ansgar Vögeli
2008 Jan 17
0
Build XEN 3.2 with cpufreq Support
Hello !
Does anybody know how to build and use cpufreq support that should be in
3.2 since -unstable time ?
Bye
--
__________________________________________________
Ralf Schenk
fon (02 41) 9 91 21-0
fax (02 41) 9 91 21-59
rs@databay.de
Databay AG
Hüttenstraße 7
D-52068 Aachen
www.databay.de
Vorstand: Jens Conze, Ralf Schenk, Aresch Yavari
Aufsichtsratvorsitzender: Ansgar Vögeli
2006 Mar 21
0
Xen 3.0.1 on Debian sarge kernel crash on Dual XEON Machine
Hello !
I''m using the latest xen packages from
http://packages.debianbase.de/sarge/amd64/xen3/ on debian sarge
with the provided kernel linux-xen0-2.6_2.6.12+xen3.0.1-0tha6_amd64.deb
(xen-linux-2.6.12.6-xen).
I successfully installed that combo on a Tyan GT20 Server with an
Athlon64 3000+ (Venice), 1GB RAM . Thats running fine, I made some
debootstrapped filebased debian sarge systems
2006 Oct 10
3
W2K3 Server Installation fails with ACPI=1 on xen-3.0.3-rc3 changeset 11732
Hello !
I installed Windows 2003 Server (RC2) sucessfully on xen 3.0.3-rc3
changeset 11732. XEN and DOM0 is 64-bit X86_64 based.
The hardware I use is a Athlon 64 X2 3800+ (EE, Energy Efficient
Version) on a simple ASUS M2N-MX Mainboard.
However I wasn''t able to run the installation with ACPI enabled in the
config file for the domain (acpi=1). The setup procedure simply freezes
after
2005 Jan 30
1
IPSEC and bridging
Hello Tom !
You write in your guide http://shorewall.net/IPSEC-2.6.html
> Warning
>
> As of this writing, the Netfilter+ipsec and policy match
> support are broken when used with a bridge device. The problem
>has been reported to the responsible Netfilter developer who has
confirmed the problem.
I''ve set up a bridge between my wlan (hostap) and my local net. I
2006 Oct 05
0
W2K3 Server Installation fails with ACPI=1 on xen-3.0.3-testing changeset 11686
Hello !
I installed Windows 2003 Server (RC2) sucessfully on xen 3.0 unstable
changeset 11686. XEN and DOM0 is 64-bit X86_64 based.
The hardware I use is a Athlon 64 X2 3800+ (EE) on a simple ASUS M2N-MX
Mainboard.
However I wasn''t able to run the installation with ACPI enabled in the
config file for the domain (acpi=1). The setup procedure simply freezes
after loading all the drivers.
2005 Jan 30
11
Poor ipsec performance with policy match
Hello !
I have a performance issue with Kernel 2.6.X and policy match support as
suggested in http://shorewall.net/IPSEC-2.6.html. My IPSEC performance
doesn''t exeed about 30kbyte/sec even if my downlink is 1024kbit/sec and
should reach more than 100kbyte/sec.
No, its not the cpu''s performance (AMD Barton 2500+) and no it''s not the
gateway (CELERON 600 Mhz) on the
2006 Aug 15
1
rails and MSSQL transactions
Hello,
I have rails using a MSSQL db. The set up works fine with low volume,
but with 2+ requests/second I keep on getting the following error:
DBI::DatabaseError: Execute
OLE error code:80004005 in Microsoft OLE DB Provider for SQL Server
Cannot create new connection because in manual or distributed
transaction mode.
HRESULT error code:0x80020009
Exception occurred.: SELECT
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
2007 Mar 15
2
Default 4.4 kernel and NTFS?
I just installed Centos 4.4 and performed a Yum update to freshen all
out-of-date files.
I also have two IDE drives that are NTFS partitioned, but noticed they are not
seen by the kernel.
I visit /usr/src/kernels/2.6.9-42.EL-i686 and copy the Makefile.bak to Makefile
and run make xconfig. Reviewing the supported filesystems, ntfs is not
selected. Any reason why not?
What is the easiest and
2017 Jun 06
1
[Announce] Samba 4.6.5 Available for Download
======================================================
"Stay positive and happy.
Work hard and don't give up
hope. Be open to criticism
and keep learning. Surround
yourself with happy, warm and
genuine people."
Tena Desae
======================================================
Release Announcements
---------------------
This is the latest stable release
2017 Jun 06
1
[Announce] Samba 4.6.5 Available for Download
======================================================
"Stay positive and happy.
Work hard and don't give up
hope. Be open to criticism
and keep learning. Surround
yourself with happy, warm and
genuine people."
Tena Desae
======================================================
Release Announcements
---------------------
This is the latest stable release
2013 Jun 08
2
Compile error with gfortran-4.6
Dears,
I am writing a code in Fortran using OpenMP directives.
When compiling the code in gfortran 4.4 does not occur any problem.
When compiling the code in gfortran 4.6, an error message appears.
In other compilers the error does not occur.
A small example.
## Code in Fortran
subroutine hello()
implicit none
integer :: nthreads, tid
integer ::
2010 Nov 24
1
NameError in Devise/sessionsController#new
I created a sample application.
Added devise in it, it works fine.
Then added cancan gem into it.
Created an ability class. define some permissions.
Then added line
load_and_authorize_resource
to the Application Controller, after that when i go to the page
http://0.0.0.0:3000/users/sign_in it gave the following error,
NameError in Devise/sessionsController#new
uninitialized constant Session
2005 Mar 17
1
Compiling "embedding R" examples
Hi,
I am working at a major financial institution and we would like to embed R in one of our front office application.
The application is written in C/C++ so I started by trying to compile the examples in "tests/Embedding" of R 2.0.1.
I have modified "tests/Embedding/Makefile" according https://stat.ethz.ch/pipermail/r-help/2005-February/064341.html
and set
2002 Mar 08
1
delete fails to delete everything it should like dangling symlinks
I think someone posted this before, but I can't find it in the archives.
I am using rsync to pull down source files to be compiled. The delete
options are used to clear out any old files left over from previous.
Normally this works. I've run into one case where it persistently fails.
Within the directory created during compiling is a symlink to another
directory, also created during