[AI] Blu ray disc and DVD burning accessible software

2016-02-11 Thread Rishi Kewalramani
Hi all,

Hope you all are doing fine.

Can you please suggest me a good Blu ray and DVD burning  accessible
software?

One of the main features that I look for in the burning software is the
automatic detection of the files modified and the inclusion of additional
new files in folders previously burnt on the disc.

What I mean by that is,

I take regular weekly back ups of my important data on blu ray discs and
dvds.

So for example if I burn a folder named, " My important documents"  on a
blue ray disc, and during the week I make changes in some files, and create
new files under this folder in my computer,

I would want the burning software  to automatically detect the modified
files and the new files  to be backed up the next time I insert that blue
ray disc into my computer and run the burning software for backing up.

I hope I am able to  explain my requirement.

 

So please suggest a good and accessible blu ray and dvd burning software,

Looking Forward to your  valuable inputs,

Sincere regards, Rishi.

 


Register at the dedicated AccessIndia list for discussing accessibility of 
mobile phones / Tabs on:
http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in


Search for old postings at:
http://www.mail-archive.com/accessindia@accessindia.org.in/

To unsubscribe send a message to
accessindia-requ...@accessindia.org.in
with the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please 
visit the list home page at
http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in


Disclaimer:
1. Contents of the mails, factual, or otherwise, reflect the thinking of the 
person sending the mail and AI in no way relates itself to its veracity;

2. AI cannot be held liable for any commission/omission based on the mails sent 
through this mailing list..


Re: [AI] Blu ray disc and DVD burning accessible software

2016-02-11 Thread dhruv kumar
This may be overkill in your specific case (probably, this will really
really be overkill), but you could use a version control thing
likegit. If the folder only contains, say, text files and not binary
data, you can just do
git init
git add .
git commit -m "initial commit"
Then, you just copy that folder to the disk. After a week, you do again
git add .
git commit -m "Backup of "
git push /
More information here:
http://git-scm.com
Again, this might be overkill for you, but as a coder that was the
first solution that came to mind.

On 2/11/16, Rishi Kewalramani  wrote:
> Hi all,
>
> Hope you all are doing fine.
>
> Can you please suggest me a good Blu ray and DVD burning  accessible
> software?
>
> One of the main features that I look for in the burning software is the
> automatic detection of the files modified and the inclusion of additional
> new files in folders previously burnt on the disc.
>
> What I mean by that is,
>
> I take regular weekly back ups of my important data on blu ray discs and
> dvds.
>
> So for example if I burn a folder named, " My important documents"  on a
> blue ray disc, and during the week I make changes in some files, and create
> new files under this folder in my computer,
>
> I would want the burning software  to automatically detect the modified
> files and the new files  to be backed up the next time I insert that blue
> ray disc into my computer and run the burning software for backing up.
>
> I hope I am able to  explain my requirement.
>
>
>
> So please suggest a good and accessible blu ray and dvd burning software,
>
> Looking Forward to your  valuable inputs,
>
> Sincere regards, Rishi.
>
>
>
>
> Register at the dedicated AccessIndia list for discussing accessibility of
> mobile phones / Tabs on:
> http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in
>
>
> Search for old postings at:
> http://www.mail-archive.com/accessindia@accessindia.org.in/
>
> To unsubscribe send a message to
> accessindia-requ...@accessindia.org.in
> with the subject unsubscribe.
>
> To change your subscription to digest mode or make any other changes, please
> visit the list home page at
> http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>
>
> Disclaimer:
> 1. Contents of the mails, factual, or otherwise, reflect the thinking of the
> person sending the mail and AI in no way relates itself to its veracity;
>
> 2. AI cannot be held liable for any commission/omission based on the mails
> sent through this mailing list..
>


Register at the dedicated AccessIndia list for discussing accessibility of 
mobile phones / Tabs on:
http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in


Search for old postings at:
http://www.mail-archive.com/accessindia@accessindia.org.in/

To unsubscribe send a message to
accessindia-requ...@accessindia.org.in
with the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please 
visit the list home page at
http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in


Disclaimer:
1. Contents of the mails, factual, or otherwise, reflect the thinking of the 
person sending the mail and AI in no way relates itself to its veracity;

2. AI cannot be held liable for any commission/omission based on the mails sent 
through this mailing list..