parent
39b7c6fa49
commit
03b033596d
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Copyright (C) 2018, Fork Sand, Inc.
|
||||
# Copyright (C) 2017, aleph Objects, Inc.
|
||||
# GPLv3
|
||||
|
||||
export BORG_SERVER="9274@prio.usw-s009.rsync.net"
|
||||
export BORG_RSH="ssh -i /root/.ssh/id_ed25519-borg-`hostname`"
|
||||
set -x
|
||||
|
||||
$BORG_RSH $BORG_SERVER quota
|
||||
|
Loading…
Reference in new issue