VERSION: 2.12-553a
BUILD: 160506-0644
SVN Version: 2527
DB Schema Version: 1458
DB Schema Update Date: 2016-05-06 18:20:19
I am in the process of backing up our recordings to a USB Drive mounted to our VICIDial server. The drive is mounted using mount.exfat (which is a not a Linux-native filesystem format.) When I start the AST_CRON_audio_3_ftp.pl process, I am getting the following message because I do not have the correct file permissions. Since EXFAT is not a native Linux filesystem format, I am not able to correct the file permissions. I am currently on a time-crunch, so I need to know what would be the quickest way to fix this issue.
1) Format the USB Drive to a native-Linux filesystem format. Then I will be able to set the proper permissions.
2) Keep the USB Drive as EXFAT and find another way to correct the permissions issue, then FTP the files to the drive. (I'm not sure what the fix would be or if there is an easy fix.)
3) Create a separate process outside of the FTP / Perl script to copy the files to the USB Drive. Once all files are copied, run ADMIN_update_archive_url.pl to update the links in the recording log.
Thanks!