kevdogg

Results 29 comments of kevdogg

Hey thanks for responding. Ive never programmed in perl but after looking at your code, I can't say I understand everything it does, but I definitely was able to find...

Ok - reviewing your code I have a question since the restore part isn't working. My setup for testing is I have a push repository (server pushing changes to git)...

Ok - Code tested and seems be working Assumptions -- user and group names must exist on all location using script On locations where you want the original file permissions,...

Ok so looking at your instructions let me kind of go through the restore process with you to see if I make sense. Per the backups, I'm using rclone via...

So if I use the --zip-file argument, does the process prompt for a password? I ask this because the password is usually kept within the config directory and I noticed...

Hey thanks for that information. Are there any other hidden flags for the restore command? I only ask this since the password flag wasn't included in the documentation?

Sorry to labor the point, but I have existing ldap container with database -- not starting from scratch. Is it possible to add a schema in this instance? The bootstrap...

_wsd-00028-00039 2019-02-14 06:34:49.520306 [ websrv_poll ] ERR Requesting address is denied: ::ffff:172.17.0.1| wsd/LOOLWSD.cpp:197_ I did the IPv6 trick however honestly didn't know where I should use these commands --- I...

> The problem with ::ffff:172 comes from merging IPv6 and IPv4. > Disable IPv6 with > echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6 > and for future > echo net.ipv6.conf.all.disable_ipv6 = 1 >...

> In my case I even suspect the Nextcloud Content Security Policy (CSP), but I have no clue anymore... I gave up. I think you didn't configure your loolwsd.xml file...