Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions content/docs/data/large-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ Windows users need an SFTP client, we recommend the WinSCP application. Keep in
5. `put target_file` Upload target file to server
6. `put -r target_directory` Upload target directory to server

<Callout type="info" title="Bug">
There is a bug affecting Ubuntu 14.04+ concerning the recursive copy command. If `put -r` fails, create the target directory on the server first to work around this issue.
</Callout>

![SFTP screenshot bug](/img/meta/data/useful-commands-sftp-bug.png)

### `rsync`

The `rsync` command is a more advanced and versatile copying tool. It enables the user to synchronize the content of two directories in a more efficient way than scp, because `rsync` copies only the differences between the directories. Therefore it is often used as a tool for regular backups.
Expand Down
6 changes: 0 additions & 6 deletions content/docs/data/useful-commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ sftp is just another protocol for data transfer. Contrary to `scp` it is **inter
5. `put target_file` Upload target file to server
6. `put -r target_directory` Upload target directory to server

<Callout type="info">
There is a bug affecting Ubuntu 14.04+ concerning the recursive copy command. If `put -r` fails, create the target directory on the server first to work around this issue.
</Callout>

![SFTP screenshot bug](/img/meta/data/useful-commands-sftp-bug.png)

## `rsync`

The `rsync` command is a more advanced and versatile copying tool. It enables the user to synchronize the content of two directories in a more efficient way than scp, because `rsync` copies only the differences between the directories. Therefore it is often used as a tool for regular backups.
Expand Down