Questions tagged [transfer]
26 questions
7
votes
4 answers
Rsync huge dataset of small files 5TB, +M small files
I encountered a situation where an app server misconfig led to creation of around 5TB datasets where each dir contains huge number of small files.
We are in the process of transferring the files and change the application but the rsync fails on…
h.safe
- 131
- 1
- 7
5
votes
2 answers
Does it involve network to copy a file within a NFS share?
I am assuming the following ways to copy a file with in a NFS share:
Process 1:
The client requests for the data to be copied from NFS share (if cache is not there) and the chunks of data are asynchronously copied to memory of the NFS client which…
GP92
- 599
- 2
- 6
- 25
4
votes
1 answer
USB for keeping data safe
I'm used to consider that USB transfers are safe for data, that is USB does not add level of unreliability to data storage.
However, I read that USB is not always a good choice for data transfer concerning its reliability. For instance, It seems…
abitbol
- 141
- 1
4
votes
1 answer
Reading Samba from Windows 10 has major bottleneck
Keep in mind, both machines used are hosted in a Proxmox Node.
SETUPS
My Samba setup is installed on Ubuntu inside an LXC. The shares are located on a RAIDZ2 dataset, and are accessible from the LAN. 4 LCores, 6 GB RAM
The Windows 10 VM is on a…
Tyler DeBoy
- 41
- 1
3
votes
1 answer
Have Same Data in 2 VPS
I have two VPS that installed WHM on each, I want to have same data on both of them.
Now one of my VPS have data and one of them is empty.
There is any solution to i have all my data, database, emails and everything in my VPS to my another VPS, and…
Ebad ghafoory
- 139
- 3
2
votes
1 answer
DNS (NSD) zone transfer not working
I'm trying to create a master/slave setup using NSD. I have NSD installed on two servers. The servers are running great; when I perform normal DNS queries they return the information from the zone files. However, when I try to nsdc notify on the…
Beurtschipper
- 123
- 1
- 3
2
votes
2 answers
Should we allow DNS zone transfer to root-servers and parents zone NS servers?
I never found any reference to this in example set-ups, including those from the Bind ARM.
Nevertheless, I noticed my authoritative server received transfer requests from IPs — not their names — that were actually part of some root-servers' set —…
ondelettes
- 58
- 7
1
vote
0 answers
Monitor Windows Server network data transfer
I would like to monitor the amount of data transferred (Network Out) in a Windows Server. The traffic is composed mainly of files downloaded from IIS.
Is there some software or Windows Feature that I can use to accomplish this?
DanielC
- 121
- 2
1
vote
2 answers
Assign an Elastic IP to an AWS Transfer SFTP
I want to assign an elastic ip address to an AWS Transfer SFTP service because outbound SFTP connections have to be whitelisted for clients of mine. The FAQ for the "AWS Transfor for SFTP" service reads that you can assign a fixed IP address to a…
David
- 19
- 3
1
vote
3 answers
Is possible to reduce AWS data transfer costs using any other AWS resource?
I do have a AWS EC2 instance that contains a very large blog. My data transfer is about 200Gb/month. 80% of it are only media and images.
My data transfer costs are high due the server location in south america (where our customers are).
I was…
Daniel Santos
- 158
- 1
- 8
1
vote
2 answers
rsync blocked - re-reading the same data again and again
I have some kind of a synchronization script transferring files from a production server to a DR one every day via rsync.
however, since a few days the script seems to be crashing.
they were multiple instances of it running, so I killed them all and…
olivierg
- 494
- 1
- 6
- 24
1
vote
1 answer
Is there any way to transfer S3 data between AWS locations and not be charged?
We need to transfer our São Paulo buckets to US East so we can make use of glacier.
Those buckets have more than 4Tb each. We moved the first using AWS API using an instance at US East to send those requests and it cost over $800.
Do you know any…
otaviofcs
- 178
- 8
1
vote
1 answer
Fastest way to move a sparsebundle?
I've got a +900GB sparsebundle on one HDD that I'm trying to transfer to a NAS. Since the sparsebundle is essentially a folder, I've been using rsync but it's so damn slow! What's the fastest way to move it off that hard drive and on to the NAS?
Or…
Ahmed Nuaman
- 304
- 2
- 8
1
vote
2 answers
sftp the directories has different sizes after transfer?
i am moving folders from server into another debian -> centos using sftp .
the folders size is different after the transfer is done . for example :
remote server :
sftp 00.00.00
sftp get folderName ( size 87mb)
on local server :
du -sh *…
Mr Sparrow
- 111
- 1
1
vote
1 answer
Need to replace the HDD on a single disk system
I need to replace the HDD on a single disk system used as a pbx (CentOS-6 based FreePBX). The existing partition structure is:
ls -l /dev/sd*
brw-rw---- 1 root disk 8, 0 Apr 17 2018 /dev/sda
brw-rw---- 1 root disk 8, 1 Apr 17 2018…
James B. Byrne
- 317
- 4
- 14