You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running gitea on Windows Server 2019 with LFS enabled. The command: gitea dump ...
does not include the lfs folder if the folder is not in the default folder (e.g. c:\Program Files\Gitea\data\lfs).
I have my lfs folder in a RAID 1 volume (just like the repos and everything I need to backup) at D:/Gitea/data/lfs and I did set:
LFS_CONTENT_PATH = D:/Gitea/data/lfs
Im not a go expert but by reading the dump.go code looks like it simply includes the folders under c:\Program Files\Gitea\data without checking if the lfs folder is somewhere else. Of course adding a link does not work.