Top "Copying" questions

This tag refers to the process of making an exact duplicate of a file, database, etc.

How to copy files across computers using SSH and MAC OS X Terminal

I'm trying to copy my .profile, .rvm and .ssh folders/files to a new computer and keep getting a "not …

macos unix file terminal copying
How do I copy the contents of one stream to another?

What is the best way to copy the contents of one stream to another? Is there a standard utility method …

c# stream copying
Progress during large file copy (Copy-Item & Write-Progress?)

Is there any way to copy a really large file (from one server to another) in PowerShell AND display its …

powershell progress-bar progress copying copy-item
How to copy a huge table data into another table in SQL Server

I have a table with 3.4 million rows. I want to copy this whole data into another table. I am performing …

sql sql-server sql-server-2005 copying
putting a remote file into hadoop without copying it to local disk

I am writing a shell script to put data into hadoop as soon as they are generated. I can ssh …

unix ssh hadoop copying piping
How do I read hex numbers into an unsigned int in C

I'm wanting to read hex numbers from a text file into an unsigned integer so that I can execute Machine …

c file copying
In what cases should I use memcpy over standard operators in C++?

When can I get better performance using memcpy or how do I benefit from using it? For example: float a[3]; …

c++ performance memory allocation copying
Java.nio.files - Copying files

Can anyone tell me what I've done wrong with the following code. I receive no errors - it just goes …

java file copying java.nio.file
SFTP bash shell script to copy the file from source to destination

I have created one script to copy the local files to the remote folder, the script is working fine outside …

bash shell sftp copying
Copy folders from one directory to another in R

I have two folders (say "A","B") which are in a folder (say "Input"). I want to copy "A" and "…

r file directory copying