dreamteamrepos / bashellite

Like another repository manager you may know, but with the ability to sync more than just rpm mirrors.
MIT License
2 stars 5 forks source link

Updated rsync to fix problem of not downloading symlinks. #35

Closed pcseanmckay closed 6 years ago

pcseanmckay commented 6 years ago

Sync_repository() was updated. For rsync, the 'L' flag was causing rsync to transform symlinks into their respective files/dirs. Removing the flag now causes rsync to download symlinks as symlinks.