Hi Guys,
I'm backing up my all Linux clients in the house to an old pc backup server running 10.1-RELEASE-p24 with rsync(1) (freebsdFreeBSD box seems to be indicating it's full but the amount of data being backed up on the clients only amounts to less than 40GB. The disk capacity on the target box is 140GB as indicated by
Thanks for your help,
Andy
I'm backing up my all Linux clients in the house to an old pc backup server running 10.1-RELEASE-p24 with rsync(1) (
rsync -avp /home/username/ root@bkupbox:/home/username) and all works as it should. However, what puzzles me is that the disk on the df -h
Code:
Filesystem Size Used Avail Capacity Mounted on
/dev/ada0p2 140G 134G -5.1G 104% /
devfs 1.0K 1.0K 0B 100% /dev
Thanks for your help,
Andy