-
Hi, When I run a complete backup through spatie, the zip-file is encrypted, like I configured. But when I make a Database only backup, the zip-file is not encrypted.. Is there an aditional setting needed? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You have to give all the information, the authors cannot guess or use psychic powers to know which package version you use, php version, etc, it's the only way someone can give you an answer it is verified that the package does encrypt when it is used laravel-backup/tests/Commands/BackupCommandTest.php Lines 380 to 395 in 4fe55e6 |
Beta Was this translation helpful? Give feedback.
-
Hello Paola, You are right! Here some information: |
Beta Was this translation helpful? Give feedback.
-
Ok, I found out when the problem with none encrypted files occurs. When I backup trough a shell command, the files are created, stored and encrypted as they should. When the command is executed as a cron-job, the zip-files are created, stored, but NOT encrypted. Any idea what could cause that? The cron job command is: (with xxx.nl as my domain) |
Beta Was this translation helpful? Give feedback.
You have to give all the information, the authors cannot guess or use psychic powers to know which package version you use, php version, etc, it's the only way someone can give you an answer
it is verified that the package does encrypt when it is used
--only-db
laravel-backup/tests/Commands/BackupCommandTest.php
Lines 380 to 395 in 4fe55e6