Simple bash tools that aim to help transfer files to USB Drive and monitor their syncing progress.
Solving, so called, USB-stick stall problem (when files aren't fully copied even though they appear so on USB Drive).
Requirements:
rsync
(for file transfer progress)
Tools available:
usbcp
- USB Drive enhanced copyusbmv
- USB Drive enhanced moveusbdd
- USB Drive enhanced ISO image writing tool
Clone the repo:
git clone git@github.com:satk0/usbdrivetools.git
Symlink scripts to ~/.local/bin/
(run from project directory):
ln -s "$PWD"/scripts/* ~/.local/bin/
Made with Love ❤️