mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
copy change in backup drives component
This commit is contained in:
committed by
Aiden McClelland
parent
61ee46f289
commit
36f8d5ef4e
@@ -73,6 +73,8 @@
|
||||
</ion-item>
|
||||
</ng-container>
|
||||
|
||||
<br />
|
||||
|
||||
<!-- ** drives ** -->
|
||||
<ion-item-divider>Physical Drives</ion-item-divider>
|
||||
<!-- no drives -->
|
||||
@@ -81,23 +83,12 @@
|
||||
class="ion-padding-bottom"
|
||||
>
|
||||
<ion-label>
|
||||
<h2>
|
||||
<ion-text>
|
||||
Please
|
||||
<a (click)="refresh()" style="cursor: pointer">refresh</a> if your
|
||||
drive does not appear.
|
||||
</ion-text>
|
||||
</h2>
|
||||
<br />
|
||||
<h2>
|
||||
<ion-text color="warning">
|
||||
Warning! Plugging a 2nd physical drive directly into your Embassy
|
||||
can lead to data corruption.
|
||||
</ion-text>
|
||||
</h2>
|
||||
<br />
|
||||
<h2>
|
||||
To backup to a physical drive, please follow the
|
||||
To safely create a backup to a physical drive, view the
|
||||
<a
|
||||
href="https://start9.com/latest/user-manual/backups/backups-create/#backup-using-a-physical-drive"
|
||||
target="_blank"
|
||||
@@ -105,6 +96,11 @@
|
||||
>instructions</a
|
||||
>.
|
||||
</h2>
|
||||
<br />
|
||||
<h2>
|
||||
If your drive is plugged in and does not appear, try
|
||||
<a (click)="refresh()" style="cursor: pointer">refreshing</a>.
|
||||
</h2>
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
<!-- drives detected -->
|
||||
|
||||
Reference in New Issue
Block a user