[00:14] Has anyone backed up Bukkit and Spout before the M$ acquisition? [00:24] oh btw [00:25] I was reading the project about backing up TPB [00:25] TPB already provides snapshops, they just don't tell anybody the server location [00:25] uj3wazyk5u4hnvtk.onion/static/dump/ [00:38] *** Dj-Wawa has quit IRC (Quit: Connection closed for inactivity) [01:42] *** step has joined #warrior [02:31] *** kipari has quit IRC (Ping timeout: 260 seconds) [02:42] *** nertzy has quit IRC (Ping timeout: 1212 seconds) [03:53] agris: What is wrong with bukkit and spout? [03:53] they are dead now [03:54] Can we take this to #archiveteam-bs ? [03:55] what is that? [03:55] Its out channel on discussing archival efforts [03:55] oh is this the warrior support channel? [03:55] sure [05:02] *** degauss_ has joined #warrior [05:03] *** degauss_ has quit IRC (Read error: Connection reset by peer) [05:03] *** degauss has joined #warrior [05:41] *** degauss has quit IRC (Quit: gtg 73) [07:14] t3: No, i compilled it and it just simply ran without any problems. [07:14] t3: I just made my own volumens and added some CPU limits to container, because there are working other projects. [07:27] t3: One more thing - it's good to setup swap on some connected device - warrior consumes 1.5GB RAM on some processes. [07:30] You can also convert the ova image to qcow2 and use it in a qemu/kvm cluster [07:34] root in and give it an external static ip address [09:58] *** kipari has joined #warrior [10:19] *** kipari has quit IRC (Ping timeout: 260 seconds) [11:39] *** mtntmnky has quit IRC (Write error: Broken pipe) [11:39] *** sep332 has quit IRC (Write error: Broken pipe) [11:39] *** kiska1 has quit IRC (Read error: Operation timed out) [11:41] *** step has quit IRC (Read error: Operation timed out) [11:41] *** kiska1 has joined #warrior [11:44] *** step has joined #warrior [11:44] *** mtntmnky has joined #warrior [11:50] *** sep332 has joined #warrior [14:01] *** zeraT has quit IRC () [14:41] *** degauss has joined #warrior [15:15] *** degauss has quit IRC (Remote host closed the connection) [16:33] *** Dj-Wawa has joined #warrior [16:45] *** second is now known as sec^nd [18:30] *** degauss has joined #warrior [18:44] *** degauss has quit IRC (Quit: gtg 73) [19:27] nikow: Okay. Thanks! I need to figure out how to set up the swap. I will try it too. [19:28] agris: I like the suggestion, but I have a feeling that it won't work well on low powered Raspberry Pi's. [19:53] *** Dj-Wawa has quit IRC (Quit: Connection closed for inactivity) [21:01] t3: do you have external drive? [21:02] t3: If yes you can use sudo dphys-swapfile swapoff, to disable swap. [21:03] Then go to external drive, sudo dd if=/dev/zero of=swapfile bs=1M count=$((1024*4)) && mkswap swapfile && swapon `pwd`/swapfile [21:04] then just git clone warrior from github [21:04] like [21:04] git clone https://github.com/ArchiveTeam/warrior-dockerfile.git [21:04] tthen [21:04] docker build --rm -t warrior-armv7l:latest -f Dockerfile.raspberry . [21:04] to build an docker image [21:04] docker run --name archive-warrior --volume /mnt/ColdStorage2/archive-warrior/data/:/data/data --volume /mnt/ColdStorage2/archive-warrior/config.json:/home/warrior/projects/config.json --publish 8001:8001 warrior-armv7l:latest [21:05] in my case ColdStorage2 is my external drive [22:00] oh snap, I was just going to ask about this [22:00] nikow is this the exact command to start a warrior with docker? [22:59] *** erine has quit IRC (Quit: ZNC 1.7.1 - https://znc.in) [23:16] nikow: What if I don't have an external drive? [23:17] I would think the external drive would create a bottleneck. [23:19] The Raspberry Pi's Ethernet throughput is shared with its USB controller. So the more it deals with USB things, the slower it does things over the internet. [23:46] *** erine has joined #warrior