Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SA
Posts
0
Comments
4
Joined
2 yr. ago

  • Add a cron entry on your Ubuntu server.

     
        
    0 4 * * * rsync -r user@seedbox:folder/ /my/plexfolder
    
      

    This would sync the folder on seedbox to the /my/plexfolder every night at 4am.

    Ensure that you have set up password less authentication with ssh keys.