feat: check dir size backup script

This commit is contained in:
2023-01-07 13:41:54 +01:00
parent 9e82f16b00
commit e82a11c526
2 changed files with 53 additions and 0 deletions

View File

@@ -6,3 +6,15 @@
- net-tools
- tcpdump
- git
- name: Ensure Opt dir exists and accessible
file:
name: /opt/
state: directory
mode: 711
- name: Copy Backup Helper script
copy:
src: check_dir_size_for_backup.py
dest: /opt/check_dir_size_for_backup.py
mode: 755