diff options
| -rwxr-xr-x | sysdump.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -138,6 +138,7 @@ sysdump() { dump "df" safecmd df -h dump "boot_folder" safecmd ls -R /boot/ for hp in "${USER_DIRS[@]}"; do dump "home_${hp}" safecmd ls -al ${hp}; done + for hp in "${USER_DIRS[@]}"; do user=$(basename "${hp}"); dump "crontab_${user}" safecmd crontab -u "${user}" -l; done dump "root_folder" safecmd ls -al / dump "uid" safecmd id -u dump "gid" safecmd id -g |
