I need an easy server script to clone files

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jovigirl
    Confirmed User
    • Apr 2003
    • 1796

    #1

    I need an easy server script to clone files

    that clones a file on multiple locations and servers every time the file is updated.
    Kind of a hard link but working both on the same and on remote servers.
    The cloned files need to be owned by every account user, not by root.

    Here's the basics:
    File /usr/home/...../file
    clone to ftp.xxxxx.com path usr/home/..../target
    id: ..... pass: ....

    It needs to be automatic every time the original file is modified.

    ICQ me if you know how to do it at 333548380

    Thanks
    ICQ :333-548-380
  • raymor
    Confirmed User
    • Oct 2002
    • 3745

    #2
    You already have the functionallity
    you want, probably. It's called rsync.
    You just need someone to configure
    a cron job to run it every so often.
    For historical display only. This information is not current:
    support@bettercgi.com ICQ 7208627
    Strongbox - The next generation in site security
    Throttlebox - The next generation in bandwidth control
    Clonebox - Backup and disaster recovery on steroids

    Comment

    Working...