Menu

#6 create a backup set

open
New Tools (4)
7
2009-09-13
2009-01-30
No

allow users to map & schedule their own backup sets.
this will allow the config files to stay hidden & not require a 'sample' OOTB

Discussion

  • cronWorksSoftware

    • priority: 5 --> 7
     
  • cronWorksSoftware

    there is a slight problem here:
    - backup sets are processed as root, by a cron job
    - source directories for these backup sets are not necessarily viewable by apache user
    - it would be possible to create a 'sudo ls' script that would allow the apache user to list ALL directories, BUT: this would also allow non-privileged users to see all directories on a system, even if they shouldn't.

    one solution might be to implement some kind of security-aware getFolderContents($user) that would only return items viewable by $user....

     

Log in to post a comment.