Pupsave Backup will not work with f2fs file system format

Moderator: Forum moderators

Post Reply
User avatar
bigpup
Moderator
Posts: 6524
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 791 times
Been thanked: 1356 times

Pupsave Backup will not work with f2fs file system format

Post 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 425 times

.
The save is stored on the f2fs partition.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

gyrog
Posts: 598
Joined: Thu Oct 01, 2020 8:17 am
Location: Australia
Has thanked: 14 times
Been thanked: 183 times
Contact:

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

Post 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 53 times

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

Post Reply

Return to “Raspbian Buster”