Development Cycle

Binary Bits and Pieces

  • About Anthony Mills

Tag: linux

Watching the progress of a dd action

22 June 2012
Anthony Mills
No Comments

dd is one of those indispensable Unix / Linux utilities whether its cloning or wiping a drive or simply creating a bootable flash drive from an image file. The problem is operations like wiping a drive with the output from /dev/zero can take an extremely long time especially on larger…

Read More

Near Realtime File Replication With Lsyncd

21 July 2011
Anthony Mills
2 Comments

Ever wanted real time backups ofย  directories on your server? To replicate static media files for a website to a separate box to reduce load? An easy solution lays with lsyncd it allows you to watch a directory structure on your file system, and replicate any changes on a remote…

Read More