laurent22 / rsync-time-backup

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

modify mkdir -- >> -p #249

Closed nobutilus closed 2 years ago

nobutilus commented 2 years ago

modify mkdir -- >> mkdir -p

laurent22 commented 2 years ago

There's already a check if the directory exists, and the "--" as a different role than "-p".

nobutilus commented 2 years ago

I'm so sorry, I tried to approve this commit in my fork repository, but it was approved in your repository.

This commit content is to create a log directory by changing the mkdir-- part of line 444 to -p.

Do you want to delete this commit yourself? Or May I delete it?

nobutilus commented 2 years ago

Sorry. This commit wasn't approved, it was completely my misunderstanding. I thought it was approved by myself in your repositry.

please ignore this commit. And thank you for explaining the mkdir -- option. Thank you for your kindness.

laurent22 commented 2 years ago

No problem, you're welcome