https://github.com/hafiz-muhammad/freetube-data-backup
FreeTube user data backup utility.
https://github.com/hafiz-muhammad/freetube-data-backup
backup-files backup-script backup-utility bash-script cli command-line-utility freetube linux shell-scripts terminal
Last synced: over 1 year ago
JSON representation
FreeTube user data backup utility.
- Host: GitHub
- URL: https://github.com/hafiz-muhammad/freetube-data-backup
- Owner: hafiz-muhammad
- License: mit
- Created: 2023-06-10T01:46:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T02:27:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T05:53:09.293Z (over 1 year ago)
- Topics: backup-files, backup-script, backup-utility, bash-script, cli, command-line-utility, freetube, linux, shell-scripts, terminal
- Language: Shell
- Homepage:
- Size: 79.1 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[FreeTube's Data Location Documentation](https://docs.freetubeapp.io/usage/data-location/)
Make ```backup-freetube.sh``` executable by running the following command in the terminal:
```console
chmod +x ~/freetube-data-backup/backup-freetube.sh
```
**Note:** Once option 1 or 2 is selected `ft-flatpak-backup.sh` and `ft-linux-backup.sh` inside the `scripts` folder will be made executable, so there is no need to manually change their permissions using `chmod`.
- **Option 1:** Select this option if you installed FreeTube on Linux using .deb/.rpm packages, AppImage, AUR, or .zip/.7z archive files on Linux.
- **Option 2:** Select this option if you installed FreeTube using the Flatpak package.
Files that will be backed up are: **profiles.db**, **settings.db**, **playlists.db**, **history.db**, **Preferences**
The backed up files will be stored in the directory `$HOME/Backups/FreeTube/Linux` or `$HOME/Backups/FreeTube/Flatpak` based on the option that you choose.