View Single Post
Posts: 123 | Thanked: 457 times | Joined on Feb 2012
#14
Originally Posted by thedead1440 View Post
Vesuri, is there any way to replace packagename with all packages so that all installed apps can be backed-up in one go?
Try

Code:
for package in `osa --packages | grep Package: | awk '{ print $2 }'`; do osa --get $package > $package.deb; done
 

The Following 4 Users Say Thank You to Vesuri For This Useful Post: