Hello Natanael, >apk-tools create the package listing on the fly. Something like: > >tar -ztf package.apk > var/db/apk/package/CONTENTS >tar -zxf package.apk > A question. How do you handle config files added by an user? To give an example: A package like hostapd contains a directory /etc/hostapd which contain some config files. It is possible to add some config files for extra functionality in that directory.
When you use a package listing with tar -ztf only the files present in the package will be taken into account and the new files will get lost with a backup. When you use something like a .local file you can list the etc/ hostapd directory and all files will be taken into account. How do you handle this? Eric _______________________________________________ leaf-devel mailing list leaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-devel