Nick S. Knutov
Nick S. Knutov
Is it compatible with Kindle Voyage?
The case: big repo (1 TB for example) with multiple snapshots and a lot of archives inside it, lz4 was used. The problem: borg recreate with --exclude and --recompress to...
Not sure, may be not 1.2 version specific, but `--glob-archive` does not working with regexp: ``` borg list user123.mysql --prefix user123-2 | awk '{print $1}' user123-2022-03-20-065449 ... user123-2022-03-28-031228 borg list...
Current documentation misses the example of how to use spaces as group numbers separator and even the presence of fourth parameter: ``` { lang.FormatNumberCustom 0 $amount "-|.| " "|" }}...
latest LXD from snap (`latest/stable: 4.18 2021-09-13 (21497)`) ``` [Sun Sep 19 20:44:49 2021] oom-kill:constraint=CONSTRAINT_MEMCG,nodemask=(null),cpuset=lxc.payload.c2035,mems_allowed=0,oom_memcg=/lxc.payload.c2035,task_memcg=/lxc.payload.c2035,task=init,pid=4496,uid=0 [Sun Sep 19 20:44:49 2021] Memory cgroup out of memory: Killed process 4496 (init) total-vm:33260kB,...
part of the real config: ``` yaml plugins: Database: handle_class: 'Dancer::Plugin::Database::KISS' driver: 'mysql' database: '...' host: '...' port: 3306 username: '...' password: '..' connection_check_threshold: 300 dbi_params: RaiseError: 1 AutoCommit: 1...
### What did you do? I have alert on `increase(prometheus_tsdb_compactions_failed_total[1m]) > 0` (with 1.3333 value) In prometheus logs: ``` prometheus[3247006]: ts=2022-11-16T02:48:26.172Z caller=db.go:908 level=error component=tsdb msg="compaction failed" err="compact head: persist head...
It seems now borg does not have "read-only mode" for `borg serve`. There are cases like disaster recovery, limited access for 3rd parties, like security scans, ability to extract data...
How to download favorites with authors name in filename (or put images from different users to different folders)? Thanks