
:max_bytes(150000):strip_icc()/004_2624515-5ba5348d46e0fb00505685fe.jpg)
- #Duplicacy restore to another folder how to#
- #Duplicacy restore to another folder trial#
- #Duplicacy restore to another folder password#
- #Duplicacy restore to another folder license#
- #Duplicacy restore to another folder windows#
Therefore, the order in which patterns are added is significantįor instance, if you want to exclude all *.log files except the ones under the dir1 directory, the patterns shouldīe +dir1/*.log and -*.log, in that order. If a match is found, the corresponding include or exclude action is taken,
#Duplicacy restore to another folder windows#

The repository, click the Save and you can jump to the next section on storage setup. If you intend to back up everything in the With this dialog, you can click the Choose. This directory is called repository in our terminology.Ĭlick the button next to the text input used to display the repository, and the repository setup dialog will appear: To configure a backup job, the first thing is to select the local directory to be backed up. Alternatively, you can also click the Duplicacy icon in the menu bar (for macOS) or rightĬlick the Duplicacy icon in the system tray (for Windows) to access the same menu. You can right click the tab bar to activate the job management menu toĬreate new jobs or delete existing jobs. Since version 2.1.0, Duplicacy supports multiple backup jobs.
#Duplicacy restore to another folder license#
Once the appropriate license has been selected, Duplicacy will present the main window with an empty backup job: Personal documents that are not related to for-profit activities.Ī commercial license has no restrictions and can be installed on any computer to back up any files. There are two types of Duplicacy licenses:Ī personal license can only be installed on home computers, and can only be used to back up Licenses can be purchased from our customer page (signup is required).
#Duplicacy restore to another folder trial#
The first time you run Duplicacy, it will ask you to activate the license or start a fully functional 30-day trial period:

Setup schedule according to duplicacy-util -sd /.duplicacy-util -f mybackup -a -qĬhmod. The prune policy is per Duplicacy recommended because Wasabi has a minimum storage for 90-days.(To avoid charges, you may want to create another test account and see how many threads are optimized for your usage.)

See for details.Ĭreate ~/.duplicacy-util/mybackup.yaml (see below post for content). For me, I just need alert emails when there are problems. duplicacy set -key wasabi_secret -value # (# = your Wasabi secret key)Ĭreate ~/.duplicacy-util/duplicacy-util.yaml (see below post for content). duplicacy set -key wasabi_key -value # (# = your Wasabi access key)ġ0c.
#Duplicacy restore to another folder password#
duplicacy set -key password -value # (# = your encrypt password)ġ0b. Store the keys in Duplicacy config so you don't have to enter every time.ġ0a. Use your favourite program to create another key for encrypting the data.īack to Linux console, go to the directory you want to backup.ĭuplicacy init -e -storage-name wasabi mybackup wasabi:// command use the us-west data centre, see #6 above and change if needed) (Wasabi have 2 data centres as of writing, choose the one nearest to you, ) Think of a bucket name for your backup, because Wasabi use S3 API, each bucket name must be unique on its platform, an easy solution would be yourname-duplicacy These keys are for Duplicacy to access your Wasabi storage bucket. On Wasabi control panel, create an access key, it will give you an access key and also a secret key. (Normally you should get the linux_圆4 version)Ĭhown/chmod to make them executable for the right usersĬreate symlinks for them to /usr/local/binĬreate a Wasabi account (1TB trial available)(Why I chose Wasabi? See this post ) Get duplicacy and duplicacy-util binaries from below locations, put them into /opt/
#Duplicacy restore to another folder how to#
A short recap for myself how to setup Duplicacy ( ) CLI on Linux to backup to Wasabi ( ):
