Guest User

Untitled

a guest
Nov 18th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.05 KB | None | 0 0
  1. GAMES
  2. IRC
  3. Kwdikas
  4. passwords
  5. Βίντεο
  6. Έγγραφα
  7. Εικόνες
  8. Ηχογραφήσεις
  9. Μουσική
  10. .thunderbird
  11. .mozilla
  12. .conkyrc
  13. .bash_aliases
  14. .conky.sh
  15. .ssh
  16.  
  17. rsync --files-from=rsyncFolders.txt "/media/pcmagas/Backup disk/myBackup"
  18.  
  19. rsync version 3.1.1 protocol version 31
  20. Copyright (C) 1996-2014 by Andrew Tridgell, Wayne Davison, and others.
  21. Web site: http://rsync.samba.org/
  22. Capabilities:
  23. 64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
  24. socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
  25. append, ACLs, xattrs, iconv, symtimes, prealloc
  26.  
  27. rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
  28. are welcome to redistribute it under certain conditions. See the GNU
  29. General Public Licence for details.
  30.  
  31. rsync is a file transfer program capable of efficient remote update
  32. via a fast differencing algorithm.
  33.  
  34. Usage: rsync [OPTION]... SRC [SRC]... DEST
  35. or rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST
  36. or rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST
  37. or rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST
  38. or rsync [OPTION]... [USER@]HOST:SRC [DEST]
  39. or rsync [OPTION]... [USER@]HOST::SRC [DEST]
  40. or rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST]
  41. The ':' usages connect via remote shell, while '::' & 'rsync://' usages connect
  42. to an rsync daemon, and require SRC or DEST to start with a module name.
  43.  
  44. Options
  45. -v, --verbose increase verbosity
  46. --info=FLAGS fine-grained informational verbosity
  47. --debug=FLAGS fine-grained debug verbosity
  48. --msgs2stderr special output handling for debugging
  49. -q, --quiet suppress non-error messages
  50. --no-motd suppress daemon-mode MOTD (see manpage caveat)
  51. -c, --checksum skip based on checksum, not mod-time & size
  52. -a, --archive archive mode; equals -rlptgoD (no -H,-A,-X)
  53. --no-OPTION turn off an implied OPTION (e.g. --no-D)
  54. -r, --recursive recurse into directories
  55. -R, --relative use relative path names
  56. --no-implied-dirs don't send implied dirs with --relative
  57. -b, --backup make backups (see --suffix & --backup-dir)
  58. --backup-dir=DIR make backups into hierarchy based in DIR
  59. --suffix=SUFFIX set backup suffix (default ~ w/o --backup-dir)
  60. -u, --update skip files that are newer on the receiver
  61. --inplace update destination files in-place (SEE MAN PAGE)
  62. --append append data onto shorter files
  63. --append-verify like --append, but with old data in file checksum
  64. -d, --dirs transfer directories without recursing
  65. -l, --links copy symlinks as symlinks
  66. -L, --copy-links transform symlink into referent file/dir
  67. --copy-unsafe-links only "unsafe" symlinks are transformed
  68. --safe-links ignore symlinks that point outside the source tree
  69. --munge-links munge symlinks to make them safer (but unusable)
  70. -k, --copy-dirlinks transform symlink to a dir into referent dir
  71. -K, --keep-dirlinks treat symlinked dir on receiver as dir
  72. -H, --hard-links preserve hard links
  73. -p, --perms preserve permissions
  74. -E, --executability preserve the file's executability
  75. --chmod=CHMOD affect file and/or directory permissions
  76. -A, --acls preserve ACLs (implies --perms)
  77. -X, --xattrs preserve extended attributes
  78. -o, --owner preserve owner (super-user only)
  79. -g, --group preserve group
  80. --devices preserve device files (super-user only)
  81. --specials preserve special files
  82. -D same as --devices --specials
  83. -t, --times preserve modification times
  84. -O, --omit-dir-times omit directories from --times
  85. -J, --omit-link-times omit symlinks from --times
  86. --super receiver attempts super-user activities
  87. --fake-super store/recover privileged attrs using xattrs
  88. -S, --sparse handle sparse files efficiently
  89. --preallocate allocate dest files before writing them
  90. -n, --dry-run perform a trial run with no changes made
  91. -W, --whole-file copy files whole (without delta-xfer algorithm)
  92. -x, --one-file-system don't cross filesystem boundaries
  93. -B, --block-size=SIZE force a fixed checksum block-size
  94. -e, --rsh=COMMAND specify the remote shell to use
  95. --rsync-path=PROGRAM specify the rsync to run on the remote machine
  96. --existing skip creating new files on receiver
  97. --ignore-existing skip updating files that already exist on receiver
  98. --remove-source-files sender removes synchronized files (non-dirs)
  99. --del an alias for --delete-during
  100. --delete delete extraneous files from destination dirs
  101. --delete-before receiver deletes before transfer, not during
  102. --delete-during receiver deletes during the transfer
  103. --delete-delay find deletions during, delete after
  104. --delete-after receiver deletes after transfer, not during
  105. --delete-excluded also delete excluded files from destination dirs
  106. --ignore-missing-args ignore missing source args without error
  107. --delete-missing-args delete missing source args from destination
  108. --ignore-errors delete even if there are I/O errors
  109. --force force deletion of directories even if not empty
  110. --max-delete=NUM don't delete more than NUM files
  111. --max-size=SIZE don't transfer any file larger than SIZE
  112. --min-size=SIZE don't transfer any file smaller than SIZE
  113. --partial keep partially transferred files
  114. --partial-dir=DIR put a partially transferred file into DIR
  115. --delay-updates put all updated files into place at transfer's end
  116. -m, --prune-empty-dirs prune empty directory chains from the file-list
  117. --numeric-ids don't map uid/gid values by user/group name
  118. --usermap=STRING custom username mapping
  119. --groupmap=STRING custom groupname mapping
  120. --chown=USER:GROUP simple username/groupname mapping
  121. --timeout=SECONDS set I/O timeout in seconds
  122. --contimeout=SECONDS set daemon connection timeout in seconds
  123. -I, --ignore-times don't skip files that match in size and mod-time
  124. -M, --remote-option=OPTION send OPTION to the remote side only
  125. --size-only skip files that match in size
  126. --modify-window=NUM compare mod-times with reduced accuracy
  127. -T, --temp-dir=DIR create temporary files in directory DIR
  128. -y, --fuzzy find similar file for basis if no dest file
  129. --compare-dest=DIR also compare destination files relative to DIR
  130. --copy-dest=DIR ... and include copies of unchanged files
  131. --link-dest=DIR hardlink to files in DIR when unchanged
  132. -z, --compress compress file data during the transfer
  133. --compress-level=NUM explicitly set compression level
  134. --skip-compress=LIST skip compressing files with a suffix in LIST
  135. -C, --cvs-exclude auto-ignore files the same way CVS does
  136. -f, --filter=RULE add a file-filtering RULE
  137. -F same as --filter='dir-merge /.rsync-filter'
  138. repeated: --filter='- .rsync-filter'
  139. --exclude=PATTERN exclude files matching PATTERN
  140. --exclude-from=FILE read exclude patterns from FILE
  141. --include=PATTERN don't exclude files matching PATTERN
  142. --include-from=FILE read include patterns from FILE
  143. --files-from=FILE read list of source-file names from FILE
  144. -0, --from0 all *-from/filter files are delimited by 0s
  145. -s, --protect-args no space-splitting; only wildcard special-chars
  146. --address=ADDRESS bind address for outgoing socket to daemon
  147. --port=PORT specify double-colon alternate port number
  148. --sockopts=OPTIONS specify custom TCP options
  149. --blocking-io use blocking I/O for the remote shell
  150. --stats give some file-transfer stats
  151. -8, --8-bit-output leave high-bit chars unescaped in output
  152. -h, --human-readable output numbers in a human-readable format
  153. --progress show progress during transfer
  154. -P same as --partial --progress
  155. -i, --itemize-changes output a change-summary for all updates
  156. --out-format=FORMAT output updates using the specified FORMAT
  157. --log-file=FILE log what we're doing to the specified FILE
  158. --log-file-format=FMT log updates using the specified FMT
  159. --password-file=FILE read daemon-access password from FILE
  160. --list-only list the files instead of copying them
  161. --bwlimit=RATE limit socket I/O bandwidth
  162. --outbuf=N|L|B set output buffering to None, Line, or Block
  163. --write-batch=FILE write a batched update to FILE
  164. --only-write-batch=FILE like --write-batch but w/o updating destination
  165. --read-batch=FILE read a batched update from FILE
  166. --protocol=NUM force an older protocol version to be used
  167. --iconv=CONVERT_SPEC request charset conversion of filenames
  168. --checksum-seed=NUM set block/file checksum seed (advanced)
  169. --noatime do not alter atime when opening source files
  170. -4, --ipv4 prefer IPv4
  171. -6, --ipv6 prefer IPv6
  172. --version print version number
  173. (-h) --help show this help (-h is --help only if used alone)
  174.  
  175. Use "rsync --daemon --help" to see the daemon-mode command-line options.
  176. Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation.
  177. See http://rsync.samba.org/ for updates, bug reports, and answers
  178. rsync error: syntax or usage error (code 1) at options.c(2303) [client=3.1.1]
Add Comment
Please, Sign In to add comment