Register a free account to unlock additional features at BleepingComputer.com
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.


Click here to Register a free account now! or read our Welcome Guide to learn how to use this site.

Generic User Avatar

XCOPY for backups


  • This topic is locked This topic is locked
64 replies to this topic

#61 Magic Sam

Magic Sam
  • Topic Starter

  •  Avatar image
  • Members
  • 463 posts
  • OFFLINE
  •  
  • Gender:Male
  • Location:Brigadoon (Co Durham, UK)
  • Local time:04:54 AM

Posted 11 June 2014 - 06:10 AM

At the outset I downloaded the GUI but never got around to using it.  Instead I was able to construct a simple DOS batch file to run Robocopy's simplified syntax as you say at the click of a button.  Having said this I have to confess that I don't make nearly as much use of it as I should do. And I have to confess that my security precautions are not nearly as rigorous as yours either ..


But there are also unknown unknowns- the ones we don't know we don't know


BC AdBot (Login to Remove)

 


#62 JohnnyJammer

JohnnyJammer

  •  Avatar image
  • Members
  • 1,268 posts
  • OFFLINE
  •  
  • Gender:Male
  • Location:QLD Australia
  • Local time:02:54 PM

Posted 18 June 2014 - 11:03 PM

I wrote this a while back to copy files and it also saves the permissions from source to target, i added the msg * /server:myworkstationname so i could get a message telling me its done.

To use this, drag the folder on to the dos prompt and hit enter, repeat for destination or just type it out manually.

Note, dont use this to copy files that are a dfsr target because it carries over all the dfsrprivate\*.* data whichd epending on your quota size can be very large.

 @echo off
SET /p from=Whats the Source Location:
SET /p target=Whats the Destination:
TITLE Copying %from% To %target%
ROBOCOPY %from% %target% /E /ZB /DCOPY:T /COPYALL /R:1 /W:1 /V /TEE
ECHO Done.....
TITLE Done Copying %from% To %target%

Edited by JohnnyJammer, 18 June 2014 - 11:04 PM.


#63 Magic Sam

Magic Sam
  • Topic Starter

  •  Avatar image
  • Members
  • 463 posts
  • OFFLINE
  •  
  • Gender:Male
  • Location:Brigadoon (Co Durham, UK)
  • Local time:04:54 AM

Posted 03 July 2023 - 07:31 PM

I am replying to the latest reply post from adamblack - which seems to have disappeared - to say that a long time has passed since I first opened the thread. During which time I came to the conclusion that I was getting outside of my technical pay grade. On the advice of a friend I have instead been running AOMEI Backupper (free) relying on the software to do all the clever stuff rather than try to figure it out for myself. How this will perform in a real hands-on meltdown emergency I wait to see. Has anyone else had experience of AOMEI?


But there are also unknown unknowns- the ones we don't know we don't know


#64 MoxieMomma

MoxieMomma

  •  Avatar image
  • BC Advisor
  • 3,026 posts
  • OFFLINE
  •  
  • Gender:Not Telling
  • Local time:11:54 PM

Posted 03 July 2023 - 07:44 PM

@ Magic Sam:

The previous post was a spam post by a spammer reviving this 9-year-old thread.
So, it was deleted.

Thanks for the update: better late than never.

If you need help with AOMEI, it would be best to start a new thread in the "backup, imaging & disk management" section of the forum.

Cheers

#65 Chris Cosgrove

Chris Cosgrove

  •  Avatar image
  • Global Moderator
  • 28,257 posts
  • OFFLINE
  •  
  • Gender:Male
  • Location:Scotland
  • Local time:05:54 AM

Posted 12 July 2023 - 05:03 AM

For some reason this topic has become a spam magnet. It is now closed.

 

Chris Cosgrove






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users