From owner-freebsd-questions@freebsd.org Wed Nov 30 14:00:07 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A870EC5DC58 for ; Wed, 30 Nov 2016 14:00:07 +0000 (UTC) (envelope-from bsd@bontempi.net) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 821F11C2B for ; Wed, 30 Nov 2016 14:00:07 +0000 (UTC) (envelope-from bsd@bontempi.net) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 24983206D8; Wed, 30 Nov 2016 09:00:05 -0500 (EST) Received: from web2 ([10.202.2.212]) by compute2.internal (MEProxy); Wed, 30 Nov 2016 09:00:05 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=smtpout; bh=fC +jXFZDTITfoci075CFBtg6mVI=; b=NgaysAz8v0DHsc71GoORdR2mV0uoqNmyE1 W4nxcIzJZrgacoGAcbaffisFb7YJefYhqOONH61HVOC5ZmauZGVUeF93F0IUn1Mb xKVrWd1r9hxl/0IBmH9r3G8/MpJj6/scjkRiUtFAtF2Hqk7lQu46inV10xkJIbLh 8ohM76vQs= X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 37D82626B6; Wed, 30 Nov 2016 09:00:04 -0500 (EST) Message-Id: <1480514404.2383586.803732273.740B98B8@webmail.messagingengine.com> From: Priyadarshan To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-d142962a Subject: Re: Calculating size of a corresponding ISO9660+UDF image? In-Reply-To: <20161130131842.bogzzbxpuclpj64p@butterfly.fdc.rm-rf.it> References: <25788.1480501137@segfault.tristatelogic.com> <20161130131842.bogzzbxpuclpj64p@butterfly.fdc.rm-rf.it> Date: Wed, 30 Nov 2016 14:00:04 +0000 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2016 14:00:07 -0000 > * [Wed, Nov 30, 2016 at 02:18:57AM -0800] Ronald F. Guilmette: > >1) How to perform "bin packing" to get as many files onto each blank=20 > >BD-R disk as possible without exceeding the 25GB limit. (This "bin=20 > >packing" is said to be an NP-hard problem, but I'll muddle through this= =20 > >part somehow, even if I end up having my program just try all possible=20 > >packings. I wasn't in a hurry anyway. :-) Amanda tries to fully utilize each media, and it allows individual file restores. I believe Amanda can use any discs as =C2=ABvirtual tapes=C2=BB:=20 http://wiki.zmanda.com/index.php/Tapetype_definitions#For_DVD Priyadarshan