Deleting the folders before backup is what is currently done. Thanks for your time.
Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Posts
-
RE: Proget Docker Nuget creating extra empty folder with different case.
-
Proget Docker Nuget creating extra empty folder with different case.
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.