Orsiris de Jong
Orsiris de Jong
I'll add it to the next iteration then.
Any news on this fix ?
There's a huge usecase for bupstash on NAS (synology, qnap...) and other targets. It would be really cool if bupstash had prebuild x86 and x64 (old glibc and newer glibc)...
I've done detection based on a regex that catches cloud file errors (reparse points) in my restic wrapper. Can share the code.
@cccapon I'm wrapping restic in a Python script, the interesting part being the following: ``` # run restic backup exit_code, stdout, stderr = command_runner(restic_command) if exit_code == 0: # Everything...
I'd love to see that feature too. I'm using trilium to store some config files, and seeing differences in diff format would make things really easy for me.
osync cannot sync simultaneously multiple targets since initiator files will be modified while one sync operations is ongoing. Best thing to do is to launch a batch on modification, ie...
That's an ideal idea in your case. Would require osync modification to launch `osync-batch.sh` instead of osync itself. The corresponding lines in osync will be ``` if [ "$ConfigFile" !=...
I actually started investigating, and that doesn't make sense to me. Same Platform, same rsync version, different outcomes. Mind providing your Platform details ?
I was searching for a possible feature request about a user captive portal and stumbled upon this. @HawksHail Would this feature allow the following scenario ? - Computer has no...