>
> Thanks Will,
>I have fixed this now to automount the USB drive, which is better
> because it means the backup is made.
> Thanks anyway,
>Bill
>
> On Wed, 2010-02-10 at 15:17 -0500, arag...@dcsnow.com wrote:
>> >* I did not regard and of the /media/ directories as par
William John Murray wrote:
>* The autobackup rsync looks for and fails to find /media/backup
> - so it makes a new one WHICH IS in /
See the positive side.
You unknowingly had an extra backup for some time. :-)
(but, being on the same disk as the original data, it was a poor one)
Thanks Will,
I have fixed this now to automount the USB drive, which is better
because it means the backup is made.
Thanks anyway,
Bill
On Wed, 2010-02-10 at 15:17 -0500, arag...@dcsnow.com wrote:
> >* I did not regard and of the /media/ directories as part of / so
> > m
On Thu, Jan 21, 2010 at 5:01 AM, William John Murray
wrote:
> Any more ideas? I guess I could copy the filesystem contents to
> another disk and back, I have the space for that, but it seems a little
> over-the-top. And it may well come back...
That would have the added benefit of completely de
>* I did not regard and of the /media/ directories as part of / so
> missed it.
>
> So now I better fix the mounting of USB drives with /etc/fstab,
Hi Bill,
I created a label for my backup device/partition. Then I wrote this into
my backup script:
mount -L Backup /home/data/backup
RETUR
William John Murray wrote:
> On Wed, 2010-01-20 at 07:49 +0100, William John Murray wrote:
> Thanks to everyone,
> I found it, using the idea of making a tar file - thanks
> Mogens. [I don't know why booting of a USB system didn't have the same
> affect. Maybe I was careless]
>The tar
On Wed, 2010-01-20 at 07:49 +0100, William John Murray wrote:
> Hello all,
> Can anyone help me with a disk usage problem? I have a disk
> partition of 65GB in LVM; df says:
>
> /dev/dm-0 65570580 60494828 1744888 98% /
>
> However, if I use either du or Baobab they recko
On 01/20/2010 07:49 AM, William John Murray wrote:
>
> Hello all,
> Can anyone help me with a disk usage problem? I have a disk
> partition of 65GB in LVM; df says:
>
> /dev/dm-0 65570580 60494828 1744888 98% /
>
> However, if I use either du or Baobab they reckon the
William John Murray wrote:
> Any more ideas? I guess I could copy the filesystem contents to
> another disk and back, I have the space for that, but it seems a little
> over-the-top. And it may well come back...
> Bill
Ooops. The script I just posted doesn't work properly.
Try this one.
> On Wed, 2010-01-20 at 07:49 +0100, William John Murray wrote:
>> > Hello all,
>> >Can anyone help me with a disk usage problem? I have a disk
>> > partition of 65GB in LVM; df says:
>> >
>> > /dev/dm-0 65570580 60494828 1744888 98% /
>> >
>> > However, if I use eit
William John Murray wrote:
> On Wed, 2010-01-20 at 07:49 +0100, William John Murray wrote:
>> Hello all,
>> Can anyone help me with a disk usage problem? I have a disk
>> partition of 65GB in LVM; df says:
>>
>> /dev/dm-0 65570580 60494828 1744888 98% /
>>
>> However, if I
On 01/21/2010 02:23 PM, Mogens Kjaer wrote:
> tar c --one-file-system -f - .|dd of=/dev/null bs=1M
Hm, I forgot the -S option:
# df -h
FilesystemSize Used Avail Use% Mounted on
/dev/mapper/vg_mk-lv_root
222G 48G 163G 23% /
# tar c --one-file-system -S -f -
On 01/21/2010 02:01 PM, William John Murray wrote:
...
> Any more ideas?
What happens if you read the whole file system:
cd /
tar c --one-file-system -f - .|dd of=/dev/null bs=1M
dd should tell you the size of the generated tar
archive.
It may take a while...
Mogens
--
Mogens Kjaer, Carl
On Wed, 2010-01-20 at 07:49 +0100, William John Murray wrote:
> Hello all,
> Can anyone help me with a disk usage problem? I have a disk
> partition of 65GB in LVM; df says:
>
> /dev/dm-0 65570580 60494828 1744888 98% /
>
> However, if I use either du or Baobab they recko
On 10-01-20 01:49:37, William John Murray wrote:
>
> Hello all,
> Can anyone help me with a disk usage problem? I have a disk
> partition of 65GB in LVM; df says:
>
> /dev/dm-0 65570580 60494828 1744888 98% /
>
> However, if I use either du or Baobab they reckon the di
On 10-01-20 12:51:30, Rick Stevens wrote:
...
> ... Also keep in mind that du and df look at "sparse"
> files differently. df shows what's been allocated and du shows what's
> actually used.
Are you sure that those two things are different? See du's --apparant-
size option (not the default), and
On 01/19/2010 10:49 PM, William John Murray wrote:
>
>Hello all,
> Can anyone help me with a disk usage problem? I have a disk
> partition of 65GB in LVM; df says:
>
> /dev/dm-0 65570580 60494828 1744888 98% /
>
> However, if I use either du or Baobab they reckon the d
On 01/20/2010 07:49 AM, William John Murray wrote:
>
>Hello all,
> Can anyone help me with a disk usage problem? I have a disk
> partition of 65GB in LVM; df says:
>
> /dev/dm-0 65570580 60494828 1744888 98% /
>
> However, if I use either du or Baobab they reckon the d
18 matches
Mail list logo