New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
To all the knowledgeable internet users, I seek advice on how to migrate a big data website to a new
I currently have a website with about 2TB of data on a Windows server with an HDD, and I need to move it to another Windows server. My current method is to zip the data before transferring it, but the compression on the HDD is incredibly slow. It has taken me a week to compress just half of it. Therefore, I must seek help from knowledgeable internet users to find a more efficient way to migrate the site.
Comments
Windows server? Sorry, I'm out.
Send us a ticket - our techs will be able to help out. What are you zipping it with?
7zip
Can't transfer using ftp ?
Create ftp account in 1st server then transfer file using filezilla client ?
I suspect you could have transferred the 2TB of data uncompressed within a week, so if the disk is that slow then the compression probably isn't worth it
Rclone works on Windows.
I'd suggest Robocopy or Rclone
At this rate, why not just do a direct transfer via ftp/sfp/....?
If you want to compress files during transfering to save some bandwidth, and if you are sure you content is good for compression (not media or archives), you can use rsync with compression via WSL.
My thoughts too. rsync is your best bet, OP.