search for: rdiffs

Displaying 20 results from an estimated 189 matches for "rdiffs".

Did you mean: diffs
2008 Jun 20
1
problem with rdiff
Hi all. (I am sending this querry here because it is somehow relating to rsync. If i am wrong please pardon me.) I am doing following on these windowsXP and Vista. I am trying to get only incremental backup using "rdiff-backup" (that also uses rsync). I have installed gcc compiler and by following the steps given in http://katastrophos.net/andre/blog/2005/11/02/rdiff-backup-on-windows/
2011 Aug 19
1
rsync'ing an rdiff-backup repository
I'm rsync'ing an rdiff-backup repository to a different machine and I have a few questions I'm hoping you guys can help me out with. Should I use --archive? Or maybe -rlD instead? Can I restrict an SSH key to rsync? I can do it with rdiff-backup with command="rdiff-backup --server" but I can't figure out how to do it with rsync. The rdiff-backup repository I'm
2003 Dec 02
1
rdiff
Is there any chance for rdiff ? I need to frequently synchronize big text file (60MB+) undertaking small changes and I am interested in differences between the subsequent versions [DNS RBL data in dnsbl format, 1E6+ lines of text, new version every 20m, on average 50 new entries (lines) in every synchronization] I would like to get (small) diff file as result of rsync session and apply it to
2015 May 07
5
Backup PC or other solution
Il 07/05/2015 11:24, Marcin Trendota ha scritto: > W dniu 06.05.2015 o 21:21, Alessandro Baggi pisze: > >> What do you mean about Backup PC? >> Any experiences? >> What solution do you use? > > BackupPC is good, howewer it's a pity you can't search for a file in > GUI. But it works well, i'm backing up 32 hosts (servers, desktops). > > Can
2017 Feb 21
1
that ever puzzling special chars escaping + rdiff-backup
hi everyone a good basher around here? I try in a script: _rdiffBack="rdiff-backup -v5 --tempdir /tmp/ --no-eas --exclude-other-filesystems --exclude-symbolic-links" _rdffiExclude="--exclude '**/~*' --exclude '**.tmp' --exclude-regexp '(.glusterfs|.trashcan|temp)'" _execCom=${!2} _sourceDir=${1} _backupTo=${3} __backMeUp() { for _sourceDir in
2009 May 27
1
How to emulate rdiff behaviour
Hi, i am new to rsync and i want to use rsync to emulate rdiff behaviour (because i can't install rdiff on the system). What i would like rsync to do is to generate a diff file (like with rsync --write-batch) but WITHOUT changing the destination file. This would allow me to store daily differential updates on the target (i think hardlinking would not help me much as the file is changing every
2009 Jan 10
1
Implementing a conditional branch within rsync based on modified time of a file
Greetings, I've been looking through archives, googling, and reading through man pages to no avail for some time now. I believe I need some combination of rsync -u (update) and rsync --del, and I'm not quite sure how to get it. I'm looking to build a rough implementation of a multi-client rdiff-backup system; in order to do this I'm using rsync before rdiff-backup. (We'll
2015 May 07
2
Backup PC or other solution
On May 7, 2015 6:05 AM, "Jussi Hirvi" <greenspot at greenspot.fi> wrote: > > I wonder why nobody has yet mentioned rdiff-backup. It combines browsable directories with multiple versions - the version data is stored in a separate rdiff-backup-data subdirectory (one per backup task). > > One downside is that rdiff-backup causes a lot of network traffic. For that reason I
2008 Nov 11
0
rdiff-backup update broken?
After the recent yum update to rdiff-backup-1.2.2-1.el5.rf rdiff-backup no longer works. I don't "speak" python so not sure what's going on. Here's a portion of what I'm seeing... # rdiff-backup /etc/ /backup/localhost/etc Exception '[Errno 34] Numerical result out of range' raised of class 'exceptions.IOError': File
2010 May 22
1
exmaple problems
I do not know if this has been reported already (I searched the headers of the recent messages to r-devel) It seems that 'example' in R 2.11.0 has a problem when the help file does not contain any example. This is what happens on R 2.11.0 on Windows XP. > library(tools) > example(Rdiff) Error in file(con, "r") : cannot open the connection In addition: Warning message: In
2003 Jan 04
3
directories that change into symlinks
our daily backup is done using the rdiff-backup tool, which in turn utilizes rsync/librsync to do the actual mirroring work. a few days ago we did a refactoring and renamed a bunch of directories. for backward compatibility we maintain the old names by symlinking it to the new names. so, for example, oldname1/ now becomes newname1/, and oldname1 is now a symlink to newname1/. we found that
2009 Sep 04
8
Remote backup of server
Hello, I want mount directory of one server to another over internet. I was looking to NFS4, but there are no security mechanisms. I need encrypted connection using private key (something like SFTP). Or - if there is in CentOS repo (or EPEL) package, that can mount directory over internet using private key and make differential backup (like rdiff-backup). Thank you very much for links or other
2014 Jun 30
6
Mailboxes are in Maildir format. Any good backup tips? Had success with version control?
I'm still pretty new to running a mail server, but one thing I've come to appreciate over the years is a good backup strategy. Since I have always run my own servers for practice and for personal use I don't have access to Enterprise backup solutions. Because of that I usually just fall back to scripts and tarballs and offload the content on a regular basis. Right now I'm
2003 Aug 09
0
rsync / rdiff in win/dos
Thanks Donovan, I downloaded the librsync 0.9.6 from sf and it compiled just fine believe it or not in the new visual studio.net. There where warnings but no fatal errors and the exe seems to be running just fine. I've tested it just now on a 60 meg mdb file that I've been trying to backup.. it seems to work great!. I even saved the original so I could apply patches and then file compare
2013 Aug 16
0
rdiff-backup of Maildir?
What's the best way to do long-term backups of the Maildir format these days? Traditionally we've just done a rdiff-backup or pointed Bacula at the Maildir. Both give us the option to reset a particular mailbox back to a previous day (any day within the last N months). Do we just need to snapshot the LVM volume that holds all the Maildir boxes, or is there some additional commands
2002 Jan 29
2
Non-standard usage of rsync
Hi, I am thinking about a non-standard usage of rsync (at least not mentioned in the man file) I want to synchronized my collegues home directories(trees) each night AND store rsync's internal updating commands (reversed) to be able to restore the state of a directory the day before. This would require - saving the internal updating commands in a separate directory - reversing these commands
2011 Jan 24
1
Java implementation - about weak checksum difference
Hi all, I'm trying a java implementation of rsync for "fun and profits" ;-) helped by librsync 0.9.7 and jarsync (a died java implementation) So i started to implement rdiff command and for now i have a working signature command. With first test, i had the same signature file of testsuite/mksum.input/COPYING.sig but when i try with another dummy file, for each checksum pair :
2015 May 07
0
Backup PC or other solution
I wonder why nobody has yet mentioned rdiff-backup. It combines browsable directories with multiple versions - the version data is stored in a separate rdiff-backup-data subdirectory (one per backup task). One downside is that rdiff-backup causes a lot of network traffic. For that reason I currently use rsync to copy over network, and then I use rdiff-backup locally to create a repository
2002 Apr 24
1
[rproxy-devel] rdiff deltas not very good compared to pysync, why?
On 24 Apr 2002, "Shirish H. Phatak" <shirish@tacitnetworks.com> wrote: > Since there appears to be a dedicated group of users and lots of > activity, maybe we can convince Martin to roll in these patches and make > a new release? I have been really lax in supporting librsync for the last few months, because of a new job and taking over maintenance of rsync
2002 Mar 29
4
Incremental backups and batch mode.
I'm trying to use the rsync algorithm for incremental backups. After a quick look at rsync I saw the batch mode operations, and I thought that maybe I can modify them for incremental backups. What is needed is to add an option to save the checksums of all the files of the level 0 backup and a second option to use the level n checksum to calculate the delta batch files for the level n+1