move aicloud backup to hs
This commit is contained in:
parent
bb0e38c2f8
commit
07e7a68b58
2 changed files with 7 additions and 15 deletions
|
|
@ -11,8 +11,13 @@
|
||||||
|
|
||||||
# hs-specific home configuration
|
# hs-specific home configuration
|
||||||
|
|
||||||
syncthing-custom = {
|
services.scheduled-commands.aicloud-backup = {
|
||||||
enabledFolders = [ "Credentials" "Documents" "Archive" "NSFW" ];
|
enable = true;
|
||||||
|
description = "Backup aicloud files";
|
||||||
|
interval = "*-*-* 12:00:00";
|
||||||
|
commands = [
|
||||||
|
"rsync -avP aicloud:~/ /mnt/storage/Backup/aicloud/ --exclude='/.*'"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# yt-dlp configuration - store videos on large storage
|
# yt-dlp configuration - store videos on large storage
|
||||||
|
|
|
||||||
|
|
@ -17,19 +17,6 @@
|
||||||
../../../modules/schedule.nix
|
../../../modules/schedule.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
syncthing-custom = {
|
|
||||||
enabledFolders = [ "Credentials" "Documents" "Archive" "NSFW" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
services.scheduled-commands.aicloud-backup = {
|
|
||||||
enable = true;
|
|
||||||
description = "Backup aicloud files";
|
|
||||||
interval = "*-*-* 06:00:00";
|
|
||||||
commands = [
|
|
||||||
"rsync -avP aicloud.lan:~/ ~/Backup/aicloud/ --exclude='/.*'"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Enable Ghostty terminal with OSC-52 clipboard support
|
# Enable Ghostty terminal with OSC-52 clipboard support
|
||||||
programs.ghostty-custom = {
|
programs.ghostty-custom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue