Results 1 to 3 of 3

Thread: Taking Backup of daily task in companies

  1. #1

    Taking Backup of daily task in companies

    How to take backup of daily task in companies while doing a project?


  2. #2

    Re: Taking Backup of daily task in companies

    Project development using Visual Sorce Safe can be backed up by writing a script file and scheduling it to run on daily basis.

    Here is the clue :-
    Use SSARC.exe in the VSS win32 directory which creates a compressed backup of your repository.

    Here's the command-line our nightly backup script ultimately uses:
    ssarc.exe -d- -s"{vssPath}" -o"{logFile}" -i- -y{username},{password} -c"{comment}" "{archiveFile}" "{vssProject}"

    Hope this helps you.
    Cheers,
    Rupali


  3. #3
    Expert Member
    Join Date
    Dec 2007
    Answers
    138

    Re: Taking Backup of daily task in companies

    u can use also batch file for automatic backup. that will copy your project content to another network or local backup machine.
    here is the command :
    xcopy source destination /i /s
    ex : xcopy \\peeyushMachine\TestProject C:\Backup /i /s


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact