Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4548568
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:14:19+00:00 2026-05-21T16:14:19+00:00

I have a backup script that calls SVN dump, outputs stderr to a file

  • 0

I have a backup script that calls SVN dump, outputs stderr to a file then pipes the output to 7zip.

I now have to port this system to windows using a batch file but I cannot seem to get access to the file twice in the one line like linux will let me, is there an alternative syntax?

svnadmin dump D:\Repo\example 2>> %logfile% | 7za a new.7z >> %logfile%

(above is just an example)

In windows if I try to do this I get an error that the file is already being accessed. How can I make sure I get error both from the svnadmin and also from the 7za to my logfile?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T16:14:20+00:00Added an answer on May 21, 2026 at 4:14 pm

    You can also use a block to redirect both to the logfile directly.

    Redirecting the stdout with 1>>&2 to stderr and then combine both with the parenthesis and redirect it with a single 2>> to the logfile.

    (svnadmin dump D:\Repo\example | 7za a new.7z 1>>&2 ) 2>> %logfile%
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have made backup script that does well: makes backup zip-file and then uploads it
I have a php script that backup my table in .sql format and I
I have created a shell script to backup my webfiles + database dump, put
We have a shell script that perform a physical backup of our oracle database
I have a backup script which copies a file via ssh and creates a
I am creating a quick backup script that will dump some databases into a
I have a shell script that runs every night to backup my EC2 sites
I have a share backup bash script that works as is, but it uses
I have a Powershell script that calls sqlcmd to run a sql script that
I have a script that outputs with timestamps but I can't manage to have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.