- For large amounts of (small) files use [tar](https://www.gnu.org/software/tar/manual/html_chapter/Tutorial.html#Tutorial)(or zip) to create an archive-file before copying:
- For large amounts of (small) files, use [tar](https://www.gnu.org/software/tar/manual/html_chapter/Tutorial.html#Tutorial)(or zip) to create an archive (single file) before copying:
```
- create: tar -czf name_of_archive.tar.gz files_or_folder_to_add