Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12D6410A07 for ; Fri, 6 Dec 2013 10:05:58 +0000 (UTC) Received: (qmail 25089 invoked by uid 500); 6 Dec 2013 10:05:25 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 25053 invoked by uid 500); 6 Dec 2013 10:05:22 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 24950 invoked by uid 99); 6 Dec 2013 10:05:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 10:05:09 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_NONE,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcdcu-cassandra-user-1@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 10:05:01 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VosH2-0005F9-UO for user@cassandra.apache.org; Fri, 06 Dec 2013 11:04:41 +0100 Received: from 159.50.249.149 ([159.50.249.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Dec 2013 11:04:40 +0100 Received: from jonathan.bonnet by 159.50.249.149 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Dec 2013 11:04:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@cassandra.apache.org From: Bonnet Jonathan Subject: Try to configure =?utf-8?b?Y29tbWl0bG9nX2FyY2hpdmluZy5wcm9wZXJ0aWVz?= Date: Fri, 6 Dec 2013 10:04:19 +0000 (UTC) Lines: 41 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 159.50.249.149 (Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)) X-Virus-Checked: Checked by ClamAV on apache.org Hello, I try to configure commitlog_archiving.properties to take advantage of backup and restore at a point of time, but there is no ressources on internet for that. So i need some help. If I understand I have 4 parameters: archive_command= restore_command= restore_directories= restore_point_in_time= Forget for the moment the restore_point_in_time, should i put one command only for the archive_command; my wish is to copy all the commitlogs on another directory: restore_directories=/produits/cassandra/cassandra_data/archived_logs archive_command=/bin/cp - f /produits/cassandra/cassandra_commit/*.log /produits/cassandra/cassandra_ data/archived_logs restore_command=/bin/cp - f /produits/cassandra/cassandra_data/archived_logs/*.log /produits/cassandr a/cassandra_commit But it doesn't work when i restart the node which interest me, it doesn't copy anything. Why, can you give me a good example and the good way to configure archive commit logs ? there's nothing on the net except Datastax Website. Thanks for your answear. Regards, Bonnet Jonathan.