Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arsalanses authored Oct 14, 2023
1 parent 8b64f00 commit a405fa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions database-backup-storage/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## commands

```sh
gzip -dk dbbackup.gz
mysql -h 127.0.0.1 -P33306 -u database_user -p database_name < file.sql
```
# disk usage

‍‍‍```sh
### disk usage

du -s -h /* | sort -hr
```

0 comments on commit a405fa5

Please sign in to comment.