mastodon: ignore cache
parent
66471b162a
commit
31d255b388
|
@ -10,7 +10,10 @@
|
|||
networking.hostName = "mastodon";
|
||||
|
||||
services = {
|
||||
backup.paths = [ "/var/lib/mastodon/" ];
|
||||
backup = {
|
||||
exclude = [ "/var/lib/mastodon/public-system/cache/" ];
|
||||
paths = [ "/var/lib/mastodon/" ];
|
||||
};
|
||||
|
||||
# Sidekiq monitoring
|
||||
collectd.plugins = {
|
||||
|
|
Loading…
Reference in New Issue