Hullo there,
I'm trying to find out why dirvish is running the rsync call twice in one take?
Server is running debian linux. The file /etc/dirvish/dirvish-cronjob
is called from cron.d, and dirvish-cronjob uses master.conf.
All are pretty standard, and haven't changed.
>From the same cronjob, I
2008/7/18 Dave Howorth <[EMAIL PROTECTED]>:
> Jenny Hopkins wrote:
>> Hullo there,
>>
>> I'm trying to find out why dirvish is running the rsync call twice in one
>> take?
>
> Hmm, my crystal ball is a little fuzzy this morning ...
>
> Perhaps
2008/11/6 Quentin Hartman <[EMAIL PROTECTED]>:
> I know Keith doesn't like them, but I prefer to have my backups run via push,
> rather than pull. I prefer this because I can have the backup job run as a
> privileged user (necessary to read all the files) locally but then connect to
> the backup
Hi,
I want to exclude all directories and subdirectories that are called /dev/
My backup contains a lot of development work on other hardware, and
I'm finding the backup is reporting failed due to trying to back up
non-regular files, e.g.
IO error encountered -- skipping file deletion
skipping n
2009/2/23 Dominik Schulz :
> Am Montag 23 Februar 2009 12:28:29 schrieb Paul Slootman:
>> On Mon 23 Feb 2009, Jenny Hopkins wrote:
>> > I want to exclude all directories and subdirectories that are called
>> > /dev/
>> >
>> > My backup contains a l
Hullo there,
I've got a vault that has an average image size of 30G. The entire
vault, consisting of 24 images, however, has a size of 70G.
There have not really been many changes in this image since the first
one in the vault, and I'm suprised the size of the whole vault is not
much closer to
2009/10/1 Przemek Klosowski :
> On Thu, Oct 1, 2009 at 7:44 AM, Jenny Hopkins
> wrote:
>>
>> Hullo there,
>>
>> I've got a vault that has an average image size of 30G. The entire
>> vault, consisting of 24 images, however, has a size of 70G.
>>
>
2009/10/1 Paul Slootman :
> On Thu 01 Oct 2009, Przemek Klosowski wrote:
>> >
>> The 'du' command is taking into account hardlinks so if you do 'du -s *' in
>> your images directory, it'll tell you which images are larger than you
>> think. You can then drill down ( cd whateverDir; du -s * ) to
2009/10/1 Przemek Klosowski :
>> Surely, though, the du will tell me the size of image but not what
>> nodes were used? So each size will be about 30G but half of them
>> could be on different nodes?
>
>
> What do you mean by 'nodes'? is your vault spread over multiple computers or
> remote filesy
2009/10/1 Przemek Klosowski :
> Total 75.4 GB, which is what you reported. Something must have
> happened on Aug 30 that caused Dirvish to back up a lot of data.
> Maybe look at ls -liR 20090830, and look for files that have a small
> link count in the third column---those are the unique copies t
2009/10/2 Przemek Klosowski :
> On Thu, Oct 1, 2009 at 5:41 PM, Jenny Hopkins wrote:
>> 27093038 -rw-r--r-- 25 root root 15064 2008-01-03 15:34 a2ps.cfg
>>
>> Is the link count here 25? If so, does this mean that 25 links to this file
>> exist?
>
>
2009/10/2 Paul Slootman :
>> So that when image 20090705 is deleted, the du for 20090712 will show 31.9G?
>
> No. Maybe, but you just can't tell from the info given.
> The "log" file I referred to earlier gives all the necessary info...
>
I think perhaps the log file for the large change in 200908
2009/10/2 Paul Slootman :
> On Fri 02 Oct 2009, Jenny Hopkins wrote:
>> 2009/10/2 Paul Slootman :
>> >> So that when image 20090705 is deleted, the du for 20090712 will show
>> >> 31.9G?
>> >
>> > No. Maybe, but you just can't tell from t
2009/10/2 Paul Slootman :
> On Fri 02 Oct 2009, Eric Smith wrote:
>>
>> While I definitely agree that looking at the logfiles is helpful,
>> remember that an image (call it C) might have contained few delta files
>> when it was created, because the files were in a previous image B, but
>> not in an
Hullo Dirvish,
I've got a backup of an ubuntu system running gnome desktop
environment that won't complete the cycle, do a chmod and write to the
history file because of one file:
rsync: readlink_stat("/home/laurie/.gvfs") failed: Permission denied (13)
rsync error: some files could not be transf
2009/10/8 Loren M. Lang :
> Jenny Hopkins wrote:
>> Hullo Dirvish,
>>
>> I've got a backup of an ubuntu system running gnome desktop
>> environment that won't complete the cycle, do a chmod and write to the
>> history file because of one file:
>
2009/12/7 JW :
> I'm in the process of moving some dirvish vaults to a new server, and I want
> to move just one, or in some cases a couple "days" worth of data from the old
> server's valuts, and then start from there with new daily incremental
> backups.
>
> I assume I'll need to recreate the dir
On 5 March 2010 13:36, Paul Slootman wrote:
> On Fri 05 Mar 2010, Frederik Braun wrote:
>
>> I just tried again, it appears that my exclude-statement appears to be
>> incorrect - it still looks at .gvfs.
>> These are my entries:
>> /home/chosenone/.gvfs
>> /home/chosenone/.gvfs*
>
Hullo,
I'm having problems with making a backup of an lvm partition on a xen server.
I have a working script that creates an lvm snapshot of the partition
and mounts it. In the dirvish cronjob script I have placed the script
to run before dirvish expire and dirvish runall is called, then the
same
On 16 July 2010 07:37, JPH wrote:
> Why not use some of the standard hooks in the dirvish.conf?
>
> pre-server pre-client post-client post-server
> Check the dirvish docs:
> http://www.dirvish.org/FAQ.html#pre_and_post_configuration_scripts
>
> JP
>
Fantastic, that's probably the hint i need! (
On 15 July 2010 00:20, Eric Searcy wrote:
> Last thought would be to switch to post/pre-server commands for the vault in
> question (assuming a local dirvish backup from the looks of it? ... otherwise
> pre/post-client). Would be "cleaner" if you have other vaults to backup that
> don't need
On 20 July 2010 13:33, Dave Howorth wrote:
> Jenny Hopkins wrote:
>> The shell script to create and mount an lvm partition before the
>> dirvish backup runs for this vault is working very well, being called
>> as a pre-client command from the conf local to that vault. the
&
On 21 July 2010 10:09, Jenny Hopkins wrote:
> On 20 July 2010 13:33, Dave Howorth wrote:
>> Jenny Hopkins wrote:
>>> The shell script to create and mount an lvm partition before the
>>> dirvish backup runs for this vault is working very well, being called
>>&
On 23 October 2010 00:32, Przemek Klosowski wrote:
> On Fri, Oct 22, 2010 at 1:36 PM, Rich Shepard
> wrote:
>
>> Since I need to install Slackware-13.0 on the new drive, and it was
>> installed on the existing main drive only a couple of days ago, I'll just
>> 'cp -R ...' from the existing dri
On 4 November 2010 13:30, Rich Shepard wrote:
> I have the invoice here: purchased 2 December 2009. It's a WD drive so
> certainly still under warranty.
>
Funnily enough, I have had TWO WD 500GB drives used for back-up
storage fail in the last 12 months. Housed internally, developed i/o
erro
On 4 November 2010 17:47, Rich Shepard wrote:
> I don't think the drive is resting; it's deceased.
>
As in "The only reason it stays on its perch is because it's screwed there"?
Jenny
___
Dirvish mailing list
Dirvish@dirvish.org
http://www.dirvish.o
On 6 November 2010 18:10, Dale Amon wrote:
> Has anyone else run across this headache?
>
> sending incremental file list
> rsync: readlink_stat("/home/amon/.gvfs") failed: Permission denied (13)
> FATAL I/O ERROR: dying to avoid a --delete-during issue with a pre-3.0.7
> receiver.
> rsync error:
On 4 March 2011 23:00, hanj wrote:
> Hello All
>
> I've been backing up one of my linux servers for years. Last night out
> of the blue, it's thinking that my /home partition (which is a separate
> drive) needs to be completely backed up. It's very odd, I looked at the
> backups prior and only a f
On 23 July 2012 20:04, James Stanley wrote:
> Hi Keith,
>
> I've not noticed any problems with the dirvish site (though I don't
> visit it particularly often), but you may find that you have better luck
> using robots.txt to prevent all robots from indexing the large videos,
> but still allow them
On 16 October 2012 09:28, Cédric Gérard wrote:
> Hi,
>
> I am new user of dirvish, my english is not good, sorry for that.
>
> I have installed dirvish by a simply apt-get, on a debian squeeze
>
> dirvish version 1.2
>
> When I invoke
>
> dirvish --vault mybackup
>
> it's work perfectly, my backup
Hi,
Has anybody got an exclude list I can have a look at that allows
cherry-picking files and folders with the use of + and -?
Thanks,
Jenny
___
Dirvish mailing list
Dirvish@dirvish.org
http://www.dirvish.org/mailman/listinfo/dirvish
On 25 October 2017 at 08:35, H Oli wrote:
> Hi,
>
> there was a q. like yours ...
>
> to see:
> http://www.dirvish.org/pipermail/dirvish/2016-March/002964.html
>
> a bit simple, but you can start from it...
>
Ah great - this is the sort of thing I was looking for. Surprisingly
hard to get the r
On 25 October 2017 at 09:38, Paul Slootman wrote:
> You probably also need some real excludes, otherwise these won't have
> any effect (everything is included by default).
>
> Presumably something like:
>
> exclude:
> + /etc/
> + /etc/**
> + /backup/
> + /backup/di
On 28 October 2017 at 12:17, Jenny Hopkins wrote:
> On 25 October 2017 at 09:38, Paul Slootman wrote:
>
>> You probably also need some real excludes, otherwise these won't have
>> any effect (everything is included by default).
>>
>> Presumably something lik
On 30 October 2017 at 21:08, Richard Hector wrote:
> On 29/10/17 01:04, Jenny Hopkins wrote:
>> The worst culprit for filling up disk
>> space unnecessarily are the hidden stuff in a users home directory
>> that change constantly, like firefox directories and imap mail fold
Hello,
Is it possible to change the options passed to rysnc when dirvish
runs? I want to get rid of the -x as it seems to be preventing
dirvish from backing up /dev/mapper/home directory.
Thanks,
Jenny
___
Dirvish mailing list
Dirvish@dirvish.org
http
but also for any pre-client and post-client
> commands.
>
> ###
>
> --
> Olivér
>
> 2017-10-31 22:11 GMT+01:00 Jenny Hopkins :
>> Hello,
>>
>> Is it possible to change the options passed to rysnc when dirvish
>> runs? I want to get rid of the -x as it s
On 1 November 2017 at 08:43, Jenny Hopkins wrote:
> On 1 November 2017 at 06:30, H Oli wrote:
>> Hi Jenny,
>>
>> Yes, of course
>>
>> from the man (dirvish.conf):
>> ###
>>rsh: command (S)
>> Remote shell utility.
>>
Hello,
Does anyone know where dirvish is told to find the --link-dest image
at runtime? I've got several vaults which all use the image from the
previous day, but then one awkward one, which seems to be selected an
image from 2 weeks previously. All share the same master config, and
I can't see
On 25 November 2017 at 09:50, Jenny Hopkins wrote:
> Hello,
>
> Does anyone know where dirvish is told to find the --link-dest image
> at runtime? I've got several vaults which all use the image from the
> previous day, but then one awkward one, which seems to be selected an
On 25 November 2017 at 13:42, Paul Slootman wrote:
> On Sat 25 Nov 2017, Jenny Hopkins wrote:
>> On 25 November 2017 at 09:50, Jenny Hopkins wrote:
>> > Hello,
>> >
>> > Does anyone know where dirvish is told to find the --link-dest image
>> > at ru
Keith - sorry to hear about your health, and thanks for running the
site for all these years. George - thanks for offering to take over.
Let me know if you need any help.
Jenny
On 1 January 2018 at 19:54, George wrote:
> I am a sysadmin by profession with 10+ years of experience so I have the
>
On Mon, 15 Apr 2019 at 22:42, Rich Shepard wrote:
>
> On Mon, 15 Apr 2019, Christian Kranich wrote:
>
> > As the project seems not too active currently I am asking myself if - it
> > is quiet because it is simply smoothly running where it is used or -
> > Simply almost nobody is using it anymore?
43 matches
Mail list logo