title
Products            Buy            Support Forum            Professional            About            Codec Central
 
Results 1 to 6 of 6

Thread: Backing Up FLAC files

  1. #1

    Backing Up FLAC files

    Hi,
    I am not sure where to post this. How can I back up my FLAC files onto an external hard drive?
    I am going to change my internal hard drive so I would like to find some recommendations.
    Thanks

  2. #2
    dBpoweramp Guru
    Join Date
    Nov 2007
    Location
    Florida, USA
    Posts
    5,735

    Re: Backing Up FLAC files

    just copy them over to the new drive like any files, using the normal software on your computer (e.g., explorer in windows). Nothing special needed. If you want to backup to another drive and only pickup differences, I use (for windows) "freefilesync".

  3. #3

    Re: Backing Up FLAC files

    I will do that. Thank you

  4. #4
    dBpoweramp Guru
    Join Date
    Jul 2017
    Location
    Wirral, UK
    Posts
    1,764

    Lightbulb Re: Backing Up FLAC files

    Hi FP,

    I use a paid-for s/w called "Beyond Compare" made by ' Scooter'. I have found it to be very thorough and reliable. There's no hidden bloatware and it doesn't hijack your PC either.

    I purchased it for around $20.00 about 5 years ago.

    Best,

    Paul
    Last edited by monsterjazzlick; 06-06-2020 at 08:28 PM. Reason: format

  5. #5
    dBpoweramp Guru
    Join Date
    Feb 2014
    Posts
    1,740

    Re: Backing Up FLAC files

    Hey FuturePhantasy,

    if you use a Windows system the easiest and cheapest way is to use the internal Windows command "robocopy", which Microsoft uses itself for several backup job. The command has a lot of options to specify how to copy and synchronize a source and a destination. Here is one of my typical command lins:

    Code:
    robocopy "c:\my_source_folder" "c:\my_destination_folder" /MIR /NFL /NDL /NP /R:0 /W:0 /DST
    This command synchronizes all files and folders in the folder "c:\my_source_folder" with the files and folders in the folder "c:\my_destination_folder". Files or folders, which are in the source but not in the destination, will be copied. Files or folders, that are in source and destination, but newer in the source will be overwritten (i.e. if you have updated metadata in your source files). Files or folders, that are in the destination, but not in the source, will be deleted. The comparison of the timestamps will take the summer time into account.

    You can store that command line in a batch file (text file with the extension .bat) and execute that batch by just double clicking it.


    Dat Ei

  6. #6
    dBpoweramp Enthusiast
    Join Date
    Jan 2014
    Posts
    76

    Re: Backing Up FLAC files

    I use SyncBackFree to backup files and folders from external drives to external drives and NAS drives. There is a paid version that does versioning, if you are interested in keeping old versions of files.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •