FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backup-scheduler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yusuf Hamied Department of Chemistry
COs
backup-scheduler
Commits
16445075
Commit
16445075
authored
3 years ago
by
Dr Adam Thorn
Browse files
Options
Downloads
Patches
Plain Diff
Update usage message to specify quotas should be set on sub-ZFSs, not the parent
parent
90ae5b4e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ROOT/DEBIAN/control
+1
-1
1 addition, 1 deletion
ROOT/DEBIAN/control
ROOT/usr/lib/chem-zfs-backup-server/new-backup-rsnapshot
+5
-2
5 additions, 2 deletions
ROOT/usr/lib/chem-zfs-backup-server/new-backup-rsnapshot
with
6 additions
and
3 deletions
ROOT/DEBIAN/control
+
1
−
1
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')
This diff is collapsed.
Click to expand it.
ROOT/usr/lib/chem-zfs-backup-server/new-backup-rsnapshot
+
5
−
2
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment