Visit Open-E website
Results 1 to 5 of 5

Thread: File Replication with rsync

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2010
    Posts
    404

    Default

    That would be the small update named:
    upd_1056-DSS_V6 ( For DSS V6 )
    upd_70151-DSS-V7_data_replication_qnap ( For DSS V7 )

    And opening a support ticket is required to get the small update.

  2. #2

    Default

    It works.
    Thank you.

  3. #3

    Default

    Remote sync, or rsync, is a way to synchronize files and directories through the command line interface on Unix-based machines. This easy-to-use utility is commonly used for backing up your data, but can synchronize files for any other purpose you choose to use it for. Remote sync can be better than other backup methods because of its speed, and because it doesn’t require any special permissions to execute an rsync command. With just a small knowledge of the command line, you can be backing up in no time with rsync.One of the simplest things you can do with rsync is to backup files and directory structure. In order to use rsync, you must use the following command format when specifying information in Terminal:
    rsync –options SourceDirectory DestinationDirectory
    ------------------------------------------------------
    website templates

Posting Permissions

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