XFileSharing Pro - Anti-dupes system

Message
Author
adiga
Posts: 177
Joined: Jul 23, 2009 2:27 am

Anti-dupes system

#1 Postby adiga » Dec 17, 2009 6:28 pm

Anti-dupes system does not work
I have many users uploaded the same files more than a thousand times
And the space used on the server in a permanent increase
And I had to delete the files manually

elbasha751
Posts: 5
Joined: Jul 17, 2009 8:37 pm

#2 Postby elbasha751 » Dec 17, 2009 10:09 pm

adiga

this users may be use " add to my account " function in file download page under file information

so that appear in admin files page as copy but that only in DB and not H.D

so they point to the original file

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#3 Postby PilgrimX182 » Dec 18, 2009 8:20 am

Yea, check actual HDD usage from root console using "df -h" command.

adiga
Posts: 177
Joined: Jul 23, 2009 2:27 am

#4 Postby adiga » Dec 18, 2009 12:20 pm

Thank you all
I made sure the actual HDD usage of SSH and the result has been as follows:

Code: Select all

root@server [~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/sysvg-ROOT
                      670G  306G  330G  33% /
/dev/sda1              99M   19M   76M  20% /boot
tmpfs                 3.9G     0  3.9G   0% /dev/shm
/dev/sdb1             688G  317G  337G  32% /home2
/usr/tmpDSK           485M   15M  445M   4% /tmp

After deleting duplicate files
size down more than 200 GB and has become the result is as follows:

Code: Select all

root@server [~]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/sysvg-ROOT
                      670G  209G  427G  33% /
/dev/sda1              99M   19M   76M  20% /boot
tmpfs                 3.9G     0  3.9G   0% /dev/shm
/dev/sdb1             688G  207G  447G  32% /home2
/usr/tmpDSK           485M   15M  445M   4% /tmp