FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit c08df044 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Add a reminder to set a quota on a newly-created backup

I don't think there's a sensible default quota; the value for
a workstation will be very different to a tiny VM, for example.
parent 83e54e26
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ Priority: optional
Section: otherosfs
Maintainer: Chemistry COs <support@ch.cam.ac.uk>
Architecture: all
Version: 0.9-ch78
Version: 0.9-ch79
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')
......@@ -165,3 +165,6 @@ while ! [ -z $1 ] ; do
shift
done
dosql "update host set disabled=false where hostname='$FQDN';"
echo "Please set a quota:"
echo " zfs set quota=\$QUOTA $TGT"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment