Thanks for helping out. Much appreciated!
Sorry, but I am still super confused 🫨
Can you try to be more specific when you walk me through the steps? I am probably the idiot here, but I get very lost with relative words without specific context (this/that). I am still new to all this.
The repository and backup on Computer A is already complete so I assume I won’t have to do anything more on that computer.
The first thing I did on Computer B was:
I cd into the repository folder where I want the .duplicacy file (not the actual data). In this case:
cd C:\data\config\duplicacy\nova_appdata_duplicacy_backup
Then I initialize the ftp storage with:
duplicacy init -e nova_appdata_duplicacy_backup sftp://username@192.168.10.10:2022/nova_appdata_backup
it prompts for the ssh and storage password — good. Then it says:
C:\data\config\duplicacy\nova_appdata_duplicacy_backup will be backed up to sftp://username@192.168.10.10:2022/nova_appdata_backup with id nova_appdata_duplicacy_backup
Then it generates the `.duplicacy/preferences which looks like this:
[
{
"name": "default",
"id": "nova_appdata_duplicacy_backup",
"repository": "",
"storage": "sftp://username@192.168.10.10:2022/nova_appdata_backup",
"encrypted": true,
"no_backup": false,
"no_restore": false,
"no_save_password": false,
"nobackup_file": "",
"keys": null,
"filters": "",
"exclude_by_attribute": false
}
]
Is that correct?
Note: The IP and username is just a redacted version not my real one.
Then, I guess I should proceed with the add command but I really don’t understand how to use it. I have tried for hours, but I am so lost. I tried:
duplicacy add -copy default default2 nova_appdata_duplicacy_backup Q:\nova_appdata_duplicacy_backup
…but I have no idea what I am doing at this point. Sorry, I don’t have a degree in computer science 