1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivist_ynh.git synced 2024-09-03 18:15:55 +02:00
archivist_ynh/scripts/actions/force_backup

22 lines
631 B
Text
Raw Normal View History

2018-07-21 19:42:17 +02:00
#!/bin/bash
#=================================================
# IMPORT GENERIC HELPERS
#=================================================
source scripts/_common.sh
source /usr/share/yunohost/helpers
#=================================================
# FORCE A NEW BACKUP
#=================================================
2019-05-26 17:00:09 +02:00
ynh_script_progression --message="Forcing a new backup..." --weight=9
2018-07-21 19:42:17 +02:00
2024-03-29 13:08:31 +01:00
ynh_exec_warn nice -n10 "$install_dir/archivist.sh"
2019-01-30 16:07:38 +01:00
#=================================================
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Execution completed" --last