02-05-2015, 06:30 AM
If you can help me set it up, no problem.
I'm currently using a script containing the following line, that is run from cron on the Gallery server:
I suppose it's possible to add another command that would copy the packed file over the latest.7z file.
I'm currently using a script containing the following line, that is run from cron on the Gallery server:
Code:
ssh -i $remoteKeyFile -p $remotePort $remoteUser@$remoteHost "mkdir -p $remotePath/$targetFolderFormat" && scp -rp -i $remoteKeyFile -P $remotePort $packedFileName $remoteUser@$remoteHost:$remotePath/$targetFolderFormat