Skip to content

Commit fa4f3c1

Browse files
committed
fix copy command
1 parent 633c43f commit fa4f3c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/how-tos/manual-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ cd /data
189189
# Tell AZCOPY to use same auth as CLI
190190
export AZCOPY_AUTO_LOGIN_TYPE=AZCLI
191191
# copy the tar backup file to blob storage
192-
azcopy copy 2021-04-23.taz "https://[account].blob.core.windows.net/[container]/2021-04-23.tar" "./2021-04-23.tar"ar 'https://<storage-account>.blob.core.windows.net/<blob-bucket>/backups/nebari-2021-04-23.tar'
192+
azcopy copy 2021-04-23.tar "https://[account].blob.core.windows.net/[container]/nebari-backups/2021-04-23.tar"
193193
```
194194

195195
#### Do the restore
@@ -201,7 +201,7 @@ cd /data
201201
# Tell AZCOPY to use same auth as CLI
202202
export AZCOPY_AUTO_LOGIN_TYPE=AZCLI
203203
# restore the backup file from blob storage
204-
azcopy copy "https://[account].blob.core.windows.net/[container]/2021-04-23.tar" "./2021-04-23.tar"
204+
azcopy copy "https://[account].blob.core.windows.net/[container]/nebari-backups/2021-04-23.tar" "./2021-04-23.tar"
205205
```
206206

207207
### Digital Ocean

0 commit comments

Comments
 (0)