Skip to content

Commit e19daa0

Browse files
committed
dietpi-backup: add support for sshfs
1 parent df555c8 commit e19daa0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ New software:
55
- fish | A dietpi-software entry for this alternative shell has been added. Aside of installing the fish APT package, a DietPi-specific config script is added to enable dietpi-* aliases and load the dietpi-login script for first run setup and autostart options. Many thanks to @ndrew222 for implementing this software option: https://github.com/MichaIng/DietPi/pull/7452
66

77
Enhancements:
8+
- DietPi-Backup | Support for writing a backup into an sshfs has been added.
89
- DietPi-Software | WiringPi: Added support for Orange Pi boards, using the wiringOP sources from Xunlong: https://github.com/orangepi-xunlong/wiringOP
910
- DietPi-Software | Spotifyd: Added support for ARMv8 and x86_64 Bookworm/Trixie systems, supported with the latest Spotifyd release.
1011
- DietPi-Software | RPi.GPIO: Since the modern Raspberry Pi kernel removed support for the legacy GPIO API, python3-rpi-lgpio will now be installed instead, providing an RPi.GPIO compatibility layer for the modern lgpio library.

dietpi/dietpi-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
fi
8181

8282
# Check for supported filesystem type
83-
if [[ $fs_type =~ ^(ext[2-4]|(f2|btr|x|z)fs)$ ]]
83+
if [[ $fs_type =~ ^(ext[2-4]|(f2|btr|x|z|ssh)fs)$ ]]
8484
then
8585
return 0
8686

0 commit comments

Comments
 (0)