fgma

Results 40 comments of fgma

@AlexpFr I could but the idea was to replace the backend code with a common abstraction layer used also for webdav or other frontends: https://github.com/restic/restic/pull/2860

I'd really like to finish this but I've not received any feedback yet. I've already asked in https://github.com/restic/restic/pull/2860 because it is related and could share code.

I consider the current state of this PR a tech demo. As I already stated in my initial post: > Basic functionality is working but code needs cleanup and is...

@jdiercks I'd suggest to use the name of the provider instead of its GUID. GUIDs are a somewhat hard to understand for end users.

@hgraeber Implemented in my last commit. Please have a look.

@hgraeber A valid option. I'd add some windows specific code to the error handling to give the user a more specific source of the problem inside the error handling block...

I will look into this in a few days. @MichaelEischer What about os.Symlink()? Will this be fixed or should this PR keep the workaround for now?

@htruong You PR looks good to me. I've tested it using VLC on windows and v4l on linux. I even added 83333 to allow 120 FPS which would be great...

Just for reference: I've did a protoype using cgofuse on windows (where it does not need cgo besides the name) https://github.com/restic/restic/pull/2862

@MichaelEischer Looking into it right now.