Sjoerd said:
Is that possible ?
I would like to specify one folder where all my auto-backup doc files
go. Now the backups go to ther folder i create my document in.
Is that possible ?
I use Office 2003 pro
Any help / tips are welcome !
Thanks
There isn't any way to change the folder. The "auto-backup" file (*.wbk)
isn't a copy of the document, it's simply the document file itself, renamed
in place.
One alternative is to set up a macro that saves each document to two places,
as shown at
http://www.gmayor.com/automatically_backup.htm. The copy to the
second folder is in addition to the "auto-backup".
Another alternative -- one I would consider less desirable -- is a macro
that runs when you close a document, and moves the "auto-backup" to a
specified folder. As Graham discusses in the article I mentioned, the
"auto-backup" isn't a true backup, but the document as it existed at the
time of the previous save. Any work you've done between saves won't be in
the backup. That can be useful if you want to throw away the recent changes
and revert to the previsou version, but it's a disaster if you want to
retrieve the changes.
Also, have you considered that putting all the backups in a single folder
means that you can't keep backups of two documents that have the same
filename but different paths? As you save each document, its backup would
overwrite any backup of the other document. This may not be a problem for
you, but it is a problem in general.