X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=1.7 required=5.0 tests=AWL,BAYES_50,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,KHOP_THREADED,NML_ADSP_CUSTOM_MED,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: sourceware.org Date: Fri, 19 Oct 2012 00:39:37 -0700 (PDT) From: srikant veeraraghavan To: cygwin AT cygwin DOT com Message-ID: <1350632377986-93685.post@n5.nabble.com> In-Reply-To: <20121018164845.GV25877@calimero.vinschen.de> References: <1350571521697-93659 DOT post AT n5 DOT nabble DOT com> <20121018155723 DOT GR25877 AT calimero DOT vinschen DOT de> <1350577673773-93671 DOT post AT n5 DOT nabble DOT com> <20121018164845 DOT GV25877 AT calimero DOT vinschen DOT de> Subject: Re: Using tar to run backups onto a tape device using cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi Corinna, I was looking into the /dev and / folder... It has actually created directories in the name of st0 and st1. For checking if anything was written or not I checked it in the GUI. I am using a Virtual Tape system which reflects the data written in the Carts. And I was unable to see it in the gUI. This is what I did now... Inside the dev/ I was not able to get the list of my devices, st0,st1... So I used the script create_devices.sh to create the same in the /dev/ directory. After this I checked the status of the tapes using the mt command: mt -f /dev/st0 status 3. Yes using 3 helped me with moore detailed info...After the cartridges were loaded I could see the size available to be written. Then I used the tar -cf /dev/st0 /cygdrive/c/StratfordData/ Now I am able to run the backups and could see it get written in the GUI. So the /dev/ devicename not being created was the issue. Instead of writting in the tape it created it inside the /dev directory. Thanks Corinna for your help. -- View this message in context: http://cygwin.1069669.n5.nabble.com/Using-tar-to-run-backups-onto-a-tape-device-using-cygwin-tp93659p93685.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple