Deleting the folders before backup is what is currently done. Thanks for your time.
Posts made by relaxn
-
RE: Proget Docker Nuget creating extra empty folder with different case.posted in Support
-
Proget Docker Nuget creating extra empty folder with different case.posted in Support
Running Proget 5.2.26 (Build 2) in Docker.
The
/var/proget/packagesfolder is connected via volume to a folder on the host. The folder on the host is on anext4filesystem, which is case sensitive. There is a Nuget feed, with a feed connector to chocolatey.org. The disk path is left at default,/var/proget/packages/.nugetv2/F1When the the GoogleChrome package is pulled to the local cache, there are two folders created in the disk path. Both
GoogleChromewith the nupkgs and a emptygooglechrome, both in/var/proget/packages/.nugetv2/F1.This is problematic when trying to backup the packages as the backup does not have case sensitivity, and therefore fails to backup the
GoogleChromefolder with the nupkgs.The empty folder also appears when uploading a new version via the drop path.