Displaying 20 results from an estimated 8000 matches similar to: "Question on --backup --backup-dir Switches For Incremental Backs"
2007 Jan 29
0
Question on --backup --backup-dir Switches For Incremental Ba cks
take a look at rsnapshot
http://www.rsnapshot.org/
> -----Original Message-----
> From: Blake Carver [mailto:lists@lisnews.com]
> Sent: Monday, January 29, 2007 7:35 AM
> To: rsync@lists.samba.org
> Subject: Question on --backup --backup-dir Switches For Incremental
> Backs
>
>
> I current do some rsync backups with a command like so every day
>
> rsync -az
2006 Oct 20
2
pseudo incremental backup solution
Hello dear list!
Just wanted to tell you that there's a simple and somehow smart
backup solution using rsync named ccollect [0].
It uses the hardlink feature of rsync to create fullbackups with only
minor size differences (it uesd cp -al and pax before).
I would be happy for any critic about the software, the documentation
the configuration style (cconfig [1]) and the idea itself.
Sincerly
2008 May 30
3
How to backup files without destroying the destination?!
Hello List,
i would like to copy/mirror/rsync the backup files from ServerA to ServerB.
Since i must assume that ServerA is hacked (public server with a few
services), i would like to "pull" the files to ServerB (save server with
no services).
That means i do something like: rsync -avz ServerA:/backup ServerB:/backup
IF ServerA gets hacked and the files get zeroed out (every file
2005 Jun 12
2
restoring incremental backups
Hi,
I'm using rsync to make incremental backups, which appears to work fine.
I use a script quite similar to the first one on
http://rsync.samba.org/examples.html (incremental 7 day to remote host).
However, I can't seem to find a nice way to restore a backup other than
the current backup.
Assuming the following situation:
current - made today, contains up-to-date versions of all files
2008 Feb 08
2
incremental backup
Can anyone tell me that how can i take incremental backup through rsync. I
will be grateful to you .
--
Regards
Piyush Joshi
9415414376
-------------- next part --------------
HTML attachment scrubbed and removed
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
2007 Oct 15
1
--backup-dir or --link-dest?
Hi,
To do incremental backups I am presently using
--backup-dir=/backup/host/$TODAY and the full backup is written to
/backup/host/current. With this system incremental directories only
contain deleted files and "current" contains the full backup.
Would it be more efficient to use --link-dest=/backup/host/$YESTERDAY
and write the main backup to /backup/host/$TODAY ? That way each
2015 Nov 09
3
Rsync and differential Backups
On 11/9/2015 9:50 AM, Gordon Messmer wrote:
>
> I don't see the distinction you're making.
a incremental backup copies everything since the last incremental
a differential copies everything since the last full.
rsync is NOT a backup system, its just a incremental file copy
with the full/incremental/differential approach, a restore to a given
date would need to restore the last
2011 Feb 22
1
problems making a daily backup via rsync.
Hi there:
I'm doing a backup of some of my machines via rsync, and I have the next problem:
------------------
[Tue Feb 22 02:51:13 CET 2011] /usr/bin/rsync -az --delete --numeric-ids --relative --delete-excluded --rsh=/usr/bin/ssh root at server1:/var/spool/exim /data/backups/server1
[Tue Feb 22 02:51:28 CET 2011] /usr/bin/rsync -az --delete --numeric-ids --relative --delete-excluded
2012 Jul 16
4
incremental backups of maildir via rsync
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi folks,
I would like to do incremental backups of the users' maildir
directories to a dedicated backup host (using "rsync -SHa"
and rsnapshot).
Problem is: Dovecot bloats the incremental backup by changing
the file names again and again.
Is there some way to tell Dovecot to keep meta information
separate from the file names?
Any
2011 Dec 15
1
Am I misunderstanding loop variable assignment or how to use print()?
Given this interactive session:
> an<-ls(pat="anova.ag.m2529")
> an
[1] "anova.ag.m2529.az" "anova.ag.m2529.can" "anova.ag.m2529.fl"
> print(anova.ag.m2529.az)
Analysis of Variance Table
Response: year
Df Sum Sq Mean Sq F value Pr(>F)
time 1 14.823 14.8235 10.598 0.004392 **
Residuals 18 25.177
2011 Mar 17
2
changing the dimensions of a matrix in a real specific way
Hi again,
I'd like to ask you a question again.
I have a matrix like this:
a <-matrix(c(1,2,3,4,5,6,7,8,9,10,11,12))
a
[,1]
[1,] 1
[2,] 2
[3,] 3
[4,] 4
[5,] 5
[6,] 6
[7,] 7
[8,] 8
[9,] 9
[10,] 10
[11,] 11
[12,] 12
Is there a proper way to change the dimensions of this matrix so that I'll get this as a result:
[,1] [,2] [,3]
[1,]
2011 Mar 08
1
creating additional column
Hello everybody,
I have a little problem in good old R. It is basically the following.
I have this small database with 3 rows and the following columns:
d1,
d2,
d3 and
Highest d value - which selects the highest value from d1, d2, d3 in each row.
d1 d2 d3 Highest d value
1 51.398426 39.111721 11.6086220 51.398426
2 4.057801
2011 Mar 21
1
recalling different data frames (the way you do in Excel VB)
Hello everyone,
I'd like to ask you a question again, basically focusing on referring to different objects.
Let's suppose we create the following databases this way:
id <-c(1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3)
a <-c(3,1,3,3,1,3,3,3,3,1,3,2,1,2,1,3,3,2,1,1,1,3,1,3,3,3,2,1,1,3)
b <-c(3,2,1,1,1,1,1,1,1,1,1,2,1,3,2,1,1,1,2,1,3,1,2,2,1,3,3,2,3,2)
c
2011 Feb 10
3
help - "the condition has length > 1 and only the first element will be used"
Hello there,
I don't know if I'm addressing my question to the right e-mail address, I hope I do. Actually I have a little problem concerning writing a code in R. I try to briefly sum up my problem.
As you can see below, I created the functions "Equation1" and "Equation2" with some conditions.
Equation1 <-function(x){
if
2004 Dec 02
1
treatment contrasts and summary.lm
Dear list members,
I have a 2-factor ANOVA where the summary.lm output looks like this
(using treatment contrasts):
Value Std. Error t value Pr(>|t|)
(Intercept) 0.0389 0.0220 1.7695 0.0817
as.factor(Block)1 0.0156 0.0066 2.3597 0.0215
as.factor(Block)2 -0.0018 0.0037 -0.4857 0.6289
as.factor(Block)3 -0.0007 0.0026 -0.2812 0.7795
2011 Mar 21
1
recalling different data frames (the way you do in Excel VB but now) in
Hello everyone,
I'd like to ask you a question again, basically focusing on referring to different objects.
Let's suppose we create the following databases this way:
id <-c(1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3)
a <-c(3,1,3,3,1,3,3,3,3,1,3,2,1,2,1,3,3,2,1,1,1,3,1,3,3,3,2,1,1,3)
b <-c(3,2,1,1,1,1,1,1,1,1,1,2,1,3,2,1,1,1,2,1,3,1,2,2,1,3,3,2,3,2)
c
2011 Mar 01
2
bootstrap resampling question
Hello there,
I have a problem concerning bootstrapping in R - especially focusing on the resampling part of it. I try to sum it up in a simplified way so that I would not confuse anybody.
I have a small database consisting of 20 observations (basically numbers from 1 to 20, I mean: 1, 2, 3, 4, 5, ... 18, 19, 20).
I would like to resample this database many times for the bootstrap process with
2011 Mar 11
1
changing one character in the name of dataframes repeatedly
Dear R-community,
I'd like to ask you a question concerning R again. I try to keep this simple because I am not willing to confuse you at all.
I have a little data frame which I have created the following way:
a <-c(1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,4,5,5,5,5,5,6,6,6,6,6)
b <-c(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30)
df
2011 Apr 18
4
altering identity column
Hi there,
I have a huge dataframe containing 70,000 observations.
I have filtered this dataframe (let it's name be "transformed_dataframe") as I wanted to select only those observations which are greater than or equal to 60,001 regarding the very first identity column.
So I have a transformed dataframe now including 10,000 obeservations (from 60,001 - to 70,000) and if you send