summarylogtreecommitdiffstats
path: root/borgmatic.install
blob: 40ba1e2389aa08cf1019cd0c28685f85beaa0589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {
  echo "    WARNING: If you are updating from a 1.0.x release you should run:"
  echo ""
  echo "            sudo upgrade-borgmatic-config"
  echo ""
  echo "        to convert your config from ini to yaml format."
  echo "        For more information: https://torsion.org/borgmatic/"
}

post_upgrade() {
  echo "    WARNING: If you are updating from a 1.0.x release you should run:"
  echo ""
  echo "            sudo upgrade-borgmatic-config"
  echo ""
  echo "        To convert your config from ini to yaml format."
  echo "        For more information: https://torsion.org/borgmatic/"
}

# vim: ts=2 sw=2 et: