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
0f146873
Commit
0f146873
authored
3 years ago
by
Dr Adam Thorn
Browse files
Options
Downloads
Patches
Plain Diff
move-machine.sh: update/fix usage message
parent
16445075
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/move-machine.sh
+3
-3
3 additions, 3 deletions
ROOT/usr/lib/chem-zfs-backup-server/move-machine.sh
with
4 additions
and
4 deletions
ROOT/DEBIAN/control
+
1
−
1
View file @
0f146873
...
...
@@ -3,6 +3,6 @@ Priority: optional
Section: otherosfs
Maintainer: Chemistry COs <support@ch.cam.ac.uk>
Architecture: all
Version: 0.9-ch8
8
Version: 0.9-ch8
9
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/move-machine.sh
+
3
−
3
View file @
0f146873
...
...
@@ -12,9 +12,9 @@ function dosql() {
#
if
[
-z
"
$1
"
]
;
then
echo
Usage:
$0
machine
[
new-z
fs
]
echo
Moves the named machine onto a new
ZFS
echo
If the new-z
fs
parameter is empty,
automatically choose
the one with the most space
echo
Usage:
$0
machine
_fqdn
[
new-z
pool
]
echo
Moves the named machine onto a new
zpool
echo
If the new-z
pool
parameter is empty, the one with the most space
will automatically be chosen
exit
1
fi
...
...
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