Skip to content

Commit 5c1e3ea

Browse files
committed
Replace refs to runpodctl installation guide
1 parent 91ceaf6 commit 5c1e3ea

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pods/manage-pods.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Create, start, stop, and terminate Pods using the Runpod console o
55

66
## Before you begin
77

8-
If you want to manage Pods using the Runpod CLI, you'll need to [install Runpod CLI](/runpodctl/install-runpodctl), and set your [API key](/get-started/api-keys) in the configuration.
8+
If you want to manage Pods using the Runpod CLI, you'll need to [install Runpod CLI](/runpodctl/overview), and set your [API key](/get-started/api-keys) in the configuration.
99

1010
Run the following command, replacing `RUNPOD_API_KEY` with your API key:
1111

pods/storage/transfer-files.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,19 @@ Runpod supports four different file transfer methods, each optimized for specifi
1515
| **Cloud sync** | Backup, multi-environment sharing | Cloud provider setup | Provider dependent |
1616

1717
### runpodctl
18+
1819
The simplest option for occasional transfers. Uses secure one-time codes and requires no setup since it's pre-installed on all Pods. Perfect for quick file exchanges.
1920

20-
To install `runpodctl` on your local machine, see the [installation guide](/runpodctl/install-runpodctl).
21+
To install `runpodctl` on your local machine, see the [installation guide](/runpodctl/overview).
2122

2223
### SCP
24+
2325
A reliable, standard method that works over SSH. Ideal for users comfortable with command-line tools who need to transfer both individual files and directories.
2426

2527
To configure your Pod for SSH access, see the ([SSH setup guide](/pods/configuration/use-ssh)).
2628

2729
### rsync
30+
2831
The most powerful option, featuring incremental transfers, compression, and detailed progress reporting. Essential for large datasets, regular synchronization, and preserving file attributes.
2932

3033
To set up `rsync`:
@@ -33,6 +36,7 @@ To set up `rsync`:
3336
- Ensure your local machine is running a Linux or WSL environment.
3437

3538
### Cloud sync
39+
3640
Direct synchronization with cloud storage providers like AWS S3, Google Cloud Storage, or Dropbox. Best for creating backups or sharing files across multiple environments.
3741

3842
To learn more, see the [cloud sync configuration guide](/pods/storage/cloud-sync).

0 commit comments

Comments
 (0)