Does anyone have a way (quick and dirty command line if needed) to move the persistent data from an existing USB install to a fresh install on a new USB key?
Someone care to mind dump?
Thanks

Does anyone have a way (quick and dirty command line if needed) to move the persistent data from an existing USB install to a fresh install on a new USB key?
Someone care to mind dump?
Thanks
TailsDatapartition that's on the new stick (e.g. using GNOME Disk Utility).rsync -aas root to copy the data from one mountpoint to the other.TailsDatapartition.