Icaro Nadson
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
Activity overview
Latest activity by Icaro Nadson-
Icaro Nadson commented,
-
Icaro Nadson created a post,
The system account is using up a lot of disk space.
Hello, The system user is using a lot of disk space. Can I delete all the emails that are in the mailbox? Can I disable this feature? What would the impact be?
-
Icaro Nadson commented,
Ok, thank you very much.
-
Icaro Nadson created a post,
Is it normal to receive warnings from pkgacct?
Hello, I would like to know if the above alert is normal or if I should be concerned? I'm using the command `/scripts/pkgacct "$conta" "/home/backup/weekly/$conta" --skiphomedir` and I received th...
-
Icaro Nadson commented,
Thanks again
-
Icaro Nadson commented,
Do I back up the entire /home/user folder?
-
Icaro Nadson commented,
How do I backup the account without the files?
-
Icaro Nadson commented,
I only need one full backup per week.
-
Icaro Nadson commented,
There is actually another way, I haven't tested it yet, but it would be like this: tar -cf - /home/user/mail/domain.example.com | gzip | split -b 450G - backup_tar_gz_part_ I would disable the auto...
-
Icaro Nadson commented,
I understand, and analyzing, there would be another problem, the tar with the division would work well, but it would lose the compression of the files. Researching here, I can't use gz in these con...