2024-10-21, 03:40 AM
(This post was last modified: 2024-10-21, 03:50 AM by alleycat. Edited 1 time in total.)
(2024-10-21, 12:03 AM)TheDreadPirate Wrote: Run it as root or use sudo. Your user doesn't have sufficient permissions to read everything. Also, if you are doing daily diffs, you need to add --delete to the end of the rsync command.
Like this?
---------------------------------------
sudo systemctl stop jellyfin
cd /jellydata
mkdir etcJellyfin libJellyfin cacheJellyfin
sudo rsync -a -p --progress --delete /etc/jellyfin etcJellyfin/
sudo rsync -a -p --progress --delete /var/lib/jellyfin libJellyfin/
sudo rsync -a -p --progress --delete /var/cache/jellyfin cacheJellyfin/
tar cfz jellyfinBackup.tgz
-----------------------------------------
Tar not working either...
Jellyfin 10.10.7 (bare metal) on
Ubuntu 24.04.2 LTS, OS 1TB m.2 NVMe
Dell OptiPlex 7050 Intel i7-6700 32GB ram (headless)
Intel Arc A310 ELF
Storage: TrueNas Mini R Raidz2 45 TiB (samba shares)
Main PC: duel boot m.2 Windows 10/m.2 Linux Mint
Gateway: Netgate 4200 PFsense/HAproxy
Ubuntu 24.04.2 LTS, OS 1TB m.2 NVMe
Dell OptiPlex 7050 Intel i7-6700 32GB ram (headless)
Intel Arc A310 ELF
Storage: TrueNas Mini R Raidz2 45 TiB (samba shares)
Main PC: duel boot m.2 Windows 10/m.2 Linux Mint
Gateway: Netgate 4200 PFsense/HAproxy