mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #586] Rename & edit permission w/o delete permission? #346
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @snottzoid on GitHub (May 31, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/586
WARNING:
This is my first time writing to anyone on GitHub. I apologize if this is not the place to ask this question.
QUESTION:
I noticed that this app has the ability to allow all changes to a remote file. Is it possible to allow a remote file to be edited and/or renamed without being deleted? In other words, is there a setting that will allow files to be remotely edited and renamed but not deleted?
(now that I say that out loud, I realize that the ability to edit a file is ultimately the ability to delete it, but I’m still interested in any thoughts anyone may have. How about renaming permission without delete permission?)
@sigoden commented on GitHub (Jun 9, 2025):
Renaming is essentially deleting the old and creating a new one.