I hereby claim:
- I am ricardomiguelfaria on github.
- I am ricardofaria (https://keybase.io/ricardofaria) on keybase.
- I have a public key whose fingerprint is 69EA A468 B3F7 DAB3 C9ED 9B11 6B74 AC70 AFF0 416A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/sh | |
if [[ $# -eq 0 ]]; then | |
echo "Usage: $0 <backup_dir>" | |
exit | |
fi | |
destination=$1 | |
if ! type "pv" > /dev/null; then | |
echo 'pv' command not found on your system, install it to get a nice progress indicator... | |
else |