This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Rafał Michalski <plum.michalski at gmail dot com> | |
pkgname="burp-backup-dev" | |
_pkgname="burp" | |
pkgver=2.0.16 | |
pkgrel=1 | |
pkgdesc="Burp is a backup and restore program. It uses librsync in order to save on the amount of space that is used by each backup" | |
arch=("any") | |
license=("AGPLv3") | |
depends=('librsync' 'openssl') | |
makedepends=('uthash') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#create folder for syncthing binary | |
mkdir -p /home/nemo/.bin/syncthing | |
#go to temporary files folder | |
cd /tmp | |
#Download Version 0.10.14 and install it to the dir in the home directory | |
curl -L "https://github.com/syncthing/syncthing/releases/download/v0.10.14/syncthing-linux-armv7-v0.10.14.tar.gz" | \ | |
tar xvz "syncthing-linux-armv7-v0.10.14/syncthing" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========== | |
IPv4 Rules | |
========== | |
Chain INPUT (policy ACCEPT 148 packets, 12240 bytes) | |
pkts bytes target prot opt in out source destination | |
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) | |
pkts bytes target prot opt in out source destination | |
Chain OUTPUT (policy ACCEPT 160 packets, 12364 bytes) | |
pkts bytes target prot opt in out source destination |