Code Monkey home page Code Monkey logo

Comments (13)

HoffmannTom avatar HoffmannTom commented on August 10, 2024

Hello,
I am aware that there are many different individual need and requests.
Therefore you can use the "post-backup cmd" to add individual scripts.
Examples are provided in the release file.

Greetings, Thomas

from outlookbackupaddin.

OteJlo avatar OteJlo commented on August 10, 2024

Thanks for the quick answer!

The problem is at the level of the place, if I understood well it will make the copy of all the pst that I want to save, that in the same place, then with a script I should specify the place where it is pst to move them one by one?

from outlookbackupaddin.

HoffmannTom avatar HoffmannTom commented on August 10, 2024

Hello,
it works a bit differently. The backup will be done as usual to the configured folder.
Your script has to iterate the files in the destination folder and move the pst-files to the desired location.
You can check the sample script which adds a date to the filename. Instead of renaming, you would have to
move the file to the desired destination folder.

from outlookbackupaddin.

HoffmannTom avatar HoffmannTom commented on August 10, 2024

Hello,
did you achieve the desired result with the script?
Greetings,
Thomas

from outlookbackupaddin.

OteJlo avatar OteJlo commented on August 10, 2024

Hello,

No, because the goal is to implement your application on each user station of our company.

The difficulty does not lie in the deployment or other, it is the fact of the blow to be able to make so that each user can save in only one copy each file in the place which is intended, because our users make backups of PST by business in the folder of the business, and for a lambda user a script it is not all easy.

But we are working on a post-backup solution where users could configure on an interface each file in a location and once configured create the script you are talking about that runs after the backup.

Thanks for your help!

from outlookbackupaddin.

HoffmannTom avatar HoffmannTom commented on August 10, 2024

Hello,
I am not quite sure about the mentioned issue.
So you have different departments with multiple users and every user shall get its own target folder. Is that right?
You can also use environment variables within the path, prefix and suffix, if this helps.

Greetings, Thomas

from outlookbackupaddin.

OteJlo avatar OteJlo commented on August 10, 2024

Hello,

MMm no that would not solve the problem, because each user has several PSTs, and each PST must be saved in a specific location on our network. (these are PSTs linked to construction sites).

And each user works on different sites.

Thanks for your help!

from outlookbackupaddin.

OteJlo avatar OteJlo commented on August 10, 2024

Hey,

So there's nothing you can do to make it work?

from outlookbackupaddin.

HoffmannTom avatar HoffmannTom commented on August 10, 2024

Hello,
using the "post-backup cmd" is my suggestion. You can use some if-statements to separate the pst files.
Furthermore you can use env-variables.
If there is a specific problem with writing a batch-files you can drop a line.
You didn't mention any specific problem regarding the batch-files solution or I didn't get the issue.
Greetings, Thomas

from outlookbackupaddin.

OteJlo avatar OteJlo commented on August 10, 2024

The problem with using the "post-backup cmd" function is that it runs after the PST files are copied.

So after copying the PSTs to a location X you would have to additionally do a move of the PSTs to each appropriate folder.

And depending on the throughput of some of our servers, the space left on some user workstations, this is not possible.

Can't you add an option to your add-in to separate the backup destination folder for each PST? please ?

from outlookbackupaddin.

HoffmannTom avatar HoffmannTom commented on August 10, 2024

If all the pst-files are on the same server, moving the files between folders doesnt need any extra space.
Only the file descriptor is moved, not the file data itself.

from outlookbackupaddin.

OteJlo avatar OteJlo commented on August 10, 2024

it doesn't go on the same server, we have many servers.

from outlookbackupaddin.

HoffmannTom avatar HoffmannTom commented on August 10, 2024

Another option would be to configure the backup of one pst to the right destination and copy the rest via post-backup-cmd to their destination.

Maintaining separate backup folders for every pst is not a normal use case and would make the tool complicated just for a single application. I also dont know why you use different servers for different pst files. Usually, you have one backup system / storage / external disc etc.

from outlookbackupaddin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.