Icaro Nadson

  • Total activity 32
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 5

Activity overview

Latest activity by Icaro Nadson
  • 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...

  • Icaro Nadson commented,

    I thought of it this way: cd /home/usertar -cf - /home/user/mail/domain.example.com/ | split -b 450G - backup_part_ This way, I would avoid having to double the space needed for the splitting, sinc...

  • Icaro Nadson commented,

    it's a big account;889G Apr 27 19:16 xxxx.tar.gz < this bigger account552M Apr 26 02:08 xxxx.tar.gz432K Apr 26 02:09 xxxx.tar.gz320K Apr 26 02:08 xxxx.tar.gz323M Apr 26 02:05 xxxx.tar.gz1.9M Apr 26...

  • Icaro Nadson created a post,

    Help Split Backup into Parts

    Good morning!I do a full backup on the weekends, which takes about one day. I have a 3.8TB disk, and I'm using 2.5TB, with 1.4TB free. The backup occupies 900GB.I usually send this 900GB to Google ...

  • Icaro Nadson commented,

    I managed to make a backup. How do I delete all emails from 2022 from an email account? I got to the function: Email Disk Usage and it can be customized using Dovecot query, but I didn't understand...