Refactor code

This commit is contained in:
2023-04-15 19:49:33 +02:00
parent b4dee0ccd2
commit b08b0474ac
6 changed files with 238 additions and 859 deletions

8
simple_backup.install Normal file
View File

@ -0,0 +1,8 @@
post_install() {
echo "An example configuration file is found in /etc/simple_backup/config."
echo "Copy it to ~/.simple_backup/simple_backup.config and modify it as needed"
}
post_upgrade() {
post_install
}