Skip to content

Commit

Permalink
backout of commit 338df97
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxbits committed Sep 23, 2024
1 parent 338df97 commit 8eb4b88
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/audiobookshelf/backup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ in {

backup = pkgs.writeShellScript "audiobookshelf-backup" (
concatLines (["set -eux"]
++ optional (cfg.backups.audiobooks.enable || cfg.backups.metadata.enable) ''
${pkgs.rclone}/bin/rclone backend lifecycle b2-audiobookshelf-backups:ajaxbits-audiobookshelf-backup \
--config ${rcloneConfigFile} \
-o daysFromHidingToDeleting=1
''
++ optional cfg.backups.audiobooks.enable ''
${pkgs.rclone}/bin/rclone sync \
--config ${rcloneConfigFile} \
Expand Down

0 comments on commit 8eb4b88

Please sign in to comment.