2023-02-20 16:55:34 +01:00
|
|
|
#!/bin/bash
|
2023-02-06 13:28:35 +01:00
|
|
|
#
|
|
|
|
# ----------------- documentation -----------------
|
|
|
|
# tâche à effectuer régulièrement sur les ordis portables
|
|
|
|
#
|
|
|
|
# @author functions_sync by @tykayn - contact at cipherbliss.com
|
2023-10-15 21:35:33 +02:00
|
|
|
source ~/Nextcloud/ressources/workflow_nextcloud/public_workflow/workflow_variables.sh
|
2023-02-06 13:28:35 +01:00
|
|
|
|
|
|
|
# récupérer les notes du mobile et les stocker dans l'incoming inbox orgmode
|
2023-07-17 22:19:25 +02:00
|
|
|
|
2023-10-15 21:35:33 +02:00
|
|
|
#bash $WORKFLOW_PATH/archive_from_nextcloud.sh
|
2023-02-17 12:27:17 +01:00
|
|
|
bash $WORKFLOW_PATH/update_calendar_tkwulfi.sh
|
|
|
|
bash $WORKFLOW_PATH/get_nextcloud_notes_todo.sh
|
|
|
|
bash $WORKFLOW_PATH/backup_nextcloud_in_user_home.sh
|
2023-07-17 22:19:25 +02:00
|
|
|
bash $WORKFLOW_PATH/git_auto_commit_workflow_folder.sh
|
2024-03-17 10:18:22 +01:00
|
|
|
bash $WORKFLOW_PATH/archive_from_nextcloud.sh
|
2023-07-17 22:19:25 +02:00
|
|
|
|
2024-03-17 10:18:22 +01:00
|
|
|
mv ~/Nextcloud/InstantUpload/OpenCamera/* "/home/poule/encrypted/stockage-syncable/photos/imagerie kartaview carto tel/open camera/a envoyer/OpenCamera/"
|
2023-07-17 22:19:25 +02:00
|
|
|
upPhotosADispatcher
|
2024-03-17 10:18:22 +01:00
|
|
|
|
|
|
|
|