Srigovind Nayak

Results 70 comments of Srigovind Nayak

@CircuitCoder Thank you for checking this PR, will review these comments on the weekend and update it.

Hi @ProactiveServices, The reason for this is that, even if one error is reported, the backup is considered to be partial. relevant snippet from `cmd_backup.go` ``` success := true arch.Error...

> nevertheless this is an interesting idea. I have wondered at times whether I have a file backed up and if so which snapshots it might belong to. Including the...

Some references about the topic: 1. [TN3150: Getting ready for dataless files](https://developer.apple.com/documentation/technotes/tn3150-getting-ready-for-data-less-files) 2. [macOS Sonoma has changed iCloud Drive radically](https://eclecticlight.co/2023/10/25/macos-sonoma-has-changed-icloud-drive-radically/) 3. https://news.ycombinator.com/item?id=40769838 > Check if a file is dataless and...

I noticed one thing @hashier, the code snippet you shared works only for files. I tried creating a folder on iCloud Drive in MacOS Sequoia 15.x. added some files in...

This is related to the backup of the Security Descriptors in Windows. Looks like the code handles the error ``` // GetSecurityDescriptor takes the path of the file and returns...

@MichaelEischer need some more time to test. facing some issue during the slsa verification.

@MichaelEischer the changes w.r.t the SLSA provenance is complete. I will update the documentation shortly.

@MichaelEischer I guess you can do a final review and merge this. As for > I am not sure how the build-and-push steps work to upload to Dockerhub. Let me...

> What I'm wondering is how other backup tools handle this situation. I was looking at how `tar` handles it: [Tar - Extended File Attributes](https://www.gnu.org/software/tar/manual/html_node/Extended-File-Attributes.html) > Attribute names are strings...