VictoriaMetrics/lib/backup/actions
Aliaksandr Valialkin 2a3b19e1d2
lib/fs: convert CreateFlockFile to MustCreateFlockFile
Callers of CreateFlockFile log the returned err and exit.
It is better to log the error inside the MustCreateFlockFile together with the path
to the specified directory and the call stack. This simplifies
the code at the callers' side while leaving the debuggability at the same level.
2023-04-14 19:50:01 -07:00
..
backup.go lib/backup/actions: store metadata(creation and completion time) in backup files (#4117) 2023-04-12 18:51:27 +02:00
restore.go lib/fs: convert CreateFlockFile to MustCreateFlockFile 2023-04-14 19:50:01 -07:00
util.go lib/backup: add support of Azure Blob Storage (#460) 2022-10-06 00:32:46 +03:00