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

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