Skip to content

Commit 5fc2efa

Browse files
committed
Move to @code-lts
1 parent 88dcb4c commit 5fc2efa

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# sql-backup - Backup your MySQL / MariaDB server !
22

3-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1d6a522144ca4169a0c679bd9d299341)](https://www.codacy.com/gh/williamdes/sql-backup/dashboard?utm_source=github.com&utm_medium=referral&utm_content=williamdes/sql-backup&utm_campaign=Badge_Grade)
4-
[![Actions Status](https://github.com/williamdes/sql-backup/workflows/Run%20tests/badge.svg)](https://github.com/williamdes/sql-backup/actions)
5-
[![codecov](https://codecov.io/gh/williamdes/sql-backup/branch/master/graph/badge.svg)](https://codecov.io/gh/williamdes/sql-backup)
3+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1d6a522144ca4169a0c679bd9d299341)](https://www.codacy.com/gh/code-lts/sql-backup/dashboard?utm_source=github.com&utm_medium=referral&utm_content=code-lts/sql-backup&utm_campaign=Badge_Grade)
4+
[![Actions Status](https://github.com/code-lts/sql-backup/workflows/Run%20tests/badge.svg)](https://github.com/code-lts/sql-backup/actions)
5+
[![codecov](https://codecov.io/gh/code-lts/sql-backup/branch/master/graph/badge.svg)](https://codecov.io/gh/code-lts/sql-backup)
66
[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)
7-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fwilliamdes%2Fsql-backup.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fwilliamdes%2Fsql-backup?ref=badge_shield)
7+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcode-lts%2Fsql-backup.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcode-lts%2Fsql-backup?ref=badge_shield)
88
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1827/badge)](https://bestpractices.coreinfrastructure.org/projects/1827)
99

1010
Backup your MySQL / MariaDB server ( structure, data, users, grants, views, triggers, routines, events )
@@ -14,13 +14,19 @@ Backup your MySQL / MariaDB server ( structure, data, users, grants, views, trig
1414
### Clone the repository
1515

1616
```sh
17-
git clone https://github.com/williamdes/sql-backup.git --depth 1
17+
curl -L -# -o sql-backup.zip https://github.com/code-lts/sql-backup/archive/refs/heads/main.zip
18+
```
19+
20+
### Unzip file
21+
22+
```sh
23+
unzip sql-backup.zip
1824
```
1925

2026
### Move into the directory
2127

2228
```sh
23-
cd sql-backup
29+
cd sql-backup-main/
2430
```
2531

2632
### Copy the configuration example
@@ -113,4 +119,4 @@ SKIP_OP=users,grants
113119

114120
## License
115121

116-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fwilliamdes%2Fsql-backup.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fwilliamdes%2Fsql-backup?ref=badge_large)
122+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcode-lts%2Fsql-backup.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcode-lts%2Fsql-backup?ref=badge_large)

0 commit comments

Comments
 (0)