rawtaz

Results 256 comments of rawtaz

There's a lot of talk about detecting file changes. That's probably the easiest part, what's arguably more important is how this would work with the way restic is currently designed...

@tim-seoss You can already do this outside of restic. Use some tool that records relevant file changes. Have it build a list of files to back up and run restic...

When it has hung, can you send a `SIGABRT` signal to the restic process and share the result here? The Go runtime will abort and print a stack trace of...

That makes sense. I was also wondering if that file is really needed, I guess it can have some value in being backed up, but it shouldn't be the main...

`--exclude-gitignores` is more coherent with the existing exclude options.

Have you read https://restic.readthedocs.io/en/stable/100_references.html?highlight=lock#locks ?

What is the actual use case? Why is this IYO needed?

I just started looking into using restic with Azure and it became pretty apparent that a Secure Access Token for a Container in the blob storage, combined with a Shared...

> But I am not sure if it needs to be able to delete or overwrite data on the repository. Generally speaking, restic only adds new files to the repository...

@FelixBurkhard The SAS you try to use, is it an account-level SAS (Shared Access Signature, which you create in the storage account) or is it a container-level SAT (Shared Access...