mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-04 17:04:55 +02:00
add config assets, backup round
This commit is contained in:
parent
cb1e4934b5
commit
728457f71c
26 changed files with 2011 additions and 126 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# ajouter dans les scripts avec cette ligne:
|
||||
#
|
||||
# source ~/Nextcloud/ressources/workflow_nextcloud/public_workflow/workflow_variables.sh
|
||||
# source $HOME/Nextcloud/ressources/workflow_nextcloud/public_workflow/workflow_variables.sh
|
||||
#
|
||||
#
|
||||
export load_only_once=true
|
||||
|
@ -20,14 +20,15 @@ if [ -z ${load_only_once+x} ]; then
|
|||
export backup_laptop_archive_path="/home/poule/backup/encrypted"
|
||||
|
||||
|
||||
export WORKFLOW_PATH=~/Nextcloud/ressources/workflow_nextcloud
|
||||
export WORKFLOW_PATH_PUBLIC=~/Nextcloud/ressources/workflow_nextcloud/public_workflow
|
||||
export WORKFLOW_PATH=$HOME/Nextcloud/ressources/workflow_nextcloud
|
||||
export WORKFLOW_PATH_PUBLIC=$HOME/Nextcloud/ressources/workflow_nextcloud/public_workflow
|
||||
export WORKFLOW_PUBLIC_PATH=$WORKFLOW_PATH_PUBLIC
|
||||
export WORKFLOW_PATH_ROOT=/home/$main_user/Nextcloud/ressources/workflow_nextcloud
|
||||
export ALIASES_PATH=$WORKFLOW_PATH_PUBLIC/assets/.bash_custom_aliases
|
||||
# fichiers orgmode, wiki personnel
|
||||
export orgmode_path=~/Nextcloud/textes/orgmode
|
||||
export orgmode_path=$HOME/Nextcloud/textes/orgmode
|
||||
export inbox_orgmode=$orgmode_path/incoming_inbox.org
|
||||
export orgroam_path=~/Nextcloud/textes/orgmode/org-roam
|
||||
export orgroam_path=$HOME/Nextcloud/textes/orgmode/org-roam
|
||||
export backup_texts_folder=~/archives/backup_automatique
|
||||
export HOME_OF_SCRIPTS=$www_folder/scripts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue