From owner-freebsd-questions@FreeBSD.ORG Fri May 30 02:12:42 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCFF9F93 for ; Fri, 30 May 2014 02:12:42 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B48722148 for ; Fri, 30 May 2014 02:12:42 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id rd3so1140291pab.35 for ; Thu, 29 May 2014 19:12:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=3eyGhwDQzwzxFpbqUHumdNi1g1St6bQvKZ4uFisXyJw=; b=Xdr2lotuN1CKHee4bIfWeEVLAkmhnn5jqTn3knJOQpsH8JT4k08bPSpPAx14cz4zux 9nYGJxe9yGzYu1veF8m3BFrIVmwowDaQCxiOc1AmmIs+EEUO4EqBwN56s1xwp0nqi7oa tVFtORSbEbeEPS4t0pOHercCZsIx1kMysuZR37BQ+dMf9IHS8Ak5XjjUOWZXSs8qkgVS WVw03Mp7yW+/gBZC8/0YsB0bxVZpR89rUTRR7PKBBs0cK3CiOmp5pB9NOJgPRjAfKGY8 Re5+zPR00hkTbavovpUwXC+xQDTXEnfOYLWYZ26w5YaiCyiVcjSdOZ8rhz3j+LMXaWcK TEvA== X-Received: by 10.68.106.130 with SMTP id gu2mr13849792pbb.59.1401415962346; Thu, 29 May 2014 19:12:42 -0700 (PDT) Received: from SergeiMBP.local ([2601:8:a880:fd6:d58f:9340:3194:f77f]) by mx.google.com with ESMTPSA id gu11sm3475468pbd.38.2014.05.29.19.12.40 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 29 May 2014 19:12:41 -0700 (PDT) Message-ID: <5387E917.5040404@gmail.com> Date: Thu, 29 May 2014 19:12:39 -0700 From: Sergei G User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: questions@freebsd.org Subject: What is recommended admin / backup script location? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 02:12:42 -0000 What would be an appropriate location for backup and other admin level scripts? I assume cron will be used to schedule execution of backup script, unless there is a better solution. Thanks