This commit is contained in:
2026-01-24 13:54:02 +03:00
parent c5a41f4fbe
commit 1646da180a
+5 -7
View File
@@ -17,12 +17,11 @@
OnCalendar = "daily"; OnCalendar = "daily";
Persistent = true; Persistent = true;
}; };
sources = [ sources = [
"${xlib.dirs.server-home}/Music/" "${xlib.dirs.server-home}/Music/"
]; ];
destination = "${xlib.dirs.mobile-drive}/Music/"; destination = "${xlib.dirs.mobile-drive}/Music/";
settings = settings = {
{
archive = true; archive = true;
delete = true; delete = true;
mkpath = true; mkpath = true;
@@ -36,12 +35,11 @@
OnCalendar = "daily"; OnCalendar = "daily";
Persistent = true; Persistent = true;
}; };
sources = [ sources = [
"${xlib.dirs.server-home}/Hosts/epral/Neo Backup/" "${xlib.dirs.server-home}/Hosts/epral/Neo Backup/"
]; ];
destination = "${xlib.dirs.mobile-drive}/Neo Backup/"; destination = "${xlib.dirs.mobile-drive}/Neo Backup/";
settings = settings = {
{
archive = true; archive = true;
delete = true; delete = true;
mkpath = true; mkpath = true;