Questions tagged [file-transfer]
312 questions
7
votes
5 answers
Bash: mv directory one at a time
I am trying to move all subdirectories of a folder to another share on the same server. If I do a mv *, I will run out of space since the folders are not removed until all folders get transferred. So I'd like to create a short script that loops…

NinjaCat
- 576
- 1
- 9
- 21
7
votes
4 answers
Puppet file transfer slow
I have a puppet master and slaves in different datacenters. The latency between them is ~40ms. When I run "puppet agent --test" on a slave to apply the latest manifest it takes ~360 seconds to finish.
After doing some digging I can see the main…

Noodles
- 1,386
- 3
- 18
- 29
7
votes
5 answers
Multicast File Transfers
I'm looking for some multicast file transfer software. Do you have any suggestions? Must be "quickly implementable", i.e. no Tivoli or other stuff that requires a massive infrastructure. Must run on Linux. Note that I'm not looking for cloning…

Jed Daniels
- 7,282
- 2
- 34
- 42
7
votes
3 answers
Chunking large rsync transfers?
We use rsync to update a mirror of our primary file server to an off-site colocated backup server. One of the issues we currently have is that our file server has > 1TB of mostly smaller files (in the 10-100kb range), and when we're transferring…

Gabe Martin-Dempesy
- 410
- 6
- 11
6
votes
10 answers
Using rsync to quickly upload a file that is similar to another file
I'm putting together a deployment script which tars up a directory of my code, names the tar file after the current date and time, pushes that up to the server, untars it in a directory of the same name and then swaps a "current" symlink to point at…

Simon Willison
- 655
- 1
- 7
- 8
6
votes
4 answers
Transfer large amount of small files
I've to do a migration of two servers with large SAN attachments to our new VMWare environment.
EDIT: I have to supply some additional intelligence as I have good answers regarding VMWare solution.
Ok so, I can't attach a previous EMC LUN on the New…

Dr I
- 955
- 17
- 33
6
votes
1 answer
Is there a global config file for Unison synchronization tool?
I'd like all my unison profiles to have
merge = Name * -> meld CURRENT1 CURRENT2
diff = /usr/bin/meld CURRENT1 CURRENT2
confirmmerge = true
as options. I know I can add these options to each .prf files in ~/.unison/, but having a global config file…

mp04
- 187
- 8
6
votes
2 answers
Checksumming to verify rsync transfers
So rsync runs some checksums in the course of deciding what to transfer (i.e. what blocks within a file). But is there any reason to trust the file you end up with on the receive side any more than you would for a normal network transfer? Should I…

Chinasaur
- 253
- 1
- 3
- 8
6
votes
3 answers
ESXi 4.1 slow file transfer on HP DL380 G5
My problem is that when I transfer files to or from 2 of my ESXi 4.1 servers using Veeam's FastSCP utility, the transfer seems to be limited to about 5 MBs when I can transfer the same file from the same source to another ESXi server on the same…

Dennis Allen
- 243
- 3
- 8
6
votes
1 answer
Enable Remote Desktop File Transfer
Most of the servers I RDP to support cut-and-paste file transfer (from my Win7 64 machine). One does not, and I can't figure out what configuration step is missing.
I followed the steps outlined…

Eric J.
- 772
- 2
- 14
- 28
6
votes
3 answers
Hosted form of web-based file transfer tools
I'm looking for some software that will provide a service that resembles SendThisFile.com. My users generally turn to services like these when they are trying to send files that exceed the mail servers limits (either our own, or the recepients). …

Tim
- 231
- 1
- 4
- 11
6
votes
2 answers
Best Practice: Apache File Upload
I am looking for a soultion for trusted users to upload pdf files via html forms (with maybe php involved). This is quite a standard ubuntu linux server with apache 2.x and php 5.
I am wonderiung what are the benefits of the apache file upload…

user12096
- 927
- 6
- 23
- 39
6
votes
6 answers
Remote file copy util (like rsync) but that will take account of data already copied (in this session)?
Let's say I have a directory with 2 files, both are identical and quite large (e.g. 2GB ea.) I want to rsync that directory to a remote host. As I understand it (and I could be wrong), rsync calculates checksums of files. Surely if it sees 2 files…

Amandasaurus
- 31,471
- 65
- 192
- 253
5
votes
3 answers
Permission denied when using scp, but able to ssh
I'm trying to copy a file from my local desktop to a remote server.
Yes - the remote directory I want to copy to is set to chmod 777
Yes - the server is password protected, and I am sure I have the right password because I am able to ssh onto the…

Jillian Hoenig
- 153
- 1
- 5
5
votes
2 answers
How do increase data transfer rate between my VMs
I saw lots of article,but didn't answer my question.
My server use VMware vSphere Hypervisor.
There are 20 virtual machines in my server.
VM operating system : centos7
I already change my vSwitch and VM Network bandwidth to 1000000000 KB/s
so other…

kevin su
- 163
- 1
- 6