add dry-run mode and -u|--uuid for disk uuid instead of hard-coded sdN #16
Reference in New Issue
Block a user
Delete Branch "hominhquan/master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's to have:
(1) -n|--dry-run in RSYNC_OPTIONS
(2) -u|--uuid indicating a disk UUID instead of hard-coded sdN (in case of using cron job and disk table changed after power down => very very dangerous).
Using blkid command to query disk label based on UUID is more tolerant.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.