How to save backup in a target folder

I am trying to figure out how to save a backup to a folder when I backup files like G:/Data Backup instead of creating a folder with a random name. I have a WD My passport portable hard drive using WD smartware.   With backups will it save to that target location and replace just files that have changed?

You can't. All you can do is move the top level folder of the save from the root of the drive to somewhere a bit deeper down a file tree, e.g. your G:/Data Backup folder. But what will then happen is the WDSmartware.swstor folder will be created within that folder, and the device and drive sub-folders within that. It's done that way as Smartware is actually designed to work with NAS drives to save backups from multiple devices and multiple drives within those devices. The "random name" you describe isn't actually random, it's the ID of the individual drive(s) within the device you're backing up. For your case you might want to look at the new WD Backup Software, which may meet your needs a little better. I haven't tried it (as I need proper NAS backup, hence use Smartware), but from the description it's better suited to backups onto portable drives like your MP.

Similar Messages

  • I want to renew my window and how to save backups which i hav on my itunes ??

    i want to renew my window and how to save backups which i hav on my itunes ??

    See Backup your iTunes for Windows library with SyncToy. As long as you copy your entire library over to the new/rebuilt computer your devices should sync with the library and will be backed up on the first sync. If you really want to backup the device backups see this support document iTunes: About iOS backups and backup the device backup folders, then restore them into your new profile.
    tt2

  • How to save/backup bookmarks in firefox 5.01?

    Dear Support,
    Please teach me how to save/backup bookmarks in Firefox 5.01?
    (1) On the File menu, there is only "Import" option but no "Export" option for me to export or save my Bookmarks.
    (2) On the Bookmarks menu, there is no "Manage Bookmark" tab as some online help suggested.
    Thank you.

    Backing up and Restoring Bookmarks
    * https://support.mozilla.com/en-US/kb/Backing%20up%20and%20restoring%20bookmarks
    Check and tell if its working.

  • How do i backup only 1 particular folder in Time Machine

    I dont know if this has been asked or not-frankly i just want to know because ive never even touched time machine before. I have a time capsule now at work and boss is telling me to backup my work to the time capsule using time machine. I keep hearing that this thing works backward, that you have to EXCLUDE folders you DONT want? Is that right? If so thats just plain stupid IMHO. All i want to do is setup a nightly backup of work and not have to worry about it. How do i best set this up?

    2.So does that mean Im working directly on the external drive?
    Yes.
    Im confused with this solution. Im about to setup a Time Capsule HD as the target drive for TM or this OSX Backup idea above. The whole reason of doing that is so idont have to manually copy it there and then keep it updated.
    I'm confused about what is confusing you. Storing data on an external drive is no different from storing it on an internal one. The whole point of this discussion, I thought, was that (a) you were under orders from your boss to back up your work data with Time Machine, and nothing but Time Machine; (b) you were, for some strange reason, dead set against backing up anything except your work data; and (c) you couldn't be bothered to set up a bunch of exclusions in Time Machine. This way, you don't have to. Just exclude the internal drive. The one you don't exclude -- the external -- will be backed up automatically, which is what you seem to want.

  • How do I backup bookmarks to a folder on my desktop & NOT just an unreadable .json file before trying to recover lost bookmarks?

    Previously whenever upgrading to a new browser my Bookmarks stayed the same. So I went into the library to backup what little I have left & was told to 'save to folder on my hard drive' & did so. There's NO FOLDER, just an unreadable file with the extension of .json
    Maybe I should ask a better question: When restoring the bookmarks from a prior date will I get back EVERYTHING from that day (which would include the ones I was told to backup & can't, or am I faced with losing what I have left to get back what I lost? I have Windows XP home ed. version 3 & I'm afraid to do anything at all.
    I know it's not life & death, just webpages I visit often, but some ARE very important & I don't have the greatest memory to remember them all.
    PLEASE HELP ME!! Thanks in advance.

    You can restore a JSON backup in Firefox if you have such a backup.<br />
    * Bookmarks > Show All Bookmarks > Import & Backup > Restore > Choose File
    Restoring a JSON will however replace all the current bookmarks.<br />
    If you have any that you want to preserve then you need to export the bookmarks to an HTML file and re-import that HTML backup after you have restored the JSON backup.<br />
    Make sure that a JSON backup has .json file extension and that an HTML backup has a .html fle extension to avoid problems (nothing happens or you get an error like can't process the backup file).
    * http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • How to save pdf files to a folder on my tablet?

    How do I save an edited pdf document to a folder on my 'desktop', where I can find it again?  I am using an android tablet.

    I am not sure what you mean by saving on the 'desktop'. Are you trying to share the file across devices?
    However, in case you want to save a file in a different folder in Adobe Reader for Android, you can go tap on the 'Documents' tab. On the top toolbar, you will see an 'Edit' option. Tap on it and select the file(s) you want to move. Now, on the top toolbar, you would see an icon which looks like a folder with an arrow. Tap on this and now you can enter the desired location where you want to save this file

  • How to save (backup) current settings?

    Is there a way to save all my current (default) settings?
    E.g. for later restore (afer crash) or for other Adobe Ill installations on other computers.
    This backup should include e.g. default character set,
    default document size (width, height), preferences from Edit->Preferences menu,...
    Thomas

    OK. I'm still at v12, so someone with v13 will have to confirm this.
    However, I believe all you need to do is copy the entire folder {c:\Documents and Settings/[your login username]/Application Data/Adobe/Adobe Illustrator CS3 Settings} to a retrievable location. This will also preserve any New Document Profiles you might have created.
    (The above assumes C: is your bootup drive.)

  • How to save picture in SERVER ---- B1_SHR Folder

    Hi Experts,
                      In my user form i have added a new picture box & browse button,using the browse button iam uploading the picture into my picturebox & saving the path in database,again in form load mode again my picture is getting loaded....everything is fine.
    But only problem is when i select the jpg file from desktop it's should be default save into below  SERVER path
    C:\Program Files\SAP\SAP Business One\B1_SHR\MyPicture1.jpg
    here's my present coding
    Sub ShowFolderBrowser()
            Dim MyTest As New OpenFileDialog
            Dim strMdbFilePath As String
            Dim MyProcs() As Process
            MyProcs = Process.GetProcessesByName("SAP Business One")
            If MyProcs.Length  0 Then
                For i As Integer = 0 To MyProcs.Length - 1
                    Dim MyWindow As New ClsWindowWrapper(MyProcs(i).MainWindowHandle)
                    'MyTest.Filter = "Excel files (*.xls)|*.xls|Document files (*.doc)|*.doc"
                    If MyTest.ShowDialog(MyWindow) = DialogResult.OK Then
                        If objForm.Mode = SAPbouiCOM.BoFormMode.fm_OK_MODE Or objForm.Mode = SAPbouiCOM.BoFormMode.fm_UPDATE_MODE Then
                             'strMdbFilePath = MyTest.FileName
                        End If
                        Dim objPicture As SAPbouiCOM.PictureBox
                        objPicture = objForm.Items.Item("EmpPic").Specific
                        objPicture.Picture = MyTest.FileName
                        objForm.Refresh()
    end if
    end sub
    Can Anybody suggest me some ideas to solve this problem
    Thanks,
    Shangai

    Hello,
    >But only problem is when i select the jpg file from desktop it's should be default save into below SERVER path
    Attachment patch and bitmap pacth can be customized in
    Administration\System init...\General Settings\Path folder.
    These path values are avaiable in SDK, properties of company object.
    In this case at least the BitMapPath should be set to
    SERVERNAME\B1_SHR\
    You should copy it, by io.File.Copy command, and you can determine the system attachment pacth as ocompany.AttachMentPath or ocompany. BitMapPath
    This is the answer for you question.
    Regards,
    J.

  • How to save an image to particular folder

    Hi all,
    Is there any way so that i can save an image to some already created phone folder. e.g DOODLES Folder.
    thanks,
    zeeshan.

    Hi
    You cant access any persistent storage but the one you create through the rms api. So you will not be
    able to access that folder.
    Greets.

  • How to save camera image in different folder (other than Camera Roll) in Ios?

    I am developing an App where I am taking pictures from the Camera but all the pictures get stored in the Gallery. I would like to store all the pictures taken in this app to be stored in a different folder so that when users view the pictures in the app, it should show only the pictures taken using the app. Currently, all the pictures of the Gallery are being displayed which I do not want.
    I want to create a folder, store camera pictures taken using the app in this folder then display all the images of the folder in the app.
    Any suggestions would be appreciated.
    Thanks in advance.

    Hi,
    try freshplanet/ANE-ImagePicker · GitHub.

  • How to save scanned docs to a folder etc

    Hi 
    I have just reloaded software again and now i dont have the same settings after i scan a doc.  It finally scans but I cant do anything with it, send it save it etc, where is it going on my desk top?  The manual is too vaque
    I hope someone can advise

    Hi @xylophonens,
    Welcome back to the HP Support Forums!  I see you are using the Yosemite 10.10 Operating system with your HP Deskjet 1510, the new software is a little different and you would like to know all the scanning option. Please click on the link below to get started:
    Scanning with the Full Feature HP Software in OS X v10.10 Yosemite
    I hope this helps, if you have any questions please let me know.
    Thanks,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Downloaded PSE 8 - How to save backup to disc

    Simple enough.
    I bought and downloaded the program from the Adobe site.  Getting ready to get a new computer and want to move the program over to the new one.  I assume the easiest way to do this would be to burn a copy of the program to disc.  Is this accomplished by programs - adobe - pse and burn it or is there something more I need to do?

    You would have to burn on a disk, or copy to other external store the actual product installation files, not the already installed program. If you purchased the software from the Adobe Online Store, you can  always login later and download PSE to your new machine.

  • How to merge notes in iphone and ipad? how to save all the notes as backup so that it does not take up space

    How to merge all notes from iphone and ipad together?
    How to save all the notes in folder in external drive so that it will not take up space in iphone and ipad?

    Becuse when I delte it still takes up. My memory I delted GBA4IOS a app from a website and still it takes 10GB of my memory.

  • How to save any file in iphone through programming.

    Hi Developers,
    I have written some code to download the image from net.
    If i want to store that image in my folder.so how can
    save or store in my folder programatically.
    Or which Api helps me regarding this.
    Please help me....

    Have a look at this thread:
    http://discussions.apple.com/thread.jspa?messageID=7541192

  • How can I navigate to a specific target folder when performing a save file command?

    Whenever i click on a Save option for a file, I am eventually presented with a dialog box that gives me a choice of Devices, Favorites and Recent file selections. Which i usually stare at knowing that the actual folder I want the file saved to will not be on the list of options that are presented to me. Nor does there seem to be any way to get around of this dead-end, pre-determined save menu and point the save file process to the folder you want to save the file to. So, when I want to save a file to a specific folder that I have in mind that OSX does not know about, how do I do it?

    You have me a bit confused. if you are asking "how do i get a dialog box that i can navigate to any folder with" - there is atriangle next to the file name - click it to "open" and a much bigger dialog box with full finder access wil open. Navigate where you wish and save.
    You can also add items to your sidebar.
    Grant

Maybe you are looking for

  • How to keep sort order in Shuttle item's source and destination boxes?

    I have defined a shuttle item on a page and the list of values in the source box is populated by a SQL with sort order specified. In the Settings of the shuttle item, Show Controls value is set to Moving Only instead of All. When a user moves selecte

  • ı hope this is more clear/read a text file/kbr1412

    file is that 0 jack 1 jim 2 1 movie 3 summer 4 ........... file goes on this problem is such that you choose a link in menu on cellular phone when you pressed ok you see another menu and this goes on like this until you get data my data is saved in a

  • How to "Custom conversion routine" in BW

    Hi team, The R3 table level field has converion routine which stores the value as "A" . When you display this in application (or) using ALV, it shows as "AB". There are custom function modules behind this conversion routine. In BW, when we extract un

  • I want to dispaly different colours in my report out put

    hii.. am having 12 columns..i want to display different colors for every row. plz any one tell me the answere

  • Problem installing a PKG file

    I have a question and I'm not sure if the problem is imac related or Lion related, so I'm posting in both boards.  Quick background, I purchased the Sonnet Express Card/34 Thunderbolt Adapter and Tempo SATA Edge ExpressCard/34 to connect my Drobo S t