@muncrief Thx.
I have the disk being flooded with *.dl files again where crashplan tries to upgrade itself, fails and downloads the upgrade file again.
It downloads the upgrade files to: /opt/crashplan/conf/tmp (mmmm, change in plans by code42?)
So sudo chattr +i /opt/crashplan/conf/tmp helps, but leaving it like that will have the crashplan service crash at start (or lock, whatever, it wont work ;-)
Could we alter the systemd service in such a way that it -i at start and +i after? I made this change for test, but that will be altered again i reckon after I update, and i am nothing but a hacker, i fiddle, maybe you can integrate at least the idea?
Or am I missing something? I know for sure that my drive is completely filled after a day or so (30GB ;(
Cheers
crashplan-pro.service: [Service] ..... ExecStartPre=/bin/bash /usr/local/sbin/crashplan.sh .....
/usr/local/sbin/crashplan.sh
/usr/bin/chattr -i /opt/crashplan/conf/tmp sleep 60 /usr/bin/chattr +i /opt/crashplan/conf/tmp
Pinned Comments
achilleas commented on 2024-08-17 10:48 (UTC) (edited on 2024-08-17 10:49 (UTC) by achilleas)
I'm going to be disowning this package soon. I'm moving away from crashplan and have no interest in maintaining this package, and dealing with usage issues, when I wont be using it.
I'll keep it up to date during the coming months as needed, but if no one else shows up, I plan to disown it at the end of October.
SmashedSqwurl commented on 2018-12-19 15:10 (UTC) (edited on 2018-12-19 15:14 (UTC) by SmashedSqwurl)
@gadicc, I added some pacman hooks to handle setting/unsetting the immutable flag:
Sets immutable flag after install/upgrade:
Unsets immutable flag before upgrade/remove: