Skip to content

Instantly share code, notes, and snippets.

@cretl
cretl / SFTP.php
Last active February 9, 2025 13:16
OPNsense SFTP backup plugin
<?php
//File location: /usr/local/opnsense/mvc/app/library/OPNsense/Backup/SFTP.php
/*
* Copyright (C) 2018 Deciso B.V.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
@cretl
cretl / WebDAV.php
Last active February 9, 2025 13:37
OPNsense WebDAV backup plugin
<?php
//File location: /usr/local/opnsense/mvc/app/library/OPNsense/Backup/WebDAV.php
//Tested with version 25.1
//IMPORTANT: any self signed CA must be imported into the OPNsense Trust storage (System->Trust->Authorities)
/*
* Copyright (C) 2018 Deciso B.V.
* Copyright (C) 2018 Fabian Franz
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without