# Using Robocopy

## Example of copying files from a drive on my local PC to the cloud share:

```powershell
robocopy E:\Proxmox-Backups \\WIN-SRV-22\localcloud\Proxmox-Backups-Nate /ETA /E /V /TEE
```

### Explanation of Options

- **/ETA**: Shows the estimated time of arrival for the transfer to complete.
- **/E**: Copies all subdirectories, including empty ones.
- **/V**: Produces verbose output.
- **/TEE**: Writes the status output to the console window as well as to the log file (if specified)

Final Output:

[![2024-06-13 01_07_49-Enabling SSH in Ubuntu _ BookStack v24.02.2 — Mozilla Firefox.png](https://docs.natenetworks.com/uploads/images/gallery/2024-06/scaled-1680-/2024-06-13-01-07-49-enabling-ssh-in-ubuntu-bookstack-v24-02-2-mozilla-firefox.png)](https://docs.natenetworks.com/uploads/images/gallery/2024-06/2024-06-13-01-07-49-enabling-ssh-in-ubuntu-bookstack-v24-02-2-mozilla-firefox.png)