'Progress' command in Puppy?

Using applications, configuring, problems
Post Reply
Message
Author
Penguinman007

'Progress' command in Puppy?

#1 Post by Penguinman007 »

There is a linux command called progress that can be used on pipes.

http://graflex.org/klotz/software/progress/


is it available for puppy ?

I can't use rpm files (too difficult), is there a dot pup with this perhaps.

The reward will be a nice script that can ghost harddisks to and from the network using puppy via samba file share.

Guest

#2 Post by Guest »

Here you go...compiled on puppy for puppy....

Extract the binary to anywhere you want
Attachments
progess-bin.tar.gz
Progress-1.0
(2.59 KiB) Downloaded 332 times

GuestToo
Puppy Master
Posts: 4083
Joined: Wed 04 May 2005, 18:11

#3 Post by GuestToo »

progress seems to work in Puppy
it prints dots from the the command line

for example, this demo seems to work:

cat /dev/hdc | ./progress -m 10 > /dev/null

penguinman007

Thanks Bladerunner

#4 Post by penguinman007 »

Ill give it a whirl thanks

penguinman007

'Progress' command works while cloning harddisks

#5 Post by penguinman007 »

I'm using puppy to clone harddisks:

1. Use samba to mount a drive on the network

2. copy the harddisk to an image:
dd if=/dev/hda | progress | gzip /root/mnt/NETWORK_SVR/mount_folder/image.gz



3. copy the image to a harddisk:
dd if=/root/mnt/NETWORK_SVR/mount_folder/image.gz|progress|gunzip >/dev/hda



Ive used it successfully without the progress or gzip, am just in the process of trying the above, should work though..

Good way to clone any hard disk (eg NTFS, FAT, whatever).

Can progress display bytes copied instead of dots ?

Post Reply