Commit Graph

16 Commits

Author SHA1 Message Date
Franco Fichtner
e164391213 sysutils/sftp-backup: style 2025-12-09 15:28:41 +01:00
Franco Fichtner
3c40ecf67a sysutils/sftp-backup: bump rev 2025-07-17 08:24:06 +02:00
Russ Kubes
4ca070d108 Update Sftp.php (#4820)
Fixed an issue where SFTP backup would not be able to list remote backups if hostname was prefixed and hostname or domain had uppercase characters.
2025-07-16 22:48:34 +02:00
Franco Fichtner
f240ec0fce plugins: run style-model 2025-07-02 10:46:07 +02:00
Franco Fichtner
0908f3aad9 sysutils/sftp-backup: replace getCurrentValue() use 2025-06-30 12:22:30 +02:00
Franco Fichtner
5795a254ba sysutils/sftp-backup: release these changes as new version 2025-04-10 10:40:52 +02:00
Franco Fichtner
ee39ee775a sysutils/sftp-backup: bump revision after changes 2025-03-26 10:50:58 +01:00
Franco Fichtner
79006b8817 sysutils/sfpt-backup: style sweep 2025-03-26 10:02:46 +01:00
beposec
037cb532ea sftp-backup: Add hostname prefix and allow usage of filedrop sftp server (#4602)
* Add possibility for hostname prefix for backups and allow usage of filedrop only sftp server

* Move config variable into else block

* Set value in case no backups where found on the server and housekeeping is disabled.

---------

Co-authored-by: Ad Schellevis <AdSchellevis@users.noreply.github.com>
2025-03-19 22:16:31 +01:00
Franco Fichtner
64c4272413 sysutils/sftp-backup: bump revision again 2025-03-19 15:20:23 +01:00
Franco Fichtner
ae6185094e plugins: style sweep 2025-03-19 15:17:36 +01:00
Ad Schellevis
50c9cb095a sysutils/sftp-backup : fix identity comparison for https://github.com/opnsense/plugins/issues/4582 2025-03-14 13:44:38 +01:00
Franco Fichtner
22bf308bda sysutils/sftp-backup: bump revision after previous 2025-03-12 07:45:33 +01:00
Ad Schellevis
00cb3e9dbe sysutils/sftp-backup : remove carriage return for windows users and possible excess line endings, closes https://github.com/opnsense/plugins/issues/4582 2025-03-11 19:08:58 +01:00
Franco Fichtner
0782d64db6 sysutils/sftp-backup: prep for release 2025-03-05 09:00:47 +01:00
Ad Schellevis
8dc6460052 sysutils/sftp-backup : add sftp backup connector (#4563)
Add a simple backup option using secure copy (sftp).

Easy to use with any unix/linux target server offering ssh services. Just add a public key to `~/.ssh/authorized_keys`  (`~` = users home directory), upload a matching private key and set the remote location (for example `sftp://root@192.168.1.1//root/test_backup`)

[ssh-keygen](https://man.openbsd.org/ssh-keygen.1) can be used to generate a keypair.
2025-02-25 21:02:41 +01:00