Skip to content

diff between fuse-zip and jmtpfs ? #36

@anmac1789

Description

@anmac1789

Hello, is this project still being maintained ? Also, is there a difference in timestamp reliablity and preservation between this program and fuse-zip ? I want to use read-write between linux and android to make complete backups ...

So far, I used :

find . -mindepth 1 -maxdepth 1 | zip -@ -0 -r -v "/home/username/jmtpfs/folder.zip" to make my android backup but I would like to know if there is any difference between that above command and:

find . -mindepth 1 -maxdepth 1 -exec cp -p -i -r -v "{}" "destination" ; ? in regards to jmtpfs vs. fuse-zip ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions