
duplicacy
List of commands for duplicacy:
-
duplicacy:ai:04888 Backup a folder using duplicacy$ duplicacy backup -stats -threads 4 /path/to/foldertry on your machineexplain this command
-
duplicacy:ai:4ba05 Backup a repo using duplicacy$ duplicacy backup -storage ${storage_name} -repository ${repository_path}try on your machineexplain this command
-
duplicacy:ai:569c9 Add folder to a repo-name using duplicacy$ duplicacy add -encrypt -repository /path/to/repo-name /path/to/foldertry on your machineexplain this command
-
duplicacy:ai:64cc2 Backup a fule using duplicacy$ duplicacy backup -stats -threads 4try on your machineexplain this command
-
duplicacy:ai:8ae3f Initialize a new Duplicacy repository using SFTP storage$ duplicacy init -e -storage-name my_repo sftp://user@hostname:/path/to/repotry on your machineexplain this command
-
duplicacy:ai:c86e2 Backup a file using duplicacy$ duplicacy backup -storage ${storage_name} -file ${filename}try on your machineexplain this command
-
duplicacy:tldr:51601 duplicacy: Prune revisions, keeping one revision every `n` days for all revisions older than `m` days.$ duplicacy prune -keep ${n:m}try on your machineexplain this command
-
duplicacy:tldr:97ed2 duplicacy: Check the integrity of snapshots.$ duplicacy checktry on your machineexplain this command
-
duplicacy:tldr:98b19 duplicacy: List snapshots of current repository.$ duplicacy listtry on your machineexplain this command
-
duplicacy:tldr:9acc6 duplicacy: Restore the repository to a previously saved snapshot.$ duplicacy restore -r ${revision}try on your machineexplain this command
-
duplicacy:tldr:9dc90 duplicacy: Save a snapshot of the repository to the default storage.$ duplicacy backuptry on your machineexplain this command
-
duplicacy:tldr:dbb57 duplicacy: Prune a specific revision of snapshot.$ duplicacy prune -r ${revision}try on your machineexplain this command
-
duplicacy:tldr:f6c6a duplicacy: Use current directory as the repository, initialize a SFTP storage and encrypt the storage with a password.$ duplicacy init -e ${snapshot_id} ${sftp:--user@192-168-2-100-path-to-storage-}try on your machineexplain this command
-
duplicacy:tldr:f7cd2 duplicacy: Add another storage to be used for the existing repository.$ duplicacy add ${storage_name} ${snapshot_id} ${storage_url}try on your machineexplain this command