22
33## ` backup:list `
44
5- Lists backups available.
5+ Lists all available backups .
66
77``` bash
88./flow backup:list
@@ -13,7 +13,7 @@ Lists backups available.
1313The index where this command should start listing
1414
1515` --limit ` <br />
16- The number of backups shown
16+ The number of backups to show
1717
1818
1919## ` backup:create `
@@ -27,42 +27,42 @@ Creates a single backup.
2727
2828## ` backup:restore `
2929
30- Restores a single backup.
30+ Restores a single backup by name .
3131
3232``` bash
3333./flow backup:restore < name>
3434```
3535
3636#### Options
3737` --no-confirm ` <br />
38- If this flag is set, you dont have to confirm this action by pressing <kbd >Y</kbd > + <kbd >Return</kbd >.
38+ If this flag is set, you don't have to confirm this action by pressing <kbd >Y</kbd > + <kbd >Return</kbd >.
3939
4040
4141## ` backup:delete `
4242
43- Deletes a single backup.
43+ Deletes a single backup by name .
4444
4545``` bash
4646./flow backup:delete < name>
4747```
4848
4949#### Options
5050` --no-confirm ` <br />
51- If this flag is set, you dont have to confirm this action by pressing <kbd >Y</kbd > + <kbd >Return</kbd >.
51+ If this flag is set, you don't have to confirm this action by pressing <kbd >Y</kbd > + <kbd >Return</kbd >.
5252
5353
5454
5555## ` backup:prune `
5656
57- Deletes all backups, but you can keep the latest X Backups with the ` --keep ` option .
57+ Deletes all current backups .
5858
5959``` bash
6060./flow backup:prune
6161```
6262
6363#### Options
6464` --no-confirm ` <br />
65- If this flag is set, you dont have to confirm this action by pressing <kbd >Y</kbd > + <kbd >Return</kbd >.
65+ If this flag is set, you don't have to confirm this action by pressing <kbd >Y</kbd > + <kbd >Return</kbd >.
6666
6767` --keep x ` <br />
68- Keep the latest X Backups
68+ Keeps the latest x backups
0 commit comments