laurent22 / rsync-time-backup

Time Machine style backup with rsync.
3.36k stars 443 forks source link

mod `fn_parse_date`, mismatch version/syntax of `date` #240

Closed cometsong closed 3 years ago

cometsong commented 3 years ago

Since I'm on OSTYPE=darwin19.6.0 (Catalina) and have performed brew install coreutils, the standard /bin/date is symbolically replaced by gdate -> date and thus the fn_parse_date() fails.

So in this commit I've removed the darwin line and renamed darwin8 to catch all.

Also:

laurent22 commented 3 years ago

Looks good, thanks