File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ export default defineConfig({
1212 sidebar : [
1313 {
1414 text : "Introduction" ,
15- items : [ { text : "Getting started" , link : "/getting-started.md" } ] ,
15+ items : [
16+ { text : "Getting started" , link : "/getting-started.md" } ,
17+ { text : "Commands" , link : "/commands.md" } ,
18+ ] ,
1619 } ,
1720 {
1821 text : "Configuration" ,
@@ -26,6 +29,7 @@ export default defineConfig({
2629 items : [
2730 { text : "Pipeline" , link : "/pipeline.md" } ,
2831 { text : "Notifications" , link : "/notifications.md" } ,
32+ { text : "Metadata" , link : "/metadata.md" } ,
2933 ] ,
3034 } ,
3135 ] ,
Original file line number Diff line number Diff line change 1+ # Commands
2+
3+ Statamic backup comes with a few commands to help you manage backups from a cli.
4+
5+ | Command | Description |
6+ | ---------------------------------------- | ------------------------------------------------------------ |
7+ | ` php artisan statamic:backup ` | Run the backup process |
8+ | ` php artisan statamic:backup:temp-clean ` | Clean up leftover temporary backup files, like upload chunks |
9+ | ` php artisan statamic:backup:restore ` | Restore your site to chosen backup |
You can’t perform that action at this time.
0 commit comments