There's is a nice new feature
And this is great, but it would be even better to have something like
Example usage:
in /home/user/.backup_exclude_paths:
(to exclude all junk that stays in /home/user/.spamassassin/)
and in /home/user/.backup_include_paths:
to still include user_prefs in the backup.
That's just an example.
https://www.directadmin.com/features.php?id=1737 which allows to exclude some directories from backups, like:backup_exclude_paths
Code:
Maildir/.INBOX.spam/*
Maildir/.Trash/*
imap/*/*/Maildir/.INBOX.spam/*
imap/*/*/Maildir/.Trash/*
And this is great, but it would be even better to have something like
backup_include_paths
Example usage:
in /home/user/.backup_exclude_paths:
Code:
.spamassassin/*
(to exclude all junk that stays in /home/user/.spamassassin/)
and in /home/user/.backup_include_paths:
Code:
.spamassassin/user_prefs
to still include user_prefs in the backup.
That's just an example.