Auto: misc.

This commit is contained in:
2021-03-05 17:52:38 +01:00
parent c20df47501
commit c0c4920268
3 changed files with 26 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Backups
- [[postgres]]
- ```pg_dumpall > date.db```
- [[mysql]]
- ```mysqldump db > date.db```
- [[pull]] [[restores]]
- an unrestored backup does not really exist.
+2
View File
@@ -14,6 +14,8 @@
- Implement [[rss]] / [[atom]] feeds
- Make 'go wp' work
- I should probably learn [[prolog]].
- [[backups]]
- [[amadeo]]
- vio a [[spoon]] en vivo
- [[push]] [[done]]
+15
View File
@@ -0,0 +1,15 @@
# Restores
- [[postgres]]
- ```pgsql < date.db```
- [[mysql]]
- ```mysql db < date.db```
- [[pull]] [[backups]]
- so you have something to restore.
[//begin]: # "Autogenerated link references for markdown compatibility"
[pull]: pull "Pull"
[backups]: backups "Backups"
[//end]: # "Autogenerated link references"