Tar files, transfer to remote host and delelte source


 
Thread Tools Search this Thread
Operating Systems Solaris Tar files, transfer to remote host and delelte source
# 1  
Old 02-28-2006
Tar files, transfer to remote host and delelte source

Hi,
I´m having a problem here. I have a directory that holds many subdirs and files (by many I mean MANY thousands).
What I want to do is make blocks of these files and transfer them block by block to a remote host; but once a given file is already placed in the remote host, the script must delete the source file. Block size can be upto 2GB.
My brain is melt down already; can anybody give me a hand with this.

Thaks

Dago
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Copy local files to single remote host but multiple folders using rsync

I'm trying to copy a file myfile.scr from my local Linux server to multiple folders on remote AiX server using single rsync command. Below command helps me copy the file "myfile.scr" from my localhost to a remote host folder "/app/deployment/tmpfiles" rsync --delay-updates -F --compress... (1 Reply)
Discussion started by: mohtashims
1 Replies

2. Shell Programming and Scripting

Connect to target host from Source host.

Hi All, Need to connect to target host and execute a command and connect back to source host to continue with next set of command execution. Is there a utility/command using which we can connect to target host ? Please suggest. Note: Netezza database is instaled on Linux server. ... (4 Replies)
Discussion started by: Nagaraja Akkiva
4 Replies

3. Shell Programming and Scripting

Pause processes in remote host and resume execution in another remote host

Hi, Given addresses of 2 remote machines, using a shell script is it possible to get the state of running processes in "src" stop all the processes in "src" exit out of "src" ssh into "dest" resume the state of executing processes captured in step 1 in "dest" Assumption: "src" is... (3 Replies)
Discussion started by: Saeya Darsan
3 Replies

4. Shell Programming and Scripting

scp or rsync multiple files in parallel from a remote host

Hi. I'm trying to speed up an rsync command by running it in parallel. There's no real option for this other than if the files are in multiple directories (which they're not). And even then there's no way of knowing if rsync has succeeded as the process is running in the background .. and... (4 Replies)
Discussion started by: Big_Jeffrey
4 Replies

5. UNIX for Dummies Questions & Answers

Transfer large number of files host to host

Hello.... I have two servers, one has an empty / and the other has a subdirectory with a large number (4 gig) with many, many files. I need a way to transfer the files en masse from the server with the large number of files to the one that is essentially blank. I don't have space on the used... (16 Replies)
Discussion started by: blaine.miller
16 Replies

6. UNIX for Advanced & Expert Users

Help! How to find the local host after few ssh hops to remote host???

I do a ssh to remote host(A1) from local host(L1). I then ssh to another remote(A2) from A1. When I do a who -m from A2, I see the "connected from" as "A1". => who -m userid pts/2 2010-03-27 08:47 (A1) I want to identify who is the local host who initiated the connection to... (3 Replies)
Discussion started by: gomes1333
3 Replies

7. Shell Programming and Scripting

Shell script to transfer the files from source to target server.

I need to write a shell script to transfer the files every hour from source - target server. The cron job should be running every hour and shouldn't copy already copied files to the remote server ? I was able to write intial script but not able to get the logic for (in the next run it should... (12 Replies)
Discussion started by: radhirk
12 Replies

8. Solaris

How to delete the files from local host to remote host

Hi all, i am copying .gz files from production server to development server using "scp" command.my requirement is after copying .gz files i want to delete old .gz files(two days back) in development server from production server. like this way i need to delelte .log ,.z and .dmp files... (3 Replies)
Discussion started by: krishna176
3 Replies

9. UNIX for Dummies Questions & Answers

Sending tar output to a remote host

Our group has recently inherited 15 servers that have not been maintained for over a year. My first action is to backup the units however there is not enough disk space on most of them to run tar. My supervisor said to look at piping the tar output to another machine, however I have been unable... (3 Replies)
Discussion started by: thumper
3 Replies

10. UNIX for Dummies Questions & Answers

Backing up files to a remote host question.

I need to know how to successfully back up(and compress) files from a local machine to a remote host. Will this work? tar -cvf backup.tar -C /user/somedir | gzip backup.tar | rsh some.domain.com/user/somedir thanks in advance! (3 Replies)
Discussion started by: WeNdeL
3 Replies
Login or Register to Ask a Question
tftp(1c)																  tftp(1c)

Name
       tftp - trivial file transfer program

Syntax
       tftp [host] [port]

Description
       The  command  provides  the  user interface to the Internet standard Trivial File Transfer Protocol.  The program allows a user to transfer
       files to and from a remote network site.  The remote host can be specified on the command line.	If you specify the remote host on the com-
       mand line uses host as the default host for future transfers.

       If  a  port is specified, uses that port number instead of the standard service port.  When the user invokes the program enters its command
       interpreter and awaits instructions.  The prompt tftp> is displayed on the screen.

       The following commands are recognized by

       ?		   Displays a help message that gives a brief summary of the commands.

       ascii		   Specifies mode ascii.

       binary		   Specifies mode binary.

       connect host-name [ port ]
			   Sets the host and, optionally, sets port for transfers.  Note that the TFTP	protocol  does	not  maintain  connections
			   between transfers.  Because merely remembers what host should be used for transfers instead of actually creating a con-
			   nection, it is not necessary to use the command.  The remote host can be specified as part of the or commands.

       get remote-file... [ local-file ]
			   Gets a file or set of files from the specified sources.  If the host has already been specified, the source can  be	in
			   the	form of a filename on the remote host.	If the host has not been specified, the source can be a string of the form
			   host:file, specifying both a host and filename at the same time.  If the latter form is used, the last hostname entered
			   becomes the default for future transfers.

       mode		   Sets the file transfer type to network ASCII or binary.  The default type is network ASCII.

       put local-file... [ remote-file/directory ]
			   Puts  a file or set of files to the specified remote file or directory.  If the remote host has already been specified,
			   the destination can be a filename on it.  If the remote host has not been specified, the destination can be a string of
			   the	form  host:filename,  specifying  both a host and filename at the same time.  If the latter form is used, the last
			   hostname entered becomes the default for future transfers.  If the remote-directory form is used, the  remote  host	is
			   assumed to be a UNIX machine.

       quit		   Exits the program.

       rexmt		   Sets the retransmit timer.

       status		   Shows what believes to be the current connection status.

       timeout		   Set the transaction timeout.

       trace		   Sets the packet trace flag.

       verbose		   Sets the verbose mode flag.

Restrictions
       Since the TFTP protocol does not support any authentication, files must be world read (writable) on the remote system.

       Because	there  is  no user-login validation within the TFTP protocol, the remote site should have some sort of file access restrictions in
       place.  The exact methods are specific to each site.

																	  tftp(1c)