There was an error while loading. Please reload this page.
1 parent 0bded5c commit 4584b3eCopy full SHA for 4584b3e
README.md
@@ -1 +1,22 @@
1
# db-backups
2
+
3
+https://habr.com/ru/companies/otus/articles/715808/ - Резервное копирование и восстановление СУБД MySQL
4
5
+https://habr.com/ru/articles/516428/ - Путеводитель по резервному копированию баз данных
6
7
+https://habr.com/ru/companies/selectel/articles/804183/ - Бэкапы для самых маленьких и матерых
8
9
+https://habr.com/ru/companies/softpoint/articles/795305/ - Бэкап, бэкап и еще раз бэкап
10
11
12
13
14
15
16
17
18
+```
19
+git add .
20
+git commit -m "update README.md"
21
+git push -u origin main
22
0 commit comments