rawtaz

Results 256 comments of rawtaz

Assuming I'm not misunderstanding you, I agree. It's very annoying when in the commits list by default there's shown text from not only the first line of each commit.

> I would get timeouts from the mail server. Presumably the server isn't accessible on that port then? FWIW, for *submission* port 587 is more appropriate than 465. The latter...

Would need to inspect the network traffic to determine why it fails when you have the port number configured I suppose. But if you're lucky enough that your ISP isn't...

No, you are correct.

If it's just for reinstalling, just run restic manually.

I'm not involved in this project and rarely use PowerShell so I can't give you an answer about the problem really. I suggest you run restic manually instead, and if...

The most simple explanation would be that you simply haven't created your restic repository (or at least not where restic is looking). See the first point under https://github.com/kmwoley/restic-windows-backup#installation-instructions . You...

Well, simply try `restic.exe -r rclone:gdrive:Backup/Restic/VM check` and see if restic gives you an error?

I'm guessing this is a problem with this restic wrapper, so I'll let someone else answer that :) At least it's not restic itself that's doing something wrong, that's for...

Absolutely. But you should probably make use of the `--use-fs-snapshot` option to the backup command (see `restic help backup`).