April 26, 20206 yr i wrote a simple shell script called 'photobackup.sh' that backs up my photos to the correct folder. Yet I come back a week later and the shellscript is gone. I've tried this twice now. I put it in /usr/bin is there a cleaner that is removing unknown shell scripts I don't know about? Is there a better way to accomplish a simple rsync rm script? Best, rbmatt1s
April 26, 20206 yr /usr/bin is in RAM, so any reboot of the server would remove the script To have something survive a reboot, it must be on the flash drive. Try using the user scripts plugin instead
Archived
This topic is now archived and is closed to further replies.