toasti

Members
  • Posts

    127
  • Joined

  • Last visited

Posts posted by toasti

  1. Hello,

     

    accidentally I did this in the console

     

    Quote

    find / \( -type d -exec chmod 755 {} + \) -o \( -type f -exec chmod 644 {} + \)

     

    Instead of this

     

    Quote

    find \( -type d -exec chmod 755 {} + \) -o \( -type f -exec chmod 644 {} + \)

     

    😩😩😩

     

    Just wanted to change permissions in one folder and subfolders in the current directory (nginx www) but overseen the / I have typed by mistake.

     

    I don't know what was really changed, it also says permission denied for a lot of folders. Is there any possibility to check this easily?

     

    Unraid says now "blacklisted" where I normally See "Unraid Plus".

     

    Web Terminal not working, No Log by web gui, every time I enter the URL I get a Login mask with "Set your password".

     

    I think I killed it... any Idea to fix this?! 😢

     

    Please help!

  2. Yes, that's the case, but what was nothing which bothered me. I just accepted it.

    It is more confusing and not ideal that we have to tweak the backups when upgrading to the new version.

     

    I will look now for the "fix", hope it will work.

     

    But what is about the old backup states in the chain? Will the cleanup work, I mean, the old backups before the last one are not moved to the new place.

     

    Edit:

    I moved the latest backup as suggested and then wanted to have a look if the script do the cleanup in the correct way, but the log is not complete.

    I backup 2 folders in this job, I can only see the details of the second folder backup, for example which backup states were deleted and which ones were preserved.

  3. Thanks for the latest version, but in my understanding the existing "backup chain" should still be used with the new version - is that correct?

     

    So far I used version 0.6 and updated one backup job with the new script for a test and now it looks like the backup chain will be re-created (like a new initial backup) and ate a lot of additional space.

    If I change every job to the new script my backup disk will be full before all the jobs end.

     

    Do I something wrong? Please let me know.

     

    Many thanks!

  4. I am in contact with the developer on a regular basis and he let me know to check all these settings and compare with the docker-compose. That's the reason why I compared it.

     

    OK, so I will stop PP, do a backup, change the config -> then update it and restart and cross my fingers.

     

    Thanks for your support - I hope it will run without any troubles...

    • Like 1
  5. 2 hours ago, ich777 said:

    But these are the only two from what I see that are not compatible.

    I've updated the template now but you have to manually update your template since my templates doesn't update automatically. ;)

     

    OK, so I have to compare the complete template with the newest docker-compose from PP to edit, add and maybe delete some settings. For example "PHOTOPRISM_THUMB_FILTER" is no more part of the docker-compose - so just delete it in the template or will it corrupt anything? This setting is integrated in the gui of PP in the meantime.

  6. I used your PhotoPrism App to get the PhotoPrism as Docker configured in my unRaid.

    Works like a charm.

     

    With the newest Release all the variables were changed in the config and have a prefix PHOTOPRISM_.

    Do I need to edit the complete config manually or did you already update the app that I can skip this?

     

    Until now there was no update available from your app, so I presume I have to edit the config manually - correct?

  7. Just to be sure, I need a BTRFS formatted external hard disk that it works correctly (hard links, inodes, etc) - right?

    Yesterday I had the idea to map my external disk (connected to my W10 machine, NTFS formatted and Bitlocker encrypted) to Unraid and use your script to make a backup copy which I want to store in my office.

  8.  

    On 3/19/2021 at 10:35 AM, dlandon said:

    Another question: How can I update the user script for a device in the plugin?

    It would be very cool to set the Rsync-Backup script here that the backup will be started automatically as soon as the hard disk is connected and mounted.

    On 3/19/2021 at 10:35 AM, dlandon said:

    Read the first post.

     

    The problem is that the field to enter the script is not enabled, I cannot enter anything?

    What I am doing wrong?

  9. And when not on 6.9?

    I am still on 6.8 and the disk is "green" and still runs.

     

    I will probably update at the weekend to 6.9, but nevertheless I am interested how the behavior is on 6.8.

     

    Another question: How can I update the user script for a device in the plugin?

    It would be very cool to set the Rsync-Backup script here that the backup will be started automatically as soon as the hard disk is connected and mounted.

     

  10. No problem, I will check this as soon as I did add the first backups within AppData.

     

    How this works now is really brilliant.

     

    I just thinking about how to do a second copy which I save in the office and refresh every week with a new backup.

    Probably the easiest one is to create 2 more scripts that will copy the data to the second and third external drive.

    Same config, just another target path and manually started.

     

     

  11. That is clear ;-) I did the same, but the problem is that other users have no NTFS permissions for your profile folder.

    I always use advanced sharing, maybe the easier sharing option also sets NTFS permissions. Not sure. Never used it the last years.

     

    EDIT: Yes, tested it: NTFS permissions are automatically set with the easier sharing option.

    I will create a group, add the Unraid-Backup-User to the group and give the permissions to the group.

    Then I am flexible if I want to change anything for the user accounts...

    It's always best practice to use groups.

     

    By the way, I created a share for the complete C$ because I want also to backup other folders in my profile, also some program folders in AppData etc. In the script I just added the path behind and all is fine...