pgporada / autoshred

Shred wrapper
GNU General Public License v3.0
23 stars 9 forks source link

Replacing nwipe with shred #1

Closed lawrencesystems closed 8 years ago

lawrencesystems commented 8 years ago

Replacing nwipe with shred command instead. On the raspberry pi nwipe will randomly lock up when shredding multiple hard drives at the same time.

pgporada commented 8 years ago

Thanks for letting me know! I believe my plan of action is going to be specifying the wiping utility in the config file. If I do that, the flags for that utility would need to be defined as well. Regardless, the config file will have an example.

pgporada commented 8 years ago

Done!