Icaro Nadson
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
Comments
Recent activity by Icaro Nadson-
-
Ok, thank you very much.
-
Thanks again
-
Do I back up the entire /home/user folder?
-
How do I backup the account without the files?
-
I only need one full backup per week.
-
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...
-
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...
-
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...
-
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...