View Single Post
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#148
Originally Posted by Laughing Man View Post
to backup my gpodder config, the files I've downloaded, and what's been played do I just backup the gpodder folder that's hopefully in /home/user/ or /home?
The easy variant:

To backup, use this command:

Code:
gpodder-backup -c /home/user/MyDocs/my-backup.gpo.tgz
Copy the file my-backup.gpo.tgz off the device if you want and back to the device when you want to restore the backup.

To restore, use this command:

Code:
gpodder-backup -x /path/to/my-backup.gpo.tgz
If you want to remove all settings and downloads, you can use this command before restoring a backup or to start afresh (be aware that this cannot be undone and you should make a backup first if you want to retain your settings, database and downloads):

Code:
gpodder-backup --purge
See the manpage of gpodder-backup for more information.

The hard variant: Back it up manually. The downloads are in /home/user/MyDocs/Podcasts and the database and config in /home/user/.config/gpodder/.
 

The Following User Says Thank You to thp For This Useful Post: