-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Preserve symbolic links on local storage #29915
Copy link
Copy link
Open
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: external storagefeature: filesystemhotspot: filename handlingFilenames - invalid, portable, blacklisting, etc.Filenames - invalid, portable, blacklisting, etc.
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancementfeature: external storagefeature: filesystemhotspot: filename handlingFilenames - invalid, portable, blacklisting, etc.Filenames - invalid, portable, blacklisting, etc.
Type
Fields
Give feedbackNo fields configured for issues without a type.
How to use GitHub
Is your feature request related to a problem? Please describe.
I'm always frustrated when i try backing up symlinks using
docker-compose exec --user www-data app php occ files:scan --allbecause it go to location of file and scan it instead of uploading the symlink as is (text file with location of real location?)Describe the solution you'd like
treat symlinks as textfiles maybe and upload them?
Describe alternatives you've considered
I enabled backup up links in my config.php ('localstorage.allowsymlinks' => true,)
Additional context
My use case is backing up my files (including .wine dir which uses sym links in z:\ that leads to my root dir)