[15:03] hi every1 [15:03] heyy ogra, are you there?? [15:04] is there anyway to each time an user logout the home folder is restored to its initial state??? [15:04] its for the use in an public machine, like a kiosk terminal [15:07] i guess i can create a script that creates the backup image(s) of the public user account(s). [15:08] and then write a boot script that restores the backup image(s) of the public user account [15:08] i am in the right way??? === greeneggsnospam is now known as jsgotangco [16:43] hi [16:43] I want to restore the public user home folder each time the computer reboots [16:44] i created the following script [16:44] #!/bin/sh # Restore script cd /home tar xvfz /home/restore_user.tar.gz [16:44] #!/bin/sh # Restore script cd /home tar xvfz /home/restore_guest.tar.gz [16:45] and i stored it in the /etc/init.d folder [16:45] i restarted the computer but it doesnt seem to work [16:45] any idea? [16:46] i must save the script as .sh file??? [17:41] how can i execute an script when an ltsp user logou?? [17:43] or at login