Skip to content

Commit 5c8a133

Browse files
authored
Update linux commands and the steps to schedule a backup (#57496)
1 parent 9e767d7 commit 5c8a133

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/admin/backing-up-and-restoring-your-instance/backup-service-for-github-enterprise-server/configuring-the-backup-service.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ To ensure reliable and performant backups, your storage must meet the following
2727
You can test whether your filesystem supports hardlinking symbolic links by running:
2828

2929
```shell
30-
touch file
31-
ln -s file symlink
32-
ln symlink hardlink
30+
cd /data/backup
31+
sudo touch file
32+
sudo ln -s file symlink
33+
sudo ln symlink hardlink
3334
ls -la
3435
```
3536

@@ -127,7 +128,7 @@ If you're migrating from {% data variables.product.prodname_enterprise_backup_ut
127128
128129
Once the service is configured, you can define a backup schedule.
129130
130-
1. In the {% data variables.enterprise.management_console %}, open the "Backup Service" page.
131+
1. In the {% data variables.enterprise.management_console %}, open the "Backups" tab from the top menu.
131132
1. In the "Backup Schedule" section, choose a predefined schedule (e.g., Daily) or enter a custom cron expression.
132133
1. Click **Save** to apply the changes.
133134

0 commit comments

Comments
 (0)