11.06.2019, 05:41
Hey,
I have a question about backup script ("http://openrb.com/e-mail-backup-file-onc...h-from-lm/"), there is 3 lines:
Do I need to change the details of HL? Or should I leave it as it is (192.168.0.10)? Because in the script there is a line, that says: "don't change anything below this line", so I'm a bit confused.
Thank You!
I have a question about backup script ("http://openrb.com/e-mail-backup-file-onc...h-from-lm/"), there is 3 lines:
Code:
--Create attachment inside FTP server
id = 'HL_192.168.0.10-' -- Give here your details of your HL
src = 'backup-'..id.. os.date('%Y.%m.%d.%H.%M.%S') .. '.pdf'
dst = '/home/ftp/' .. src
Thank You!