Skip to main content

All Questions

Tagged with
2 votes
1 answer
1k views

XCopy on server?

Normally, on my website, files are either handled by WordPress or by me doing FTP. I'd like to copy my entire site to a new folder. I don't want to copy it down to my local drive (with wget) and then ...
Robert Frank's user avatar
7 votes
3 answers
20k views

Unix equivalent of XCOPY /D

Windows has a nice option to its XCOPY command: /D. This copies only files where the source modification time is newer than the destination time. Is there any unix/linux equivalent of this? I'm trying ...
Cassidy Laidlaw's user avatar