topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 3:15 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - questor [ switch to compact view ]

Pages: [1]
1
Non-Windows Software / Re: file backup tools for linux
« on: April 12, 2021, 08:55 AM »
thanks for the tip, will check it out for sure!

2
Non-Windows Software / file backup tools for linux
« on: April 08, 2021, 06:47 AM »
Hey Guys,
I'm looking for a toolset to create and manage file backups on linux. I'm looking for tools with the unix-workflow in mind, so in my mind the perfect solution would be multiple tools to:
- get a filelist with already scanned (and hashed) files and a directory to scan and create a list of files which need updates (because they were changed or not in the original filelist created by former scans)
- process this new filelist and do the updates (for example copy them to a different folder)
- optional: wrangle the files and recompress them (explained below)
- take the processed files (new output) and group them by a customized size (for example to burn them later to dvd/bluerays)
- update processed filelist with new content

recompression: currently used common files (zip, jpg, mp3, pdf) all use not optimal compression and can be recompressed with up-to-date algorithms to get an extra 20-30% compression factor (in case of jpg and mp3 without loss of quality because only a subset of the whole compression-scheme will be reprocessed). background: they use huffmann-compression which is not optimal but fast, current state-of-the-art compression is asymmetric-numeral-system compression which is as fast as huffmann but compresses better.

most linux backups tools I've found an the net most of the time copy files to networks, but can't handle bundles to burn to dvd.

any hints about existing solutions?

PS: I have already started with my own implementation for this concept, but I have not the time to really manage it and it has not all features I would hope for.

3
Living Room / Idea for Forum
« on: July 06, 2007, 05:07 AM »

why not doing a review-section for programmers? A section where programmers can write reviews about thirdparty-middleware or libraries. Normaly when you need a special library you search the web and find 3 or 4 that do the job. then you take a closer look and you'll find advantages and disadvantages about every library and decide to use one. Why not collect this process and make it public for other coders so that they can get a fast overview over different libraries (example: library uses stl, ...)

another thing would be to present great libraries little known. for example a new (or older) library available on sourceforge, but nearly nowbody knows it....

is this a good idea or something I should forget? ;)

Pages: [1]