Michael Eischer

Results 855 comments of Michael Eischer

Looks like I forgot to link to the existing discussions around symlinks. What you're asking for is essential part 2 of https://github.com/restic/restic/issues/542#issuecomment-328263959 . That is include the symlinks _and_ their...

We'll if the junction is followed transparently that, begs the question whether restic would even notice that the junction exists or not. If a junction via Samba just looks like...

There has already been some discussion on such an option in #2714.

I've added an extra commit which lets restic fail if it is unable to read any of the lock files in the repository. The idea is to prevent overlooking concurrent...

> I have recently started using restic on multiple large servers, backing up to a cloud storage provider on a schedule, and this almost immediately became a concern. In what...

I've changed the timer expiry checks as apparently timers are stopped during standby: https://github.com/golang/go/issues/35012

Reported by @Mikescher in #2968 > ## Summary > > After upgrading to restic 0.10.0 I get read errors when backing up a mounted samba share. > After downgrading to...

Analysis by @greatroar in #2968: > ``` > Oct 2 01:42:04 omv-{name} kernel: [21401.666794] CIFS VFS: Send error in read = -4 > ``` > > That's an EINTR. >...

@JPPhoto Please open a separate issue and fill out the issue form. This issue is exclusively about a Linux specific issue with Samba.

Go 1.16 has been released in the meantime. Could anyone try whether this finally solves the compatibility problems with CIFS on Linux?