FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Yusuf Hamied Department of Chemistry
COs
backup-scheduler
Commits
16445075
Commit
16445075
authored
Nov 17, 2021
by
Dr Adam Thorn
Browse files
Update usage message to specify quotas should be set on sub-ZFSs, not the parent
parent
90ae5b4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ROOT/DEBIAN/control
View file @
16445075
...
...
@@ -3,6 +3,6 @@ Priority: optional
Section: otherosfs
Maintainer: Chemistry COs <support@ch.cam.ac.uk>
Architecture: all
Version: 0.9-ch8
7
Version: 0.9-ch8
8
Depends: zfs-dkms, postgresql-13 | postgresql-9.5 | postgresql-9.4 , liblockfile-simple-perl, libdbi-perl, libjson-perl, libzfs-perl-chem, libnet-openssh-perl, libdbd-pg-perl, mbuffer, rsync, nfs-kernel-server, pv, libwww-curl-perl
Description: a backup system using ZFS (repository 'backup-scheduler')
ROOT/usr/lib/chem-zfs-backup-server/new-backup-rsnapshot
View file @
16445075
...
...
@@ -174,5 +174,8 @@ while ! [ -z $1 ] ; do
done
dosql
"update host set disabled=false where hostname='
$FQDN
';"
echo
"Please set a quota:"
echo
" zfs set quota=
\$
QUOTA
$TGT
"
ZFSs
=
$(
zfs list
-r
-H
-oname
$TGT
|
grep
-v
${
TGT
}
$)
echo
"Please check/set quotas on child ZFSs:"
for
ZFS
in
$ZFSs
;
do
echo
" zfs set quota=
\$
QUOTA
$ZFS
"
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment