Re: [Dirvish] Backup Drive Failure

2010-11-04 Thread madworm_de . dirvish
On 04.11.2010 18:26, Paul Slootman wrote: > On Thu 04 Nov 2010, Rich Shepard wrote: > >> Good local vendors are worth the higher prices we pay because the service >> can be outstanding. 'can' is such a devilish little word. I agree the service should be outstanding, but quite often it is not.

Re: [Dirvish] Backup Drive Failure

2010-11-04 Thread madworm_de . dirvish
On 04.11.2010 18:41, Dale Amon wrote: > I've had USB connected drives appear to be failing > but then work fine after powering down and reconnecting > them. > > I've also had a drive that did not have good enough > air flow and appeared to have failed... but after I > got another cooling fan in the

Re: [Dirvish] slow file transfers

2011-02-22 Thread madworm_de . dirvish
Do you use local transport, or is the data pumped through SSH ? dirvish.conf / default.conf > client: [username@]client_name (S) >specify a client to back up. > > Setting this to the same value as hostname will cause dirvish > to do a local copy and stay off the

Re: [Dirvish] slow file transfers

2011-02-22 Thread madworm_de . dirvish
On 02/22/2011 06:39 PM, Paul Slootman wrote: > On Tue 22 Feb 2011, Dave Howorth wrote: >> Some basic parameters for the two filesystems and two others that are >> involved in my tests are: >> >> data2.0 TB, xfs, part of 4 disk md RAID10 >> backup 1.2 TB, reiserfs, part of 3 disk 3ware 965

Re: [Dirvish] Dirvish and Strato Hi-Drive?

2012-01-04 Thread madworm_de . dirvish
If it supports rsync with ssh transport, you should at least be able to duplicate/push your local backup to their site, once the local backup is complete. I do the reverse with my webserver, pulling its backups to my local removable disk. But I guess you'd like to immediately store the backup t

Re: [Dirvish] dirvish-runall

2012-06-19 Thread madworm_de . dirvish
On 06/19/2012 01:13 PM, Terry wrote: > On one of the servers I can't seem too get dirvish-runall too work. > If I run it from cron if runs and I get an email like so > > > 11:39:00 dirvish --vault myvault > 11:39:00 done > > but no directory is created. Is the PATH variable set in the cron fil

Re: [Dirvish] Explanation Needed of Error Message -- Update

2012-08-12 Thread madworm_de . dirvish
On 08/12/2012 03:46 PM, Rich Shepard wrote: > On Thu, 9 Aug 2012, Rich Shepard wrote: [...] >If so, please remind me how I get the UUID for the new drive to replace > the apparently defunct one in /etc/fstab. ls -l /dev/disk-by-uuid/ or as root: blkid /dev/

Re: [Dirvish] Error message on new server setup

2012-10-18 Thread madworm_de . dirvish
> Time/ParseDate.pm You need to install this perl module: Time::ParseDate Either using your package manager or CPAN. ___ Dirvish mailing list Dirvish@dirvish.org http://www.dirvish.org/mailman/listinfo/dirvish

Re: [Dirvish] Error message on new server setup

2012-10-18 Thread madworm_de . dirvish
On 10/18/2012 04:06 PM, Rolf-Werner Eilert wrote: > Ok, thank you. I found this module in a package named perl-Time-modules. > Hope it will run... > > Is there a way to test it? > > Otherwise I'll read the root mail tomorrow morning... :-) > > Rolf "dirvish --dry-run" or "dirvish-runall --dry-

Re: [Dirvish] expire rules

2014-07-24 Thread madworm_de . dirvish
On 07/24/2014 10:03 AM, Terry wrote: > # keep every friday for 60 days > # every 1st month 6 months > > expire-rule: > wday { friday } +60 days > mday { 1 } +6 months > > expire-default: +30 day expire-default: +30 days typo? My rule set looks like this (master.conf): expire-rule:

Re: [Dirvish] pre & post scripts

2015-10-12 Thread madworm_de . dirvish
On 10/12/2015 01:20 AM, Bjorn wrote: > I noticed that quite some time ago, someone brought up the problem: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559660 Oh, how time flies... I guess this might be used if it can be shown that it doesn't break anything.