TW
TW
#937 suggested supporting .gitignore which is somehow the same basic idea.
@guedressel don't think so.
@ostrokach maybe have a look at the "--pattern" changes in master branch. check if it already does what you need. if not, it maybe could be added. this stuff is...
I'ld rather not call a script. borg often runs as root and calling external scripts can be a security issue.
Maybe I misunderstood your suggestion. Calling one specific, admin-configured script is not a problem usually (as the admin is responsible for having safe permissions on that), but if we would...
This is the flags mapping currently used by borg: ``` BSD_TO_LINUX_FLAGS = { stat.UF_NODUMP: FS_NODUMP_FL, stat.UF_IMMUTABLE: FS_IMMUTABLE_FL, stat.UF_APPEND: FS_APPEND_FL, stat.UF_COMPRESSED: FS_COMPR_FL, } ``` In the archived `item.bsdflags`, it always stores...
Note: - as we call `set_flags` rather late for each file in `borg extract`, I had to remove FS_COMPR_FL support: that only works if the flag is set before writing...
@CendioHalim can you have a look, please?
Locally on my macbook, using safari (first 2finger tap / right click, then 1finger tap / left click) to access the unixpapa test page: ``` mousedown which=3 button=2 buttons=0 contextmenu...
Accessing the Proxmox console (noVNC 1.5.0) from macOS/safari, windows 11 VM with firefox, accessing the test page from within the VM: ``` mousedown which=3 button=2 buttons=2 mouseup which=3 button=2 buttons=0...