trendymail

Results 8 comments of trendymail

AFAIK, mkdir() is atomic (except over NFS, SSHFS, other?) so this function could be used to set/get an exclusive lock in PHP. Not sure that PHP flock() is thread safe.

Many, many thanks for your answers! :) Unfortunately, I have just read tonight (in "Borg config" doc) that only local repos are allowed to use "borg config" command. All my...

Understood. But editing a remote config file would require having an SSH shell after each "borg init" to update max_segment_size parameter. I would like to only depends on "borg serve"...

Again, many thanks for your valuable answers! Would it be possible/acceptable/safe to add parameters to "borg init" : "--segments_per_dir" and "--max_segment_size"? If these parameters are not "critical" and do not...

Understood. Feel free to close this issue (question). Have a great day/night. :)

### Long story short it tuns out that: - mirroring (with rsync) Borg repositories (~1.8 To), - with default parameters (max_segment_size => 500 MB), - on very low hardware system...

Sorry, I should not have closed this "issue". @ThomasWaldmann: Borg's documentation is incredible, may this question be helpful to you. :)

@infectormp: many thanks for the RTFM link (I overlooked part "[...] unpack Borg with all dependencies."). @ThomasWaldmann: I was not aware that tgz files were "unpacked" versions of standalone binaries....