4
Aldar
5y

Stupid shell globbing! I always forget that * does not include hidden files, then get all surprised that a 1:1 copy doesn't work the same, ugh!

I need to learn to use rsync dir-from/ dir-to/ instead of rsync ./* dir-to/...

Comments
Add Comment