aboutsummaryrefslogtreecommitdiff
path: root/bin/backup-usb32.sh
blob: 6dd038f4ddf7694837a2d445f17cd71308b84c99 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

rsync -az -u -v /mnt/32 ~/Documents/32.bak/

# --archive, -a            archive mode is -rlptgoD (no -A,-X,-U,-N,-H)
# --compress, -z           compress file data during the transfer
# --update, -u             skip files that are newer on the receiver
# --verbose, -v            increase verbosity