Skip to content

Commit

Permalink
image backup use rollback to singlecore bz2, looks vu have issue with…
Browse files Browse the repository at this point in the history
… multicore version
  • Loading branch information
atvcaptain committed May 23, 2023
1 parent 8096d26 commit 8e03af8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def doFullBackup(self, answer):
self.DATE = strftime("%Y%m%d_%H%M", localtime(self.START))
self.MKFS_UBI = "/usr/sbin/mkfs.ubifs"
self.MKFS_TAR = "/bin/tar"
self.BZIP2 = "/usr/bin/pbzip2"
self.BZIP2 = "/usr/bin/bzip2"
self.MKFS_JFFS2 = "/usr/sbin/mkfs.jffs2"
self.UBINIZE = "/usr/sbin/ubinize"
self.NANDDUMP = "/usr/sbin/nanddump"
Expand Down

0 comments on commit 8e03af8

Please sign in to comment.