Skip to content

Commit

Permalink
find and replace extra_scripts to extra-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Jun 16, 2023
1 parent d5d0afa commit d9148a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# update basehub's default values to reference the new image.
chartpress==2.*

# requests is used by extra_scripts/rsync-active-users.py
# requests is used by scripts in the /extra-scripts folder
requests==2.*
2 changes: 1 addition & 1 deletion docs/hub-deployment-guide/hubs/other-hub-ops/move-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ AzureFile needs to be mounted in the source NFS VM in order to copy the data.
```{note}
If the total size of the home directories is considerable, then copying the files from one cluster to another might take a long time. So make sure you have enough time to perform this operation and check the transfer rates once the data transfer starts.
Tip: You can use [this script](https://github.com/2i2c-org/infrastructure/tree/HEAD/extra_scripts/rsync-active-users.py) that performs a parallel `rsync` of home directories for active users only.
Tip: You can use [this script](https://github.com/2i2c-org/infrastructure/tree/HEAD/extra-scripts/rsync-active-users.py) that performs a parallel `rsync` of home directories for active users only.
```


Expand Down

0 comments on commit d9148a9

Please sign in to comment.