USUps Snowmaninblog.garnerpcsquad.com·Aug 9, 2023 · 2 min readHow to create a WebDAV server using rcloneHow to configure a WebDAV server using rclone Introduction WebDAV is an extension of the HTTP protocol that allows you share files remotely. Most web server software such as Apache HTTPhave built-in WebDAV modules but they usually require complex con...00
USUps Snowmaninblog.garnerpcsquad.com·Dec 29, 2022 · 6 min readHow to use Duplicacy to backup to Storj cloud storageIntroduction Duplicacy is a cross-platform cloud backup tool with extensive cloud support and client-side encryption. It is available as a web-based GUI or a command line tool. It has excellent performance and uses Lock Free Deduplication. The softwa...00
USUps Snowmaninblog.garnerpcsquad.com·Nov 17, 2022 · 1 min readHow to configure cron with debug loggingEnvironment Red Hat Enterprise Linux Issue How can cron be configured to run in debug mode for more detailed logging? Resolution The crond daemon has an -x option to set the following debug flags: crond -x [ext,sch,proc,pars,load,misc,test,bit] e...00