DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: moving logical backups to remote site

  1. #1
    Join Date
    Jun 2000
    Location
    dumfries,va,usa
    Posts
    227

    Cool

    Hi,
    I have this tediuos task of copying backup (logical) to a remote site. Is there a way to ftp an entire directory rather than one file at a time? Examples are welcomed.

    Thanks in advance,
    leonard905
    leonard905@yahoo.com

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    mput *

    don't forget the -in flags. For example:
    ftp -in yourhost
    user xyz abc
    bin
    cd /your/dest/dir
    mput *
    quit


    Personally, I would just tar everything up into one file and then ship the tarball over.
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width