You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,13 @@ s3:
112
112
compression_format: lz4 # S3_COMPRESSION_FORMAT
113
113
```
114
114
115
+
## ATTENTION!
116
+
117
+
Never change files permissions in `/var/lib/clickhouse/backup`.
118
+
This path contains hard links. Permissions on all hard links to the same data on disk are always identical.
119
+
That means that if you change the permissions/owner/attributes on a hard link in backup path, permissions on files with which ClickHouse works will be changed too.
120
+
That might lead to data corruption.
121
+
115
122
## Examples
116
123
117
124
### Simple cron script for daily backup and uploading
0 commit comments