Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Filesystem folder size sort
#1
Hi all,

I have a large number of videos in a large number of folders on a 4TB removable hard drive. I want to backup this 4TB to 4x1TB drives. The problem is the folders are different sizes so I can't neatly split them.

I looking to construct a script to list the folder sizes on the 4TB drive and sort them into blocks of 1TB.

I've found many scripts that list file sizes and folder sizes, but what I'm struggling with is what data structure to go for to be able to do the sort task.

I've considered taking the folder data into a spreadsheet and manually splitting the files, but this seems clumsy. There must be an elegant programming solution, but I'm not sure what I'm looking for.

Could you please point me in the direction of some similar example scripts I can play with.

Kind regards,

Reggie.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Compare folder A and subfolder B and display files that are in folder A but not in su Melcu54 3 560 Jan-05-2024, 05:16 PM
Last Post: Pedroski55
Photo a.sort() == b.sort() all the time 3lnyn0 1 1,324 Apr-19-2022, 06:50 PM
Last Post: Gribouillis
  Compare filename with folder name and copy matching files into a particular folder shantanu97 2 4,508 Dec-18-2021, 09:32 PM
Last Post: Larz60+
  Move file from one folder to another folder with timestamp added end of file shantanu97 0 2,483 Mar-22-2021, 10:59 AM
Last Post: shantanu97
  Python Cut/Copy paste file from folder to another folder rdDrp 4 5,071 Aug-19-2020, 12:40 PM
Last Post: rdDrp
  size of a windows folder metro17 1 1,781 Nov-03-2019, 06:20 PM
Last Post: jefsummers
  size of set vs size of dict zweb 0 2,149 Oct-11-2019, 01:32 AM
Last Post: zweb
  Delete directories in folder is not working after folder is updated asheru93 2 2,664 Feb-13-2019, 12:37 PM
Last Post: asheru93
  copy content of folder to existing folder shlomi27 0 2,643 Aug-11-2018, 01:44 PM
Last Post: shlomi27
  CSV file created is huge in size. How to reduce the size? pramoddsrb 0 10,490 Apr-26-2018, 12:38 AM
Last Post: pramoddsrb

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020