Okay so I just tried the steps in the "Offline Archiving Steps" section on the Offline Archive plugin's page:
And everything is working as expected up until step #7.
This entry on the Installation Check screen:
Tells me that there was no cron job set up...no scheduled tasks have run for 3853 days, which would put it back to where we _first_ started _using_ RS.
Sure enough, when I looked at the cron.d directory, there was _no_ "resourcespace" entry.
But then when I manually ran cron_copy_hitcount.php (via the "nice ionice php" thing), it spit out this:
[dethomps@tabit2 tools]$ nice ionice php cron_copy_hitcount.php
2025-04-14 11:22:56 https://tabit2.owu.edu/rsspace Starting cron process...
2025-04-14 11:22:56 https://tabit2.owu.edu/rsspace Executing job: 002_copy_hitcount.php
Sorry, an error has occurred. /var/www/html/rsspace/include/general_functions.php line 1875: file_put_contents(/var/www/html/rsspace/filestore/tmp/process_locks/copy_hitcount): Failed to open stream: Permission denied
#0 errorhandler()
#1 file_put_contents() called at [/var/www/html/rsspace/include/general_functions.php:1875]
#2 set_process_lock() called at [/var/www/html/rsspace/batch/cron_jobs/002_copy_hitcount.php:14]
#3 include(/var/www/html/rsspace/batch/cron_jobs/002_copy_hitcount.php) called at [/var/www/html/rsspace/batch/cron.php:35]
#4 include(/var/www/html/rsspace/batch/cron.php) called at [/var/www/html/rsspace/pages/tools/cron_copy_hitcount.php:5]
So it starts to work, but then fails with the "Permission denied" error. Is fixing that super-simple, or has this moved beyond my limited capabilities for this stuff?
If I can get the cron to work, then hopefully I have a pretty much workable solution to my original quandry:
I've created a "temp" folder in my home directory on the server and have added the $offline_archive_archivepath line to the RS config file that lists the full PWD for that. I then do step #2 (from the Offline Archive plugin's page) to set a photo to "Waiting to be archived" and then do the other steps. Once the cron is working, it should move the original file for the affected image out of the filestore (which I've already split into "original" and "resized") and into the new "temp" folder. I can hopefully then just delete the contents of that folder periodically and achieve the "all the thumbnails and preview sizes and metadata and whatnot for the resource remain in the system and are searchable, but the most-diskspace-taking original is no longer there" thing mentioned upthread.
Right?