File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ cd /data
189
189
# Tell AZCOPY to use same auth as CLI
190
190
export AZCOPY_AUTO_LOGIN_TYPE=AZCLI
191
191
# 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"
193
193
` ` `
194
194
195
195
# ### Do the restore
@@ -201,7 +201,7 @@ cd /data
201
201
# Tell AZCOPY to use same auth as CLI
202
202
export AZCOPY_AUTO_LOGIN_TYPE=AZCLI
203
203
# 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"
205
205
` ` `
206
206
207
207
# ## Digital Ocean
You can’t perform that action at this time.
0 commit comments