Dealing with autosave

Dealing with autosave

BlakeBunn
Contributor Contributor
1,217 Views
7 Replies
Message 1 of 8

Dealing with autosave

BlakeBunn
Contributor
Contributor

Hello,

 

i am new to autocad as of this year. I have been teaching myself how to use it as i go. I am using autocad 2016 and have some changes I want to make to how i save. Ideally, I want it to save over my drawing rather than create a backup. I have heard of a way to change it so that when I run a common command it will save after this command completes. How do you set this up?

 

Thanks

0 Likes
Accepted solutions (3)
1,218 Views
7 Replies
Replies (7)
Message 2 of 8

paullimapa
Mentor
Mentor

I don't know of a buil-in AutoCAD command that will execute a Save command automatically without actually using the Save/QSave/SaveAs commands.

There is an AUTOSAVE command that will implement an automatic save based on a time interval.  Read up on this process using the On-line Help.

You can turn off the backup copy creation by setting the ISAVEBAK system variable to 0.  Though I would strongly advise against this in case the drawing file become corrupted during a save, you have no way to go to a backup file to recover.

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 3 of 8

leothebuilder
Advisor
Advisor
Accepted solution

I would not rely on autosave.

The only sure way to save your drawing file is to use the Save or the QSave command, and to use it frequently.

I would also keep the backup files (the .bak files)

You can redirect the backup files to a specific folder that you can delete at regular intervals.

 

When you use the Save or QSave command once it will update the .dwg file.

Using it a second time will update the .bak file.

0 Likes
Message 4 of 8

BlakeBunn
Contributor
Contributor

I cant seem to get in the habit of saving and was hoping there was a way to add it to a command such as my -purge script in my tool pallets 

0 Likes
Message 5 of 8

paullimapa
Mentor
Mentor
Accepted solution

You can always add the QSAVE command to the end of your Purge Script

 

 

 

Area Object Link | Attribute Modifier | Dwg Setup | Feet-Inch Calculator
Layer Apps | List on Steroids | VP Zoom Scales | Exchange App Store


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 6 of 8

BlakeBunn
Contributor
Contributor

this is the command i am using 

 

-PURGE;ALL;*;N;;R;*;N;^C^CAUDIT;Y;

 

would i edit it to look like this?

 

-PURGE;ALL;*;N;;R;*;N;^C^CAUDIT;Y;QSAVE;

0 Likes
Message 7 of 8

paullimapa
Mentor
Mentor
0 Likes
Message 8 of 8

steve216586
Advisor
Advisor
Accepted solution

Simply go to the Express Tools tab. Once there you will find Command Alias. In there you can assign a keyboard shortcut to the QSAVE command. I use a letter which I hardly ever use and double it. QQ = QSAVE. A simple double tap now and then, and I know I have saved my drawing without relying on Autosave.

"No one can make you feel inferior without your consent. "-Eleanor Roosevelt
0 Likes