Duplicating a thing to make two similar things.
Questions tagged [copy]
252 questions
0
votes
2 answers
How to copy with robocopy the time attributes without re-copying the files
I transferred the files to a new disk but found that files with the wrong year (1980) and these files I can't open with Photoshop.
I would like to copy the time attributes from the first drive to the second without re-copying files.
A large amount…

kiloponge
- 1
- 1
0
votes
1 answer
PowerShell Copy-Item whilst excluding files and folders from an array list
I'm trying to create a simple PowerShell script that copies the contents of a Windows user profile to a new location but excluding specific files and folders such as AppData and the NTUSER files.
Below is my script and I've used variables to reduce…

willowen100
- 31
- 2
- 10
0
votes
0 answers
How to transfer membership properties from one mailman list to another?
Mailman lacks support for renaming a list. I need a workaround (lists do need to be renamed).
We can create a new list, copy its config, and subscribe all members of the old list to the new one (using the list_members and add_members command line…

reinierpost
- 412
- 3
- 9
0
votes
3 answers
GUI SFTP client that will copy files and folders locally instead of downloading/uploading
I'm looking for a GUI client (preferably Windows) that will recognize when you copy files remotely, and will default to running a local shell command (f.a :
sfpt> !rsync -a /files/ /copyoffiles/
in SFTP)
Does something like this exist already?

Powertieke
- 377
- 2
- 8
0
votes
2 answers
How to name a folder with today's date and time?
So i have this lil .bat setup
@ECHO OFF
echo %date%
Copy D:\000Back\list.txt D:\111Back\
CD D:\111Back\
copy list.txt %date%_%time%.txt
ECHO done
PAUSE
The second copy command never goes through, that might be because are there dots(.) in the date…

Csupi
- 1
-1
votes
3 answers
Copy a file with SCP on Ubuntu 14 with PEM key on both servers
I have 2 servers on Amazon AWS. I need to pass a file from A to B.
Both servers have pem keys (different).
I put the pem file of B on A (Is that correct?)
Then tried to do from A:
scp -i /tmp/B.pem backup.sql.gz…

Noam B.
- 119
- 3
- 7
-1
votes
3 answers
How to Copy files from one Ubuntu server to another? (MYSQL Database for website migration)
I'm very new to Ubuntu and my first task is to copy one website with a MySQL database to another server. Both servers are virtual machines and in the same environment. I have both the IP addresses and login credentials.
I can sign in remotely from…

RayofCommand
- 1,451
- 8
- 26
- 36
-1
votes
1 answer
copy speed to server with multiple clients
I got a file server that is connected via an HP switch to multiple clients.
The clients are mapping network drives of shared folder on the server and copy files from an external e-sata drive to the server.
All adapters, switch and cables are 1Gbe.…

user152175
- 3
- 1
-1
votes
2 answers
copy file: Not a directory
I have a NAS mount, and I can copy file to this,
but I can't copy files similar to this
cp /home2/user/WRF/WRFV3/run/*_2 . -v
`/home2/user/WRF/WRFV3/run/wrfout_d04_2007-11-21_00:00:00_2' -> `./wrfout_d04_2007-11-21_00:00:00_2'
cp: cannot create…

JuanPablo
- 913
- 3
- 10
- 21
-1
votes
1 answer
With the tools available by default in a Windows environment (or sysinternals) how can I make a copy of (only) C:\WINDOWS\system32\config\?
When I say available by default, I mean to include sysinterals, which is somewhat universally approved by system admins and doesn't serve as a barrier for my use-case.
I'm now aware of:
disk2vhd (sysinternals)
System state backup
as options for…

J.Todd
- 101
- 3
-1
votes
2 answers
Copy range of files on Linux/Unix
Background
I have already thoroughly read through this question: Copy a range of fiels and tried most of the answers.
I exported data into a single .json then split the .json file into smaller serialized files with 50k lines in…

Garrett
- 101
- 3
-2
votes
1 answer
Can I Copy a File Without hitting the RAM?
I suspect that I have a bad stick of RAM in a Linux development server. I'm trying to copy an 80Gb file off of the server to an external hard drive. CRC of the copied file does not match that of the source, and I'm wondering if I can make a copy…

Ethereal
- 97
- 1