Results 1 to 5 of 5

Thread: Is there any kind of best practice for snapshot and replication?

  1. #1

    Is there any kind of best practice for snapshot and replication?

    I am setting up snapshot and replication between two freenas boxes. I am wondering what others are doing and how they are doing it. The boxes are on our private network and I have ~50megs of bandwidth between them. I am essentially cross backing them up to each other. Some data is obviously more important than other data but what you loose is always the most important. I would like to do very frequent snapshots on some mount points but do replication maybe once a day. Is this a common method?

    Stephen

  2. #2
    Senior Member
    Join Date
    Dec 2011
    Location
    San Luis Obispo, California, United States
    Posts
    716
    i suggest you use rsync over ssh between the to. no extra running service, only sends data that changed, and is encrypted traffic. you just need to get your public/private keys setup correctly then setup the rsync jobs.

  3. #3
    So replication is the full dataset every time? Ouch. For some reason I thought it was incremental but I must have been getting it confused with rsync. I'll have to look at rsync.

    Thanks,
    Stephen

  4. #4
    Senior Member
    Join Date
    Dec 2011
    Location
    San Luis Obispo, California, United States
    Posts
    716
    ohh, my mistake, I didn't fully understand what replication was. haven't looked into / played around with this yet

  5. #5
    Junior Member
    Join Date
    Apr 2012
    Posts
    2
    Replication is performed using snapshots, which are incremental, over ssh. Replication occurs when snapshots are created.

Tags for this Thread

Posting Permissions

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