sync_files
Sync files between your local machine and a remote SLURM cluster using rsync. Supports configured mount points or explicit local and remote paths.
Instructions
Sync files between local machine and remote SLURM cluster using rsync.
Can sync using a configured mount point (profile_name + mount_name),
or using explicit paths (local_path + remote_path).
Args:
profile_name: SSH profile name (uses current profile if not specified)
mount_name: Mount point name from the SSH profile to sync
local_path: Local directory path (alternative to mount_name)
remote_path: Remote directory path (alternative to mount_name)
dry_run: If true, show what would be transferred without actually syncingInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile_name | No | ||
| mount_name | No | ||
| local_path | No | ||
| remote_path | No | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||