| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 06:23:53 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20070613051827
location: https://web.archive.org/web/20070613051827/https://boxbackup.darwinports.com/
server-timing: captures_list;dur=0.823846, exclusion.robots;dur=0.075953, exclusion.robots.policy;dur=0.060753, esindex;dur=0.012281, cdx.remote;dur=7.758437, LoadShardBlock;dur=352.793266, PetaboxLoader3.datanode;dur=290.228666, PetaboxLoader3.resolve;dur=40.691688
x-app-server: wwwb-app242-dc8
x-ts: 302
x-tr: 388
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app242; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 22 Dec 2025 06:23:54 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Wed, 13 Jun 2007 05:21:42 GMT
x-archive-orig-server: Apache
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 13 Jun 2007 05:18:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 43_0_20070613022116_crawl30-c/43_0_20070613051508_crawl31.arc.gz
server-timing: captures_list;dur=0.577661, exclusion.robots;dur=0.024250, exclusion.robots.policy;dur=0.014854, esindex;dur=0.009708, cdx.remote;dur=21.276574, LoadShardBlock;dur=255.574871, PetaboxLoader3.datanode;dur=230.787664, PetaboxLoader3.resolve;dur=210.543297, load_resource;dur=235.889185
x-app-server: wwwb-app242-dc8
x-ts: 200
x-tr: 594
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
boxbackup version 0.10 for Mac OS X
|
|||||||||
Wednesday the 13th of June, 2007 |
|||||||||
boxbackup most recent diff
Scroll down toward the bottom of the page to get installation instructions for boxbackup. The raw portfile for boxbackup 0.10 is located here: https://boxbackup.darwinports.com/dports/sysutils/boxbackup/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 20465 2006-11-03 15:19:20Z blair PortSystem 1.0 Name: boxbackup Version: 0.10 Category: sysutils net Maintainers: ecronin Description: completely automatic on-line backup system for UNIX. Long Description: The backup daemon, bbackupd, runs on all machines to be backed up. The store server daemon, bbstored runs on a central server. Data is sent to the store server, which stores all data on local filesystems, that is, only on local hard drives. Tape or other archive media is not used. The system is designed to be easy to set up and run, and cheap to use. Once set up, there should be no need for user or administrative intervention, apart from usual system maintenance. Homepage: https://www.fluffy.co.uk/boxbackup/ master_sites sourceforge extract.suffix .tgz checksums md5 2dc02d87932fdb222ed019443ddcf444 patchfiles patch-BoxPlatform.pm.in depends_lib port:perl5.8 port:zlib port:openssl post-patch { reinplace "s|ac_default_prefix=/usr/local|ac_default_prefix=${prefix}|g" ${worksrcpath}/configure reinplace "s| reinplace "s|__PREFIX__|${prefix}|g" ${worksrcpath}/infrastructure/BoxPlatform.pm.in reinplace "s|\$install_into_dir|${destroot}\$install_into_dir|g" ${worksrcpath}/infrastructure/makeparcels.pl cd ${worksrcpath} foreach file [exec find . -type f ( -name *.pl -o -name *-config -o -name *-certs -o -name *.cpp )] { reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" ${file} } foreach file { bin/bbstored/BackupConstants.h bin/bbackupd/bbackupd-config bin/bbstored/bbstored-certs bin/bbstored/bbstored-config lib/common/BoxPortsAndFiles.h lib/raidfile/RaidFileController.h lib/raidfile/raidfile-config } { reinplace "s|/usr/local|${prefix}|g" ${file} reinplace "s|/var/run|${prefix}/var/run|g" ${file} reinplace "s|/var/bbackupd|${prefix}/var/bbackupd|g" ${file} reinplace "s|/etc/box|${prefix}/etc/box|g" ${file} } } configure.env PREFIX='${prefix}' configure.pre_args destroot.target install-backup-client destroot.keepdirs ${destroot}${prefix}/etc/box ${destroot}${prefix}/etc/box/bbackupd ${destroot}${prefix}/var/run ${destroot}${prefix}/var/bbackupd post-build { # Since this app does not support DESTDIR .... reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/parcels/scripts/install-backup-client reinplace "s|/usr/local|${destroot}${prefix}|g" ${worksrcpath}/parcels/scripts/install-backup-server } post-destroot { xinstall -d -m 0700 ${destroot}${prefix}/etc/box/bbackupd xinstall -d -m 0700 ${destroot}${prefix}/var/bbackupd xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} foreach docname {accounts bbackupctl client license nonroot restore retrieve server serverfix space trouble} { xinstall -m 0644 ${filespath}/${docname}.html ${destroot}${prefix}/share/doc/${name}/${docname}.html reinplace "s|/usr/local|${prefix}|g" ${destroot}${prefix}/share/doc/${name}/${docname}.html reinplace "s|/var/run|${prefix}/var/run|g" ${destroot}${prefix}/share/doc/${name}/${docname}.html reinplace "s|/var/bbackupd|${prefix}/var/bbackupd|g" ${destroot}${prefix}/share/doc/${name}/${docname}.html reinplace "s|/etc/box|${prefix}/etc/box|g" ${destroot}${prefix}/share/doc/${name}/${docname}.html } # Create startup rc script (if non-Darwin) if {![variant_isset darwin]} { xinstall -d -m 0755 ${destroot}${prefix}/etc/rc.d xinstall -m 0755 ${filespath}/boxbackup.sh.in ${destroot}${prefix}/etc/rc.d/boxbackup.sh reinplace "s|__PREFIX__|${prefix}|g" ${destroot}${prefix}/etc/rc.d/boxbackup.sh } } Variant: server { pre-destroot { addgroup bbstored set gid [existsgroup bbstored] adduser bbstored gid=${gid} realname=BoxBackup\ Server home=${prefix}/etc/box/bbstored } destroot.target-append install-backup-server destroot.keepdirs-append ${destroot}${prefix}/etc/box/bbstored post-destroot { xinstall -o bbstored -g bbstored -d -m 0700 ${destroot}${prefix}/etc/box/bbstored } pre-install { addgroup bbstored set gid [existsgroup bbstored] adduser bbstored gid=${gid} realname=BoxBackup\ Server home=${prefix}/etc/box/bbstored } } post-activate { if {[variant_isset server]} { if {![file exists ${prefix}/etc/box/raidfile.conf]} { ui_warn "${prefix}/etc/box/raidfile.conf is missing!" ui_msg "You need to run 'raidfile-config' to create it." ui_msg "See the documentation on server setup for details:" ui_msg " file://${prefix}/share/doc/boxbackup/server.html" } if {![file exists ${prefix}/etc/box/bbstored.conf]} { ui_warn "${prefix}/etc/box/bbstored.conf is missing!" ui_msg "You need to run 'bbstored-config' to create it." ui_msg "See the documentation on server setup for details:" ui_msg " file://${prefix}/share/doc/boxbackup/server.html" } } if {![file exists ${prefix}/etc/box/bbackupd.conf]} { ui_warn "${prefix}/etc/box/bbackupd.conf is missing!" ui_msg "You need to run 'bbackupd-config' to create it." ui_msg "See the documentation on client setup for details:" ui_msg " file://${prefix}/share/doc/boxbackup/client.html" } } platform darwin { startupitem.create yes startupitem.name BoxBackup startupitem.start "cd ${prefix}/etc/box" if {[variant_isset server]} { startupitem.start-append "\[ -f \"${prefix}/etc/box/bbstored.conf\" \] \\" startupitem.start-append "\t&& \[ -f \"${prefix}/etc/box/raidfile.conf\" \] \\" startupitem.start-append "\t&& ${prefix}/bin/bbstored" } startupitem.start-append "\[ -f \"${prefix}/etc/box/bbackupd.conf\" \] \\" startupitem.start-append "\t&& ${prefix}/bin/bbackupd" startupitem.stop "/usr/bin/killall -SIGUSR1 bbackupd" if {[variant_isset server]} { startupitem.stop-append "/usr/bin/killall -SIGUSR1 bbstored" } } If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/boxbackupYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using boxbackup with these commands: % man boxbackup Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg boxbackup on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




