Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6143 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I want to use the Save a copy as script to create a backup. The problem I keep running into is, how do you set the script up so it doesn't save of the previous copy. I guess I'm looking more for a way to save a weeks worth of backups. Any ideas?

Posted

You can set the file name dynamically with a variable.

I like to use the current year, month, and with the file name backups sort chronologically in the file folder.

Set Variable[$filename; "Filename_" & Year(Get(CurrentDate)) & "_" & Right(0 & Month(Get(CurrentDate);2) & "_" & Right(0 & Day(Get(CurrentDate);2) & ".fp7"]

In your Save As[] Add File... Dialog, select the folder and set the file name to $filename.

This topic is 6143 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.