Re: [rdiff-backup-users] adding --resume back

2014-09-04 Thread Dominic Raferd
Hello Marco If you want to do some coding work on rdiff-backup then that would be welcome, but I think you will be on your own. rdiff-backup is not under active development at present, sadly. An alternative is to see if you can prevent the problem of a broken

Re: [rdiff-backup-users] adding --resume back

2014-09-04 Thread Dominic Raferd
On 04/09/2014 13:01, Marco Mariani wrote: Even if it does, it isn't much use if your communication drops are so frequent that you rarely complete a single backup session, because your last usable backup data might be too old for your purpose. Not only at the level of backup sessions, I must c

Re: [rdiff-backup-users] adding --resume back

2014-09-04 Thread Dominic Raferd
On 04/09/2014 15:02, Chris Wilson wrote: Hi all, On Thu, 4 Sep 2014, Dominic Raferd wrote: If I had enough space for the LVM snapshot, I would probably rsync the current data and run rdiff-backup locally on the destination every time rsync succeeds. This would provide - in our setup - the

Re: [rdiff-backup-users] adding --resume back

2014-09-05 Thread Dominic Raferd
On 04/09/2014 15:39, Dominic Raferd wrote: I like that idea. But whereas the initial snapshot takes up almost no disk space, I think that deleting its rdiff-backup-data directory would cause it to swell in size by the size of the rdiff-backup-data directory, or perhaps somewhat more (since

Re: [rdiff-backup-users] Incremental restoration

2014-09-17 Thread Dominic Raferd
I can't see how to do what you want except the slow way, but I also don't understand what you are trying to achieve, or why you want to restore past increments. As far as I can see attic (if that is your preferred choice) doesn't keep prior versions of backed-up files (or deleted files). I wou

Re: [rdiff-backup-users] --exclude problems

2014-10-07 Thread Dominic Raferd
Stephen: As you seem to be running this under Windows, please try: --exclude "**.pst" Dominic On 08/10/2014 07:09, Stephen Butler wrote: Hi all, Having trouble excluding Outlook.pst file from a backup. Target dir is d:/Users/Steve And the outlook.pst file is located several sub folders belo

Re: [rdiff-backup-users] --exclude problems

2014-10-09 Thread Dominic Raferd
Your problem I think is that bash expands the asterisks, you could try this (note the single quotes): rdiffoptions='-v4 --print-statistics --exclude **Outlook.pst'; or try escaping the asterisks with backslashes... To properly overcome Outlook.pst being locked, as you have found you need to cre

Re: [rdiff-backup-users] Web GUI

2014-10-09 Thread Dominic Raferd
rdiffWeb is maybe 'stale' but it still works fine. If you have problems installing it, try my helper program: http://www.timedicer.co.uk/programs/help/rdiffweb-install.sh.php Dominic On 09/10/2014 14:03, m...@dkriesel.com wrote: Am 09.10.2014 15:00, schrieb Dale E. Qualls: Is anyone using a

Re: [rdiff-backup-users] Web GUI

2014-10-09 Thread Dominic Raferd
tatic wiki link in help regards Stefan Am Donnerstag, 9. Oktober 2014, 15:28:49 schrieb Dominic Raferd: rdiffWeb is maybe 'stale' but it still works fine. If you have problems installing it, try my helper program: http://www.timedicer.co.uk/programs/help/rdiffweb-install.sh.php Do

Re: [rdiff-backup-users] Deleteing Files from repository

2014-12-21 Thread Dominic Raferd
Hello Stephen Of course you do realise (now!) that you must never delete stuff from an active repository by using rm... Assuming you still have, somewhere else, the directory that you deleted from your repository, I would suggest that you copy this back into the repository, then run rdiff-ba

Re: [rdiff-backup-users] Remove the latest accidentally created backup

2014-12-28 Thread Dominic Raferd
Marcin: Please look at my utility rdiff-backup-regress at http://www.timedicer.co.uk/programs/help/rdiff-backup-regress.sh.php In your case I think you need to run it with -n 2. Regards, Dominic http://www.timedicer.co.uk/ On 28/12/2014 19:31, Marcin Zajączkowski wrote: Hi, I accidentally

Re: [rdiff-backup-users] Script to delete unwanted files from your repository

2015-01-17 Thread Dominic Raferd
Thanks for sharing this Clif, it seems a most ingenious and useful tool. I would still recommend that wherever practicable people regress an archive to recover disk space (my rdiff-backup-regress utility can help with this), but if this is not feasible, your script could be a life-saver. Domin

Re: [rdiff-backup-users] backup keeps failing

2015-02-04 Thread Dominic Raferd
I doubt is to do with SSH. My guess is that your (C) backup repository was already somehow corrupted on the destination. So when you tried to run another session to it, rdiff-backup automatically started a regression to get back to a safe starting point for the backup. In itself this can take a

Re: [rdiff-backup-users] backup keeps failing

2015-02-05 Thread Dominic Raferd
I don't think temporary space is likely to be an issue on the destination machine when doing a backup run. But if you want to rule out the out-of-temp issue at the destination when running rdiff-backup remotely, you need to use the --remote-tempdir switch, not --tempdir. Removing the rdiff-bac

Re: [rdiff-backup-users] Unicode (chinese) characters on Windows

2015-03-20 Thread Dominic Raferd
On 20/03/2015 04:08, Matthias Kauer wrote: Hi, I'm experimenting with the Windows build on your home page on my Win 7 machine. I ran into trouble with file names that contain Chinese characters such as minimal example 'test_sync/我报.txt'. Running rdiff-backup yields the following error: -

Re: [rdiff-backup-users] Exception '[Errno 28] No space left on device'

2015-07-21 Thread Dominic Raferd
Use --remote-tempdir switch to set the temp dir to be used on the remote machine. On 21/07/2015 03:15, Stephen Butler wrote: Thanks Bob, That sounds like a good lead, The server is running tinycore and /tmp is in memory. I've created following folder on server /mnt/hda1/tmp I've set it to 7

Re: [rdiff-backup-users] Exception '[Errno 28] No space left on device'

2015-07-21 Thread Dominic Raferd
I get: Inode count: 29360128 Inodes per group: 8192 Inode blocks per group: 512 Inode size: 256 so I don't think what you are seeing is excessive. To use --remote-tempdir you specify the directory as it would be on the remote machine (and it should exist al

Re: [rdiff-backup-users] State of the rdiff-backup project

2015-08-14 Thread Dominic Raferd
My 2p... Rdiff-backup has limitations and it would be *really* good if someone who understood python could step up and maintain the code, but I don't see the problem with regressions. Yes they are slow but they should be emergency operations reserved for rare circumstances. If you are frequen

Re: [rdiff-backup-users] backup Windows to Linux file permissions

2015-08-21 Thread Dominic Raferd
Hello Patrik I think the simple solution is to backup to a directory to which only one linux user has access. For our windows backups each Windows client machine has a separate linux user account on the server and backs up to its home directory. All users' home directories have 0700 permission

Re: [rdiff-backup-users] backup Windows to Linux file permissions

2015-08-26 Thread Dominic Raferd
On 22/08/2015 02:45, Leland Best wrote: Hi All, Since we're sort-of on this subject I'd like to ask a question/bring up an issue I ran into a couple years ago which, obviously, has never been resolved. On Fri, 2015-08-21 at 14:30 -0400, Patrik Dufresne wrote: I've setup rdiff-backup to backup

Re: [rdiff-backup-users] Non recoverable error "raised of class '':"

2015-09-05 Thread Dominic Raferd
Hi Heri On 05/09/2015 15:52, heri wrote: Hi The following error concerns a file in a folder which is maintained by rdiff-backup itself. I never changed something therein. rdiff-backup cannot recover itself. Each run of rdiff-backup" --include-globbing-filelist rdiff_include_f_to_r.txt

Re: [rdiff-backup-users] Repair repository

2015-09-15 Thread Dominic Raferd
After deleting the current_mirror file did you then run rdiff-backup with --check-destination-dir? This performs the actual regression to the previous, hopefully consistent, backup. On 15 September 2015 at 00:46, Patrik Dufresne wrote: > Hello, > > One of my backup repository seams to be mess up

Re: [rdiff-backup-users] Repair repository

2015-09-15 Thread Dominic Raferd
quot;. Should I delete all of > them ? I know the last successfule backup is "2015-08-24". > > -- > Patrik Dufresne > > > On Tue, Sep 15, 2015 at 3:05 AM, Dominic Raferd > wrote: > >> After deleting the current_mirror file did you then run rdiff-backup

Re: [rdiff-backup-users] Repair repository

2015-09-22 Thread Dominic Raferd
Hi Patrik On 22/09/2015 22:00, Patrik Dufresne wrote: I've tried the script. I had issues with it. It searchs 'current_mirror' file recursively. For some reash, the backup contains files named 'current_mirror'. I add `-maxdepth 1` to fix this. Good point, I have updated the script with this,

Re: [rdiff-backup-users] Repair repository

2015-09-23 Thread Dominic Raferd
Basically, when trying to restore 2015-08-21T01:12:31-04:00, we need to delete every newer file from increments directory. Then --check-destination-dir is working. -- Patrik Dufresne On Wed, Sep 23, 2015 at 1:44 AM, Dominic Raferd mailto:domi...@timedicer.co.uk>> wrote: H

Re: [rdiff-backup-users] Exception 'Path: C:/.ssh, just after start of rdiff

2015-12-10 Thread Dominic Raferd
I am not a python coder sadly, but the fault appears to be generated by this line in fs_abilities.py: assert letter_rp.lstat(), letter_rp I would suggest commenting out this line, as it is just an error test, and in this case it may be a 'false positive', but of course this is not so easy for you

Re: [rdiff-backup-users] python3 support

2016-01-04 Thread Dominic Raferd
Hello Patrik I believe the current maintainer is Ned Harvey who took over in May 2013, but I think his actions were confined to some fixes to the website rather than any work on the program code, and he hasn't been visible here recently. Before him the maintainer was Andrew Ferguson and before him

Re: [rdiff-backup-users] How to cope with missing 'rdiff-backup-data' in destination directory

2016-01-21 Thread Dominic Raferd
The message I see in the same situation is: Fatal Error: Destination directory [dir] exists, but does not look like a rdiff-backup directory. Running rdiff-backup like this could mess up what is currently in it. *If youwant to update or overwrite it, run rdiff-backup with the --forceoption*. Fat

Re: [rdiff-backup-users] Sol1 taking over rdiff-backup

2016-02-12 Thread Dominic Raferd
Great news, thank you for taking on this responsibility. Dominic On 13 February 2016 at 05:28, Dave Kempe wrote: > Gday, > as of today, Sol1 has taken over official maintainership of rdiff-backup. > We have done so with the blessing of the original author, Ben Escoto, and > from the most recent

Re: [rdiff-backup-users] How to cope with missing 'rdiff-backup-data' in destination directory

2016-02-18 Thread Dominic Raferd
Hello rdiez, I have done a simple test of this scenario but when I run rdiff-backup --verify I don't see any warning messages. (I believe the SHA1 digests are held in the rdiff-backup-data/mirror_metadata.* files.) See some postings here

Re: [rdiff-backup-users] initial rdiff-backup for large repository over Internet (and connection lost)

2016-02-24 Thread Dominic Raferd
On 25 February 2016 at 01:19, Adrian Klaver wrote: On 02/24/2016 01:57 PM, Nicolas wrote: > >> Hi all, >> >> I'm an happy rdiff-backup user for many years. >> >> Years ago I setup a rdiff-backup from a WWW server to a local server. >> Internet connection is limited to 2Mbps between the 2 servers.

Re: [rdiff-backup-users] rdiff-backup performance -- slow operation on initial backup?

2016-03-28 Thread Dominic Raferd
Is this really your first rdiff-backup to this location? If you have any previous rdiff-backup runs to this repository then the situation is complicated by rdiff-backup's need to create a new set of reverse diff files to be able to regress to previous file contents. What is your /tmp location? rdi

Re: [rdiff-backup-users] rdiff-backup performance -- slow operation on initial backup?

2016-03-30 Thread Dominic Raferd
taking the time to look at this.. > > > > On Mon, March 28, 2016 10:41 am, Dominic Raferd wrote: > >> Is this really your first rdiff-backup to this location? If you have any > >> previous rdiff-backup runs to this repository then the situation is > >> complicate

Re: [rdiff-backup-users] --restore-as-of error

2016-07-11 Thread Dominic Raferd
Put the --tempdir (path) before the main parameters. On 12 Jul 2016 07:24, "Stephen Butler" wrote: > Hi all, > > > I'm experimenting with restoring older version of a large outlook file > (9gb) > > > My command and the error output. > > sudo rdiff-backup --restore-as-of=1467950584 > /mnt/hda1/rd

Re: [rdiff-backup-users] --restore-as-of error

2016-07-12 Thread Dominic Raferd
If this doesn't work, try with --remote-tempdir [path] instead of/as well as --tempdir [path], as you seem to be restoring from a remote machine and in this case I think the remote machine probably does the heavy lifting. On 12 July 2016 at 07:29, Dominic Raferd wrote: > Put the --tempd

Re: [rdiff-backup-users] rdiff-backup Errno 5 exceptions.IOError

2016-12-16 Thread Dominic Raferd
On 15 December 2016 at 02:00, Stephen Butler wrote: > Hi guys, I'm getting frequent backup failures to our server. > > > Here's output from the latest error. > > > I've clean'd the PC of dust. > > > I've checked the hard drive with relevant WD diagnostic tools, it passed. > > > Any suggestions wel

Re: [rdiff-backup-users] [bug] AssertionError: Bad index order

2017-01-04 Thread Dominic Raferd
On 4 January 2017 at 16:08, Ilario wrote: > 2017-01-04 15:53 GMT+01:00 Ilario : >> 2017-01-04 15:17 GMT+01:00 Ilario : >>> AssertionError: Bad index order: ('long_filename_data', '820') >= >>> ('backup-20140716', 'progetti', 'GeBuRi', '20121101-Progetto GeBuRi', >>> 'articoli', 'calcoli') >> >> Th

Re: [rdiff-backup-users] [bug] Excluding hidden files the wrong way doesn't result in an error

2017-01-05 Thread Dominic Raferd
On 4 January 2017 at 22:40, Ilario wrote: > 2017-01-04 20:11 GMT+01:00 Adrian Klaver : >> On 01/04/2017 11:00 AM, Ilario wrote: >>> Excluding a hidden file without full path doesn't rise an error (as >>> happens with non hidden files) and copies it anyway; e.g. >>> >>> mkdir temp >>> cd temp >>> m

Re: [rdiff-backup-users] Backup multiple disks (on Windows)

2017-01-14 Thread Dominic Raferd
On 13 January 2017 at 18:36, Patrik Dufresne wrote: > Hello, > > If I need to backup multiple disks (C: & D:) on a Windows server, do I need > to run rdiff-backup twice. Once for each disk ? Or there is a way to backup > both of them in a single pass ? > Hi Patrik, if you are using rdiff-backup.e

Re: [rdiff-backup-users] Backup fails with "lost connection to the remote"

2017-03-23 Thread Dominic Raferd
On 23 March 2017 at 07:55, Henti Smith wrote: > Good day all. > > I'm having a tough problem with backing up a server. We've been running > successful backups on the server, but due to storage constraints we dropped > the retention to just one day. We're using backupninja to manage the > backups

Re: [rdiff-backup-users] "Found too many current_mirror incs!"

2017-05-02 Thread Dominic Raferd
> > ​...​ > > I searched for this new error and, in this archive, > > http://www.backupcentral.com/forum/17/213517 > > Dominic announces what I imagine is an early version of his regress script > which overcomes this second error. > > But I am unsure whether to run it here because - really - I don'

Re: [rdiff-backup-users] "Found too many current_mirror incs!"

2017-05-03 Thread Dominic Raferd
On 3 May 2017 at 08:37, Ron Leach wrote: > On 02/05/2017 23:42, Dominic Raferd wrote: > >> >> >> I suggest you take a backup of the existing broken repository and then try >> on it the latest version of my script >> > > Dominic, thank you for this sug

Re: [rdiff-backup-users] "Found too many current_mirror incs!"

2017-05-03 Thread Dominic Raferd
On 3 May 2017 at 22:28, Ron Leach wrote: > On 02/05/2017 23:42, Dominic Raferd wrote: > > >> I suggest you take a backup of the existing broken repository and then try >> on it the latest version of my script which can be obtained from >> http://www.timedicer.co.uk

Re: [rdiff-backup-users] "Found too many current_mirror incs!"

2017-05-04 Thread Dominic Raferd
On 4 May 2017 at 09:44, Ron Leach wrote: > > > Thanks, I've done that and I think there must be, after all that, a > somewhat more-serious problem. The regress started then aborted saying > > Error 1 occurred when attempting to regress archive... > ls: cannot access /srv/Data/101vmail/rdiff-backu

Re: [rdiff-backup-users] What does error message mean?

2017-05-29 Thread Dominic Raferd
On 30 May 2017 at 01:06, Eric Beversluis wrote: > Which fs? I'm using the same external HDD to receive the backup that > always worked in the past (most recently just before I updated Fedora). Why > would that have changed? I always do my backup as root, so the command I > ran was 'sudo rdiff-bac

Re: [rdiff-backup-users] Remove (large) files from backup without generating negative diff

2017-06-11 Thread Dominic Raferd
On 11 June 2017 at 11:13, Marcin Zajączkowski wrote: > Hi, > > I have a long established backup with some large files which I would > like to move to another directory withing the same backup (or just > remove entirely from the backup) as a clean up of the original disk > space/organization. I wo

Re: [rdiff-backup-users] rdiff-backup-regress script query - need to be 'nobody' or 'root'

2017-06-23 Thread Dominic Raferd
On 23 June 2017 at 12:53, Ron Leach wrote: > List, good morning, > > Having messed up the latest backup increment of our quite-large filesystem > and, having long been a very happy user of Dominic's rdiff-backup-regress > script, I thought I'd better regress the messed-up increment. > > On runnin

Re: [rdiff-backup-users] Still maintained?

2018-02-05 Thread Dominic Raferd
I am still reading the list and actively using rdiff-backup, which works well. However it seems to be effectively unmaintained and has been for some time. I don't do python sadly. It would be great if someone such as Patrik could take it on (as he has done so well for rdiffweb, which provides a bro

Re: [rdiff-backup-users] backups failing

2018-02-05 Thread Dominic Raferd
On 5 February 2018 at 10:59, Richard Hector wrote: > Hi all, > > I have a problem with an (inherited) rdiff-backup setup - actually used > from backupninja. > > When I try to run a backup, I get: > > OSError: [Errno 2] No such file or directory: > /foo.2018-01-30T08:55:35Z.dir > > I get the same t

Re: [rdiff-backup-users] Forgetting to run as root: how to recover quickly

2018-07-31 Thread Dominic Raferd
On Tue, 31 Jul 2018 at 16:53, Bill Harris wrote: > I've used rdiff-backup for years, and I'm mostly very happy with it. There > is one problem that crops up occasionally; and I haven't found a way around > it yet. > > AFAICT, rdiff-backup likes running as root. On rare occasion, I forget and >

Re: [rdiff-backup-users] Forgetting to run as root: how to recover quickly

2018-08-01 Thread Dominic Raferd
On Wed, 1 Aug 2018 at 17:31, Bill Harris wrote: > On Tue, Jul 31, 2018 at 10:30 AM Dominic Raferd > wrote: > >> On Tue, 31 Jul 2018 at 16:53, Bill Harris wrote: >> >> > I've used rdiff-backup for years, and I'm mostly very happy with it. >> There

Re: [rdiff-backup-users] rdiff-backup under Windows with Cygwin

2018-08-16 Thread Dominic Raferd
On Fri, 17 Aug 2018 at 00:44, Yves Bellefeuille wrote: > I'm trying to use rdiff-backup with Cygwin to backup files from a > Windows system to a Linux server, but I'm running into a problem with > the file ownerships and permissions constantly getting messed up. > > Here's an example. Here's the

Re: [rdiff-backup-users] Trouble with interrupted rdiff-backup

2018-12-24 Thread Dominic Raferd
On Mon, 24 Dec 2018 at 11:20, dsep...@t-online.de wrote: > Today morning i started a backup. This backup gots interrupted by the feet > of our cat :) > > So i thought, that i simply empty the target directory and start over from > scratch. But no luck. Everything i try gets answered from rdiff-ba

Re: [rdiff-backup-users] Win 2019 to linux doesn't work

2019-03-29 Thread Dominic Raferd
On Fri, 29 Mar 2019 at 11:01, Harald Hannelius wrote: > > Hi all, > > I have a win 2019 server that I'd like to take backups from. I'm using the > OpenSSH version included in MS RSAT and I have succesfully created > SSH-keys > and I can verify that running the ssh-command indeed starts a rdiff-ba

Re: [rdiff-backup-users] Win 2019 to linux doesn't work

2019-03-29 Thread Dominic Raferd
On Fri, 29 Mar 2019 at 11:47, Harald Hannelius wrote: > > On Fri, 29 Mar 2019, Dominic Raferd wrote: > > On Fri, 29 Mar 2019 at 11:01, Harald Hannelius < > harald.hannel...@arcada.fi> > > wrote: > > > >> If I run the command "ssh -C root@backupser

Re: [rdiff-backup-users] Win 2019 to linux doesn't work

2019-03-29 Thread Dominic Raferd
On Fri, 29 Mar 2019 at 11:57, Harald Hannelius wrote: > > On Fri, 29 Mar 2019, Dominic Raferd wrote: > > On Fri, 29 Mar 2019 at 11:47, Harald Hannelius < > harald.hannel...@arcada.fi> > > wrote: > >> On Fri, 29 Mar 2019, Dominic Raferd wrote: > >>>

Re: [rdiff-backup-users] Strange "No space left on device"

2019-04-27 Thread Dominic Raferd
On Sat, 27 Apr 2019 at 10:28, David Croll wrote: > > Dear rdiff-backup people, > > > Yesterday, a backup failed repeatedly. Error Number 28 - No space left > on device. The backup stopped with a specific file, a Firefox cache file > with a size of 0 bytes. > > But neither on the source nor on the

Re: [rdiff-backup-users] Exception 'Ace type 9 is not supported yet'

2019-05-09 Thread Dominic Raferd
files for now and try again, > but it takes some time to create a new backup set, so I won't know if this > workaround helps immediately. > > Would anyone be able to shed light on this issue? Is there a way to make a > failure to copy (this kind of) ACE non-fatal? > I advise running rdiff-backup from Windows with --no-acls, and following any restore consider using icacls to fix permissions back to the standard inherited ones e.g. icacls %APPDATA%\Thunderbird /reset /t /c /q Dominic Raferd https://www.timedicer.co.uk ___ rdiff-backup-users mailing list at rdiff-backup-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/rdiff-backup-users Wiki URL: http://rdiff-backup.solutionsfirst.com.au/index.php/RdiffBackupWiki

Re: [rdiff-backup-users] rdiff-backup result is missing text files but no errors, sourcedir to big >2TB

2019-07-20 Thread Dominic Raferd
On Fri, 19 Jul 2019 at 20:43, Jelle de Jong wrote: > On 7/18/19 4:45 PM, Lew Wolfgang wrote: > > On 07/17/2019 04:48 AM, Jelle de Jong wrote: > >> Hello everybody, > >> > >> I am trying to run an rdiff-backup and it keeps missing some documents > >> compared with the source, we are using a simple

Re: [rdiff-backup-users] Future of rdiff-backup: Python 3 migration and project maintainership in general

2019-07-26 Thread Dominic Raferd
On Fri, 26 Jul 2019, 17:37 Otto Kekäläinen, wrote: > Hello! > > There has not been any new releases of rdiff-backup since 2009. If the > original maintainer does not intend to work on this project, could I > please be allowed to take over? > > I am a Debian Developer and active in multiple open s

Re: [rdiff-backup-users] --check-destination-dir taking a very long time

2019-09-09 Thread Dominic Raferd
Is it possible you are running out of temporary file space? You can specify a different tmp location with switch --tempdir (or, if running to remote server, --remote-tempdir). When checking an archive rdiff-backup may need a lot of temporary space for all that unpacking. By the way, it may not be a

Re: [Errno 28] No space left on device

2019-11-15 Thread Dominic Raferd
On Thu, 14 Nov 2019 at 19:12, wrote: > Hi, > > On 14/11/2019 01:47, Yves Bellefeuille wrote: > >> 3. which file system type you are using to backup? > > Backing-up from NTFS (Windows 7) to ext4. > > Cross-filesystem-types backup is always a bit tricky. This said if you > have the occasion, it wou

Re: Doubled dates in old repositories

2020-04-19 Thread Dominic Raferd
On Mon, 20 Apr 2020 at 06:46, Eric L. Zolf wrote: > we've got a report for an issue [322] where we're not sure how it > happened and if it happens often. As I know that some of you have many > and long standing repos, you might want to have a look before you > upgrade to 2.0.0. Also I'd like to k

Re: Doubled dates in old repositories

2020-04-20 Thread Dominic Raferd
On Mon, 20 Apr 2020 at 19:10, Eric L. Zolf wrote: > Hi Dominic, > > On 20/04/2020 08:40, Dominic Raferd wrote: > > I have checked our 108 repositories which go back a long way (I am still > > using v1.2.8). I find this issue in one repository for some 27 dates > > (mos

Re: Doubled dates in old repositories

2020-04-21 Thread Dominic Raferd
On Tue, 21 Apr 2020 at 07:17, Eric Lavarde wrote: > > > On 20/04/2020 22:54, Gregor Zattler wrote: > > Hi Eric, > > * "Eric L. Zolf" [2020-04-20; 07:43]: > >> How to detect (under Linux): run `cd MY_BACKUP_REPO; ls -1 > >> rdiff-backup-data/mirror_metadata.* | sed -e 's/^.*mirror_metadata\.//' >

Re: Discussion about file format for the future

2020-06-04 Thread Dominic Raferd
On Thu, 4 Jun 2020 at 11:46, EricZolf wrote: > > rdiff-backup has currently its own file formats, which are far from > being standard, meaning a lot of custom code to handle these formats, > respectively a lot of different files... +1 for YAML, but please retain compatibility (at least for recove

Re: Discussion about file format for the future

2020-06-09 Thread Dominic Raferd
On Tue, 9 Jun 2020 at 15:28, Derek Atkins wrote: > > EricZolf writes: > > > 3. to answer Derek's e-mail as well: would it have an impact on speed? > > To be honest, no clue, we would need to analyze this. > > Just as another data point, apparently a year ago my backup server > wasn't backing stuf

Re: rdiff-backup to 2.0.3 on bullseye (ubuntu 20.04)

2020-06-28 Thread Dominic Raferd
On Sun, 28 Jun 2020 at 17:20, Otto Kekäläinen wrote: > > Hello! > > ke 24. kesäk. 2020 klo 16.14 Dominic Raferd (domi...@timedicer.co.uk) > kirjoitti: > > > > Hi Otto, > > > > Thanks for your great work on rdiff-backup and for your PPAs! > > > &g

Debian/Ubuntu official release push from 2.0.0

2020-08-17 Thread Dominic Raferd
Can someone help with getting the latest stable release of rdiff-backup i.e. 2.0.5 into the official repositories of Debian/Ubuntu (instead of 2.0.0)? (Otto has Ubuntu launchpad repos which allow 2.0.5 to be installed on old systems, and allow the latest development version to be installed on curre

Re: Feedback required - new arguments parsing for rdiff-backup

2021-01-05 Thread Dominic Raferd
On 02/01/2021 20:38, Eric L. Zolf wrote: Hello everybody, first, let me wish you a happy new year, health and good luck. I'm currently working on using argparse to improve the way command line arguments are parsed, in a way compatible with the old handling while developing a new, hopefully m

Re: Initial Backup Archive

2021-03-26 Thread Dominic Raferd
On 25/03/2021 07:29, reg.rdiff_bac...@excel4x.com wrote: I plan to use rdiff-backup on Windows using Windows networking - e.g. drive letter for remote file access. I have a mirrored copy of files already on the backup system. 1) Can I run rdiff-backup for the first time with a pre-populated back

Re: File Formats

2021-03-27 Thread Dominic Raferd
On 27/03/2021 07:29, reg.rdiff_bac...@excel4x.com wrote: On 25.03.2021 09:29, reg.rdiff_bac...@excel4x.com wrote: I just heard about rdiff-backup and I'm planning how to configure it. The documentation says: "Earlier states of your files are saved just by 1) keeping a copy of them, 2) in d

Re: Why are you using rdiff-backup?

2021-03-28 Thread Dominic Raferd
On 26/03/2021 12:44, Reio Remma wrote: On 26.03.2021 14:41, Arrigo Marchiori wrote: I would like to add:   * Multi-platform (I have used it on Windows, Linux, FreeBSD)   * Easy to deploy and schedule, because all parameters are given on     the command line   * Command-line interfaces allows

Re: change timestamps of backups?

2021-04-21 Thread Dominic Raferd
On 22/04/2021 07:03, griffin tucker wrote: i have a collection of the last 5 monthly dumps of various wikis from dumps.wikimedia.org each dump has numbered directories in the format 20210501, 20210401, 20210301, etc. all the filenames in these directories remain the same with each wiki's dump,

Re: change timestamps of backups?

2021-04-22 Thread Dominic Raferd
On 22/04/2021 08:01, griffin tucker wrote: I've tried using deduplication, but only get about 6gb savings per 30gb. I intend on using squashfs on top of rdiff-backup, btrfs is just being used temporarily. On Thu, 22 Apr 2021 at 16:41, Dominic Raferd wrote: On 22/04/2021 07:03, griffin t

Re: change timestamps of backups?

2021-04-22 Thread Dominic Raferd
On 22/04/2021 08:07, Dominic Raferd wrote: On 22/04/2021 08:01, griffin tucker wrote: I've tried using deduplication, but only get about 6gb savings per 30gb. I intend on using squashfs on top of rdiff-backup, btrfs is just being used temporarily. On Thu, 22 Apr 2021 at 16:41, Do

Re: change timestamps of backups?

2021-04-22 Thread Dominic Raferd
On 22/04/2021 08:31, griffin tucker wrote: On Thu, 22 Apr 2021 at 17:17, Dominic Raferd wrote: On 22/04/2021 08:07, Dominic Raferd wrote: On 22/04/2021 08:01, griffin tucker wrote: I've tried using deduplication, but only get about 6gb savings per 30gb. I intend on using squashfs o

Re: Fresh snapshot

2021-10-16 Thread Dominic Raferd
You could try using rdiff-backup --no-compression (or --no-compression-regexp). This will make backups bigger but should speed up backups and restores. The only built-in compression offered by rdiff-backup is gzip, but if you run rdiff-backup --no-compression to a file system using ZFS-with-L

Re: Trouble running rdiff-backup after Windows updates

2021-11-01 Thread Dominic Raferd
On 01/11/2021 15:21, Michael Crider - HOEC wrote: We have used rdiff-backup for well over 10 years for our Linux servers and workstations, and until recently to back up Windows servers and workstations we mounted their drives locally on the backup server and ran rdiff-backup against the mount.

Re: Long-time rdiff-backup user confused on new installation: permissions

2021-11-07 Thread Dominic Raferd
On 06/11/2021 18:45, Bill Harris wrote: I've been using rdiff-backup for 10+ years... What is the problem?

Re: cross-platform backup tool Unexpectedly Slow on Initial Backup

2022-02-09 Thread Dominic Raferd
On 08/02/2022 06:59, ewl+rdiffbac...@lavar.de wrote: Hi, just because I became curious, the numbers are probably not to be compared: - iperf3 tells me ~170Mbit/s - I transferred initially my Downloads repository from laptop to server (which has roughly as much disk as you have RAM :-P), 2.7G

Re: cross-platform backup tool Same files from different source dir causes spurious diff files

2022-02-10 Thread Dominic Raferd
On 10/02/2022 07:19, Mr. Clif wrote: ...Right now my backups for this vm have been corrupted by the shifted UID/GIDs I can no longer use that archive to restore to the running vm... If you want to regress your archive back to a 'clean' state you can try my rdiff-backup-regress script https://ww

Re: cross-platform backup tool Same files from different source dir causes spurious diff files

2022-02-14 Thread Dominic Raferd
On 15/02/2022 02:24, Mr. Clif wrote: Hi Folks, In case it's helpful, here's a shell function I came up with to backup snapshots of VMs in a way that preserves the usual UIDs and GIDs: ... This is clever but I was puzzled why you experience this UID/GID shift problem in the first place - I do

Version mismatches - upgrade on Ubuntu 22.04 from rdiff-backup 2.0.5 to 2.2.2 or 2.2.6

2024-02-14 Thread Dominic Raferd
First, continued thanks for Eric and the team for their great work on updating rdiff-backup - really amazing stuff. Following a system upgrade of my backup server to Ubuntu 23.10, I have version mismatches: clients have  (Windows and) Ubuntu 22.04 (rdiff-backup 2.0.5) whereas the server has rd

Re: Version mismatches - upgrade on Ubuntu 22.04 from rdiff-backup 2.0.5 to 2.2.2 or 2.2.6

2024-02-15 Thread Dominic Raferd
ain README. Hope this helps, Eric On February 14, 2024 3:32:38 PM UTC, Dominic Raferd < domi...@timedicer.co.uk> wrote: First, continued thanks for Eric and the team for their great work on updating rdiff-backup - really amazing stuff. Following a system upgrade of my backup server to

Re: Version mismatches - upgrade on Ubuntu 22.04 from rdiff-backup 2.0.5 to 2.2.2 or 2.2.6

2024-02-15 Thread Dominic Raferd
-> /opt/rdiff-backup-2.2/rdiff-backup Le jeu. 15 févr. 2024, à 07 h 32, Dominic Raferd a écrit : Thanks Eric and Patrik. Patrik, on a client (running Ubuntu 22.04) I added your repo (for rdiffweb) per the instructions at your website (option 1), but running apt upgrad

The Verification Treadmill

2024-02-15 Thread Dominic Raferd
I wondered if those who know the rdiff-backup code from the inside can confirm or correct my understanding about verification of rdiff-backup repositories, which is as follows: 'rdiff-backup verify' verifies the integrity of all files/directories (etc) in a single backup session at the specifi

Re: The Verification Treadmill

2024-02-16 Thread Dominic Raferd
On 15/02/2024 20:05, Robert Nichols wrote: On 2/15/24 09:47, Dominic Raferd wrote: ...snip... So the only way to be confident about *all* the data in a repository is to use 'rdiff-backup verify' to verify each and every backup session in each repository; and this includes verifying t

Re: The Verification Treadmill

2024-02-17 Thread Dominic Raferd
On 17/02/2024 03:14, Robert Nichols wrote: On 2/16/24 08:44, Dominic Raferd wrote: Until then, I am interested in your parallel processing approach. Presumably you start 8 parallel rdiff-backup verify sessions for datetime points -1 to -8 (and then, when they are all complete, -9 to -16, -17

Re: Encrypt

2024-02-26 Thread Dominic Raferd
On 26/02/2024 00:07, Jonathan Hutchins wrote: Is encryption an option for rdiff-backup? Not in itself, but you can run rdiff-backup on a system with block device encryption such as LUKS + dm-crypt, and at the time of writing this is offered as an option ('encrypt with LUKS') when installing U

Re: Version mismatches - upgrade on Ubuntu 22.04 from rdiff-backup 2.0.5 to 2.2.2 or 2.2.6

2024-03-07 Thread Dominic Raferd
à 07 h 00, Dominic Raferd a écrit : Hi Patrik can you add my email address to your Rdiffweb google group? For technical reasons I can't subscribe myself. Regards Dominic

Re: 2.2.2-1 on Debian 10

2024-03-27 Thread Dominic Raferd
For Debian/Ubuntu you can use Patrik's repo. Follow instructions at https://nexus.ikus-soft.com/repository/archive/rdiffweb/2.8.9/doc/installation.html#option-1-debian-ubuntu-repository to add the Debian/Ubuntu repository. You can then add Rdiffweb as suggested but you can also add latest'n'gr

[rdiff-backup-users] Force a regression of rdiff-backup archive

2009-06-09 Thread Dominic Raferd
I have a problem that a repository which 3 days ago occupied 26G has mushroomed to 44G. The reason is that one night the backup seems to have gone badly wrong, thinking the source data was missing, then the next night it was all okay again - so it generated lots of diffs for files that had gone

Re: [rdiff-backup-users] What dirs can be excluded on a full linux image?

2009-06-25 Thread Dominic Raferd
bart wrote: What directories can be excluded when doing a full linux backup image which could be restored and run on a new blank disk? A more appropriate package for this purpose is mondo - http://www.mondorescue.org - if it supports your distro. Dominic _

Re: [rdiff-backup-users] still the problem to backup linux system to windows

2009-06-26 Thread Dominic Raferd
Wei, Xiaohai wrote: I want to backup a whole linux system to windows for restoring the system from windows to linux later. I successfully installed native rdiff-backup on windows xp and it can backup linux data to windows folder. But it seems failed if there is symlink in the linux system. E

Re: [rdiff-backup-users] still the problem to backup linux system to windows

2009-06-26 Thread Dominic Raferd
Wei, Xiaohai wrote: Dominic, thanks for your reply. I have a solution to recover from disaster which can restore the system to factory default. After that, I want to restore the system to latest or earlier version. I can achieve it in linux <-> linux way. I can back up the whole system to a L

Re: [rdiff-backup-users] unable to recover from interrupted backup

2009-08-25 Thread Dominic Raferd
Ben Tucker wrote: I had a machine fail in the midst of backing up a couple weeks ago and ever since I have been unable to get it to successfully backup. rdiff-backup --check-destination-dir runs without error, but then running the actual backup command results in an exception. I'm running 1.2.8

Re: [rdiff-backup-users] A bug in rdiff-backup with changing files

2009-08-25 Thread Dominic Raferd
Josh Nisly wrote: One of my clients encountered an interesting bug in rdiff-backup - under certain conditions, if a file changes while it is being backed up, rdiff-backup throws an unhandled exception... I can't help on the main problem, but as a workaround (and a better approach anyway), users

Re: [rdiff-backup-users] A bug in rdiff-backup with changing files

2009-08-25 Thread Dominic Raferd
Josh Nisly wrote: One of my clients encountered an interesting bug in rdiff-backup - under certain conditions, if a file changes while it is being backed up, rdiff-backup throws an unhandled exception... I can't help on the main problem, but as a workaround (and a better approach anyway), users

Re: [rdiff-backup-users] unable to recover from interrupted backup

2009-08-25 Thread Dominic Raferd
Ben Tucker wrote: I had a machine fail in the midst of backing up a couple weeks ago and ever since I have been unable to get it to successfully backup. rdiff-backup --check-destination-dir runs without error, but then running the actual backup command results in an exception. I'm running 1.2.8

  1   2   3   >