date >> tosdb.lastdate
echo -n "starting:"
date
echo "start disk copying..."
/bin/dd if=/dev/sda of=/dev/sdb bs=10240000
echo -n "end dumping:"
date
/bin/sync
/bin/sync
echo "start fscking..."
/sbin/fsck -p /dev/sdb1
/sbin/fsck -p /dev/sdb2
/sbin/fsck -p /dev/sdb5
/sbin/fsck -p /dev/sdb6
/sbin/fsck -p /dev/sdb7
echo -n "end checking:"
date
echo -n "starting:"
date
echo "start disk copying..."
/bin/dd if=/dev/sda of=/dev/sdb bs=10240000
echo -n "end dumping:"
date
/bin/sync
/bin/sync
echo "start fscking..."
/sbin/fsck -p /dev/sdb1
/sbin/fsck -p /dev/sdb2
/sbin/fsck -p /dev/sdb5
/sbin/fsck -p /dev/sdb6
/sbin/fsck -p /dev/sdb7
echo -n "end checking:"
date