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
0f146873
Commit
0f146873
authored
Dec 20, 2021
by
Dr Adam Thorn
Browse files
move-machine.sh: update/fix usage message
parent
16445075
Changes
2
Hide whitespace changes
Inline
Side-by-side
ROOT/DEBIAN/control
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')
ROOT/usr/lib/chem-zfs-backup-server/move-machine.sh
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
...
...
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