Orsiris de Jong

Results 512 comments of Orsiris de Jong

Okay, I'll try to trim everything down to the bare minimum.

I can definitly add the file descriptor part to the README section. I don't get the part where borg >= 1.2 checks if a file has changed while it was...

Thanks for the clarification. This let's me think of pre-freeze and post-thaw scripts for databases ;) I'll add a "backup coherence" entry in the table which I can link to...

I added a new benchmark with qemu disk images (see last README.md file) Noticed that borg performs quite well for that usecase, whearas backing up the linux kernel source files...

Well: Add custom user agent to request ``` # cloudsend.sh -A "mycustomuseragent" /path/to/file https://my.nextcloud.instance.local ``` Add a http referrer to request ``` # cloudsend.sh --referer "somestring" /path/to/file https://my.nextcloud.instance.local ``` I...

What OS did you run this on ? Changing line 1 to `/usr/bin/env bash` could possibly make tcpping fail on FreeBSD, need to investigate.

Have a look at my solution perhaps. No need to register process groups or anything else. Solution is a bit low tech, but has a very tiny footprint, and works...

@akshat5302 I'm using this script with `node_exporter`'s text_collector plugin. 1. Create `/var/lib/node_exporter/textfile_collector` dir 2. Setup node_exportor with `--collector.textfile.directory=/var/lib/node_exporter/textfile_collector` 3. Create following entry in crontab ``` * * * * *...

You could use quite the same awk magic with iotop (you'll need to install it): ``` iotop -kbn 1 | cut -d"'" -f2 | awk '{ if ((NR