Refactor: change "folder" to "directory" where needed.

This commit fixes every instance in which the word "folder" is
incorrectly used instead of "directory".
This commit is contained in:
Marco Bonelli
2019-02-11 19:00:49 +01:00
committed by Agniva De Sarker
parent 2484529a83
commit 2599a6de48
65 changed files with 202 additions and 202 deletions

View File

@@ -7,7 +7,7 @@
`FTP_PASSWORD={{ftp_login_password}} PASSPHRASE={{encryption_password}} duplicity {{path/to/source/directory}} {{ftps://user@hostname/target/directory/path/}}`
- Backup a folder to Amazon S3, doing a full backup every month:
- Backup a directory to Amazon S3, doing a full backup every month:
`duplicity --full-if-older-than {{1M}} --use-new-style s3://{{bucket_name[/prefix]}}`
@@ -17,7 +17,7 @@
- List the available backups:
`duplicity collection-status "file://{{absolute/path/to/backup/folder}}"`
`duplicity collection-status "file://{{absolute/path/to/backup/directory}}"`
- List the files in a backup stored on a remote machine, via ssh: