Page 1 of 1

Pupsave Backup will not work with f2fs file system format

Posted: Sun Apr 04, 2021 12:42 pm
by bigpup

Raspup 8.2.1 installed and setup with Raspup on a small fat32 formatted partition and the rest of drive a partition formatted f2fs.
This is the standard setup that Raspup does to the drive.

Screenshot(4).png
Screenshot(4).png (11.36 KiB) Viewed 429 times

.
The save is stored on the f2fs partition.


Re: Pupsave Backup will not work with f2fs file system format

Posted: Fri Apr 30, 2021 3:12 pm
by gyrog

This might fix it,
add a new line 105 to file '/usr/sbin/pupsave-backup':

Code: Select all

			f2fs|btrfs|minix|reiserfs) ok=1 ;;

Or "patch" the same file with the following file:

pupsave-is-linux.diff.gz
gunzip to produce 'pupsave-is-linux.diff'
(366 Bytes) Downloaded 54 times

Edit: '/usr/sbin/pupsave-backup' in woof-ce has been patched.