diff --git a/tasks/install.yml b/tasks/install.yml index 5f0c7b32c9638273284a348a5c38a51ab0bfd10d..0e115db4d1099e80f652b922900bbbae250b769d 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -6,6 +6,7 @@ repo: 'ppa:costamagnagianfranco/borgbackup' state: present mode: 0644 + when: false - name: Install borgbackup apt: diff --git a/templates/app.yaml b/templates/app.yaml index e1398b39d2af3fa65a5bfc113248b10936181abc..7280667f428b26efc9e972a41098dfc31adfd64a 100644 --- a/templates/app.yaml +++ b/templates/app.yaml @@ -13,8 +13,10 @@ exclude_patterns: - '*.pyc' - '*/.git' - '*/.svn' - - '*/vendor/*' + - '*/cache/*' + - '*/log/*' - '*/node_modules/*' + - '*/vendor/*' exclude_caches: true exclude_if_present: - '.nobackup' diff --git a/templates/application.yaml b/templates/application.yaml index fe311db8f9332ffaecffb11ec34a89bfd7985cb3..fe306b9fbfbf4ce94e5ecff24e92e4e52c7e4b57 100644 --- a/templates/application.yaml +++ b/templates/application.yaml @@ -21,8 +21,10 @@ exclude_patterns: - '*.pyc' - '*/.git' - '*/.svn' - - '*/vendor/*' + - '*/cache/*' + - '*/log/*' - '*/node_modules/*' + - '*/vendor/*' exclude_caches: true exclude_if_present: - '.nobackup' diff --git a/templates/check_application.yaml b/templates/check_application.yaml index eda54c683c6147f587e0f15d60c9f8b7756e5c30..82381c3864c9353eafdbb3062a20c15e8337cbe4 100644 --- a/templates/check_application.yaml +++ b/templates/check_application.yaml @@ -15,8 +15,10 @@ exclude_patterns: - '*.pyc' - '*/.git' - '*/.svn' - - '*/vendor/*' + - '*/cache/*' + - '*/log/*' - '*/node_modules/*' + - '*/vendor/*' exclude_caches: true exclude_if_present: - '.nobackup' diff --git a/templates/check_config.yaml b/templates/check_config.yaml index 8efc6bb97ec5f10bcc5902baadbb6d1267702e5f..99ed409c747d6298ac9b5f35f165beb4dad8a329 100644 --- a/templates/check_config.yaml +++ b/templates/check_config.yaml @@ -15,8 +15,10 @@ exclude_patterns: - '*.pyc' - '*/.git' - '*/.svn' - - '*/vendor/*' + - '*/cache/*' + - '*/log/*' - '*/node_modules/*' + - '*/vendor/*' exclude_caches: true exclude_if_present: - '.nobackup' diff --git a/templates/config.yaml b/templates/config.yaml index 5e9f88b76585564c742e9202c54361c82f1d7de9..edd888635d846fa6f3d59c110d17f767d8d89753 100644 --- a/templates/config.yaml +++ b/templates/config.yaml @@ -21,8 +21,10 @@ exclude_patterns: - '*.pyc' - '*/.git' - '*/.svn' - - '*/vendor/*' + - '*/cache/*' + - '*/log/*' - '*/node_modules/*' + - '*/vendor/*' exclude_caches: true exclude_if_present: - '.nobackup'