[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: tar



Ecco qui un esempio:

============================================================
root@Rospo:/home/fabio# free
             total       used       free     shared    buffers     cached
Mem:        515296     196760     318536          0      35184      86636
-/+ buffers/cache:      74940     440356
Swap:      1277156          0    1277156

root@Rospo:/home/fabio# tar cpzf /drive2/BACKUPS/homefabio.tgz /home/fabio/ 2>&1 | grep -v "Removing leading"

root@Rospo:/home/fabio# free
             total       used       free     shared    buffers     cached
Mem:        515296     198848     316448          0      35224      88636
-/+ buffers/cache:      74988     440308
Swap:      1277156          0    1277156

================================================================

Come vedi si é "mangiata" un po' memoria. Considera che la directory di cui ho fatto il tar è molto piccola. Quando vado a fare tar su una directory di qualche centinaio di megabyte, il valore "used" rimane quasi pari a "total"...




Reply to: