VictoriaMetrics/lib/backup
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
..
actions lib/fs: convert CreateFlockFile to MustCreateFlockFile 2023-04-14 19:50:01 -07:00
azremote app,lib: fix typos in comments (#3804) 2023-02-13 13:27:13 +01:00
backupnames lib/storage: consistently use OS-independent separator in file paths 2023-03-25 14:33:58 -07:00
common removes FileSize from backup part key (#1872) 2021-12-01 11:01:28 +02:00
fscommon lib/storage: consistently use OS-independent separator in file paths 2023-03-25 14:33:58 -07:00
fslocal lib/backup: remove logging duplicate path values in a single error message 2022-12-03 21:55:06 -08:00
fsnil lib/backup: add MustStop() method for all remote filesystems 2020-10-09 15:32:19 +03:00
fsremote lib/backup: remove logging duplicate path values in a single error message 2022-12-03 21:55:06 -08:00
gcsremote app/vmbackupmanager: sync with enterprise-single-node branch after 41a54c775891c87e3d5ed59ff0769c869dd2fe71 2023-04-13 19:29:06 -07:00
s3remote app,lib: fix typos in comments (#3804) 2023-02-13 13:27:13 +01:00