Duplicating a thing to make two similar things.
Questions tagged [copy]
252 questions
0
votes
2 answers
Copying windows shared folder files on unix into Unix
I am on a unix box with Sun OS 5.0. Now I have a shared folder on a Windows server on my LAN. I have some files on Windows to be copied into my unix by running a script on unix itself. So windows box will not push any thing on its own and only unix…

Enjoy coding
- 101
- 3
0
votes
2 answers
SMB extremely slow when rsync from NAS?
Possible Duplicate:
Speeding up rsync over smb
I started to rsync a mount smb share to a local raid partition yesterday evening. After 12 hours it has copied like 30% of 400 GB... the average speed is 4mb/s, but I connected the both machines…

trnc
- 688
- 1
- 12
- 31
0
votes
2 answers
Sync files from NAS to local harddrive?
i need a way in ubuntu to sync like 1tb of files from a NAS to a local harddrive, connected by ethernet (directly). any suggestions? it should include a progress bar, that's why 'cp' isn't the right thing!
thank you

trnc
- 688
- 1
- 12
- 31
0
votes
2 answers
Software distribution from web server to client using PHP/FTP
I develop and maintain a number of add-ons and utilities for various widget (mainly aMember) which generally means I need to install php based codes onto other people's systems. Whilst I have a VPS and have access to rsync and all sorts of yummy…
Jenolan
0
votes
2 answers
Backup NAS to another NAS?
is there a way to backup / transfer a NAS (it's like a big harddrive with some access to a webinterface, but closed linux etc.... only two ethernet ports) to another one? or is the only way to connect both NASs to my computer and copy the data from…

trnc
- 688
- 1
- 12
- 31
0
votes
2 answers
Syncing 1TB+ to a iSCSI device, software needed
I need to sync a local disk to a iSCSI mount on Windows (server 2003), and I'm struggling to find software that's capable of doing so in a reasonable timeframe.
Notes on the current 1TB disk:
- 800GB currently in use
- Contains a folder with several…

Mojah
- 876
- 1
- 9
- 13
0
votes
1 answer
Copy open files over network
Copy open files over network- I have a situation where I ahve to copy the entire contents of a user's hard disk over the remotely over the local network and silently. I am concerned about open files the user might have. Is there a free software or…
redknight
0
votes
2 answers
Windows Based OS Copying Woes
I'm setup on a small server farm with about 20 computers. My Job requires me to copy an unusually large amount of data to and from external HDs from these servers. I end up copying sometimes 3TB a week to and from drives (Sometimes More).
The…

jsmith
- 115
- 5
0
votes
3 answers
Copy files between two windows machines on seperate domains
I need to copy several database backups between two computers.
The source computer initiates the copy and is a Windows 2000 pc and is a member of domain1.
The destination machine is running Windows Server 2000 and is a member of domain2.
The…

Simon
- 165
- 2
- 8
0
votes
1 answer
Copied/Imported Xen Server VM can't see all CPUs?
I have installed a new Xen Host Server with more cores. I attempted both a copy and import of the VM from the old Host. When I attempt to increase the CPUs, the option only shows me what was available on the old Host. If I create a new VM on the new…

ATG
- 1
0
votes
1 answer
scp between two redhat server stalls at 98% for long time
I have 2 RedHat servers (say rhel-01 and rhel-02) with 40G ports connected via 40G switch. When I'm trying to copy any large file (larger than 1G) from rhel-01 to rhel-02 it stalls at exactly 98% for one to one and half minutes and then completes…
0
votes
0 answers
login to remote Win10 and retrieve file
Currently doing a manual daily backup of certain files, tars and zips, from a number of Win10 boxes to a master Win10 box. Backups are done by RDP - copy - paste. There has to be a way to script this. Please avoid: network file share, folder…

scorpdaddy
- 101
- 2
0
votes
1 answer
Mobaxterm vs vim text copy
Can I somehow copy text between two vim sessions in 2 different terminals?
I use mobaxterm and can not scroll while marking text that I want to copy.
How can I do it? Edit 2 files on 2 different terminals (SSH sessions) with multiexec option and…

Kamil Bu
- 9
- 4
0
votes
3 answers
Windows CLI way to copy to the same directory and only change the case of the filename?
I have Windows 10 pro, with NTFS. I think the filesystem is fully case-sensitive. I can have the file Bill_and_Ted.txt in a directory, and write scripts that won't mistake it for bill_and_ted.txt. Linux WSL apps accessing NTFS directories are fully…

Charlweed
- 249
- 3
- 14
0
votes
1 answer
unable to copy folders with same permission
I want to copy /var/lib with same permissions of all files and folders.
some articles says cp -rp /var/lib/ /var/libnew/
and some says use rsync -aX /var/lib /var/libnew/
explain please which one is better as most important thing in which…

Noor
- 21
- 1
- 1
- 5