Changes done so that activity timestamp csvs get generated as well as the back up file to remove the hardcoding of disk
Issue 1 : Activity timestamp python script is not getting triggered as a result no corresponding csvs got
generated
Fix : Have removed the inline options -it from the Execute-
get_all_users_activity_timestamp_csvs.sh file.
Issue 2 : On full backup of server, if any pen drive is connected then the process exits with message
"Please re-insert".
Fix : In backup-old-server-data.sh , there is a if condition which expects the external HDD to be
always mounted in sdb9. Hence changed the condition to match with \mnt instead.
Changes done so that activity timestamp csvs get generated as well as the back up file to remove the hardcoding of disk
sdb9
. Hence changed the condition to match with\mnt
instead.