aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-08-07 04:31:22 +0200
committerTharre <tharre3@gmail.com>2018-08-07 04:31:22 +0200
commite3b0c959c792f49dbd8b1aec470a27882d948705 (patch)
tree10260f8cda1497b64782047a188f8e752c206ecc
parentf90a5be438306e5f92948199b2365c7d1f2f54f7 (diff)
downloadpkgbuilds-e3b0c959c792f49dbd8b1aec470a27882d948705.tar.gz
pkgbuilds-e3b0c959c792f49dbd8b1aec470a27882d948705.tar.xz
pkgbuilds-e3b0c959c792f49dbd8b1aec470a27882d948705.zip
arch-system: borgbackup: change repo to rsync.net
-rw-r--r--arch-system/PKGBUILD2
-rwxr-xr-xarch-system/borgbackup4
2 files changed, 3 insertions, 3 deletions
diff --git a/arch-system/PKGBUILD b/arch-system/PKGBUILD
index 399680e..eb3238c 100644
--- a/arch-system/PKGBUILD
+++ b/arch-system/PKGBUILD
@@ -31,7 +31,7 @@ sha256sums=('bb00c42f2802c12536c46700b948d41a43153d97a6986827b7c61203880e1ad1'
'99cd268de0e9b847d65f802e7bcbbf7318398a04db61523545d4002ebdfb4d9c'
'42050ba722df1cd606288e82054e131dac99bf10506f4c8d52eb9bfc0a078d89'
'e1bf3dc5978a7641f86975b7ee770a6914b30a8e4b7e3be2f1b07eaa7098591d'
- '5ae98dd2c668b4ef1a5893a3f84716578b7dd986e7500ca3272135140dbb3801'
+ 'e5eb8baf5e3f132a0a4e2257261872356075896e0a419fe2c03b608063279994'
'5613c98d32e513a973e8a0e250ab0b267882a73615f507b6208d4a5f21487fe6')
package_base-system() {
diff --git a/arch-system/borgbackup b/arch-system/borgbackup
index fdd410d..a022b3d 100755
--- a/arch-system/borgbackup
+++ b/arch-system/borgbackup
@@ -2,8 +2,8 @@
set -o errexit -o errtrace
-BORG_HOST="borg@borg1.th73.ovh"
-export BORG_REPO="$BORG_HOST:."
+BORG_HOST="12390@ch-s012.rsync.net"
+export BORG_REPO="$BORG_HOST:repos/$(hostname)"
export BORG_PASSPHRASE="$(< ~/.borg_secret)"
export BORG_RSH="ssh -o IdentitiesOnly=yes -o ConnectionAttempts=20 \
-o ConnectTimeout=30 -i ~/.ssh/borg_key"