remote backup ?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers remote backup ?
# 1  
Old 02-22-2008
Question remote backup ?

Scenario.............

MachineA has the tape drive.
Currently using ufsdump to backup MachineA.

ufsdump 0uf /dev/rmt/0n /

Currently using ufsdump on MachineB to MachineA's tape drive (appending to same tape).

ufsdump 0uf MachineA:/dev/rmt/0n /

Is there a way to use ufsdump on MachineA to backup MachineB's filesystem on MachineA's tape drive?

I would like to do it this way because I have two separate crons (one on MachineA, one on MachineB) running backups to the same tape drive and would rather have one cron on MachineA that will do both.

Running on solaris 5.8

Thanks in advance
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Remote FTP Backup -Tar archive+ encrypt+ split to a remote ftp

I have a huge directoy(200+ gb) for backup. I want upload the tar file(split files) simultaneous to a remote ftp. (pipeline, stdout, stdin etc.) I don't want write a data to local hdd. I have a ssd hdd. thanks. this code doesn't work.( yes i know the problem is split command!) tar cvzf -... (8 Replies)
Discussion started by: tara123
8 Replies

2. AIX

Backup to a remote tape device. Is it possible?

Hi all The situation is as follows: We need to take an mksysb image from an AIX 6.1 server. From some reason (irrelevant to this discussion) this server does not have access to a local CD-ROM or a tape drive. We do have another server with AIX 6.1 (but different technology level) which got access... (1 Reply)
Discussion started by: abohmeed
1 Replies

3. Ubuntu

Remote backup sites

Are they reliable? I have a large cache of photographic images that I have taken over many years. Would it be safe to trust Ubuntu One for example and also sync---ing for example with Firefox. Is it safe to trust these remote storage sites with contacts and other sensitive data? Any comments and... (4 Replies)
Discussion started by: Royalist
4 Replies

4. UNIX for Advanced & Expert Users

Help with ZFS backup on remote autoloader

I have a cluster of 2 V490s, one is connected to tape. I need a way to backup ZFS file systems from the non-tape machine to the tape machine. I tried : zfs send pool/snap@today | ssh host2 zfs recv pool2/snap@today | dd /dev/tape, to no avail. My question: 1- Is there a way to backup ZFS... (1 Reply)
Discussion started by: Blacklander
1 Replies

5. UNIX for Dummies Questions & Answers

Accessing a Remote Backup

I had my server crash so I am trying to access the remote backup I had to get all the data back, and I cannot for the life of me remember how to access the backup drive. I made the backups through Plesk and it seems to be locking up whenever I use it to access the backup drive. If this just is... (0 Replies)
Discussion started by: daallie
0 Replies

6. AIX

How to remote backup with AIX system

I have some questions : 1) We can system backup manual by remotely? (Ex: we peform backup a AIX system in Japan from US)How we can do? 2) We can build a script to system backup automatically? How we can do? 3) We can use which third party to do that? Which tool? Thanks (1 Reply)
Discussion started by: guest
1 Replies

7. SCO

sco remote backup

i have 2 server, one is running on windows and the other one is running on sco. both have their own dds4 drive but the sco server is not malfunctioning. is it possible to backup data from sco server to our windows server remotely. thanks (1 Reply)
Discussion started by: yackim
1 Replies

8. Shell Programming and Scripting

remote tape backup

i have two main servers which are both hpux. the problem is that i only have single dat drive to use with my backup (using tar command). it always takes me alot of time to perform this activity since the backup can only be done one at a time. there are other hpux box with a dat drive attached on... (3 Replies)
Discussion started by: inquirer
3 Replies

9. Solaris

remote backup

hii alll I have problem related to remote backup, i have sunserver (sunfire v100) & sun e 420 r my backup device is connected in sun e 420 r, my problem is the application which is running in sun fire v 100 when iam trying to take backup it searching backup locally if i try remote... (2 Replies)
Discussion started by: solaris8in
2 Replies

10. UNIX for Dummies Questions & Answers

cpio backup to a remote device..

Hi, Needing to perform a backup of one system to the tape unit on another system. Why, well because the local tape device is stuffed and I desparately need to have a backup completed successfully sooner rather than not at all. My question is how do I set the below code to allow me to perform... (3 Replies)
Discussion started by: Cameron
3 Replies
Login or Register to Ask a Question
BUTC_LOGS(5)							AFS File Reference						      BUTC_LOGS(5)

NAME
       butc_logs - Message logs from the Tape Coordinator process

DESCRIPTION
       The Backup System Tape Coordinator (butc) process generates two log files per device, one for error messages and one for actions.

   Error Message Log
       The TE_device_name file logs error messages generated by the Backup System Tape Coordinator that controls the tape device or backup data
       file indicated by device_name.

       As the Tape Coordinator initializes, it creates the file in ASCII format in the /var/lib/openafs/backup directory. If there is an existing
       file, the Tape Coordinator renames it to TE_device_name.old>, overwriting the existing TE_device_name.old> file if it exists.

       For a tape device, the Tape Coordinator derives the variable device_name portion of the filename from the device pathname listed in the
       local /var/lib/openafs/backup/tapeconfig file, by stripping off the initial "/dev/" string and replacing any other slashes in the name with
       underscores. For example, the filename for a device called /dev/rmt/4m is TE_rmt_4m. Similarly, for a backup data file the Tape Coordinator
       strips off the initial slash ("/") and replaces any other slashes in the name with underscores. For example, the filename for a backup data
       file called /var/tmp/FILE is TE_var_tmp_FILE.

       The messages in the file describe the error and warning conditions the Tape Coordinator encounters as it operates. For instance, a message
       can list the volumes that are inaccessible during a dump operation, or warn that the Tape Coordinator is overwriting a tape or backup data
       file. The messages also appear in the /var/lib/openafs/backup/TL_device_name file, which traces most of the Tape Coordinator's actions.

   Action Log
       The TL_device_name file logs the actions performed by the Backup System Tape Coordinator that controls the tape device or backup data file
       indicated by device_name. It also records the same error and warning messages written to the TE_device_name file.

       As the Tape Coordinator initializes, it creates the file in ASCII format in the /var/lib/openafs/backup directory. If there is an existing
       file, the Tape Coordinator renames it to TL_device_name.old, overwriting the existing TL_device_name.old file if it exists.

       For a tape device, the Tape Coordinator derives the variable device_name portion of the filename from the device pathname listed in the
       local /var/lib/openafs/backup/tapeconfig file, by stripping off the initial "/dev/" string and replacing any other slashes in the name with
       underscores. For example, the filename for a device called /dev/rmt/4m is TL_rmt_4m. Similarly, for a backup data file the Tape Coordinator
       strips off the initial slash ("/") and replaces any other slashes in the name with underscores. For example, the filename for a backup data
       file called /var/tmp/FILE is TL_var_tmp_FILE.

SEE ALSO
       tapeconfig(5), butc(8)

COPYRIGHT
       IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.

       This documentation is covered by the IBM Public License Version 1.0.  It was converted from HTML to POD by software written by Chas
       Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.

OpenAFS 							    2012-03-26							      BUTC_LOGS(5)