Michael Eischer

Results 855 comments of Michael Eischer

What does `stat /var/datastore/private/backup/.zfs/snapshot/restic` and `/var/datastore/private/backup/.zfs/snapshot/restic/some-file` return? How does the `.zfs/snapshot/restic` subpath work? Is that some zfs magic?

Thanks for the details. I've tried to replicate something similar using nested tmpfs mounts, but that behaved just like it should have. Can you run restic as follows to gather...

As far as I understand Windows file permissions, these cannot be easily transferred to a different system. So the easiest "solution" would be to add an options that lets the...

> We could make ignoring permissions during `restore` (and granting basic permissions to the user who execution the command ) a default behavior. Can be discussed for Windows. Although for...

OneDrive is usable via rclone. Judging from feedback in the forum, OneDrive seems to throttle request rates at a problematic rate. > Is there any chance of reconsidering this feature?...

But neither is a compelling reason why restic should add it's own onedrive backend.

> ```shell > $ restic ls latest /data/dir1 > Fatal: All path filters must be absolute, starting with a forward slash '/' > ``` This is a conceptual problem of...

An alternative would be to extend the snapshot summary [`SnapshotSummary`](https://restic.readthedocs.io/en/stable/075_scripting.html#snapshots). That information is available for example via `snapshots --json`. I somewhat prefer that variant as can always be enabled and...

I'm aware that there are actually too many PRs that would deserve a review :-) . That unfortunately means that a lot of PRs have to way a very long...