ACIL FM
Dark
Refresh
Current DIR:
/usr/share/doc/rsync/support
/
usr
share
doc
rsync
support
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
atomic-rsync
5.07 MB
chmod
View
DL
Edit
Rename
Delete
cvs2includes
1.19 MB
chmod
View
DL
Edit
Rename
Delete
deny-rsync
1005 B
chmod
View
DL
Edit
Rename
Delete
file-attr-restore
4.82 MB
chmod
View
DL
Edit
Rename
Delete
files-to-excludes
538 B
chmod
View
DL
Edit
Rename
Delete
git-set-file-times
3.81 MB
chmod
View
DL
Edit
Rename
Delete
instant-rsyncd
2.73 MB
chmod
View
DL
Edit
Rename
Delete
logfilter
1.08 MB
chmod
View
DL
Edit
Rename
Delete
lsh
3.03 MB
chmod
View
DL
Edit
Rename
Delete
lsh.sh
1.08 MB
chmod
View
DL
Edit
Rename
Delete
Makefile
80 B
chmod
View
DL
Edit
Rename
Delete
mapfrom
633 B
chmod
View
DL
Edit
Rename
Delete
mapto
625 B
chmod
View
DL
Edit
Rename
Delete
mnt-excl
1.8 MB
chmod
View
DL
Edit
Rename
Delete
munge-symlinks
2.56 MB
chmod
View
DL
Edit
Rename
Delete
nameconvert
1.49 MB
chmod
View
DL
Edit
Rename
Delete
rrsync
12.32 MB
chmod
View
DL
Edit
Rename
Delete
rrsync.1.md
4.28 MB
chmod
View
DL
Edit
Rename
Delete
rsync-no-vanished
593 B
chmod
View
DL
Edit
Rename
Delete
rsync-slash-strip
769 B
chmod
View
DL
Edit
Rename
Delete
rsyncstats
8.49 MB
chmod
View
DL
Edit
Rename
Delete
savetransfer.c
4.45 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/share/doc/rsync/support/rsync-slash-strip
#!/usr/bin/env bash # This script can be used as an rsync command-line filter that strips a single # trailing slash from each arg. That treats "src/" the same as "src", thus # you need to use "src/." or "src//" for just the contents of the "src" dir. # (Note that command-line dir-excludes would need to use "excl//" too.) # # To use this, name it something like "rs", put it somewhere in your path, and # then use "rs" in place of "rsync" when you are typing your copy commands. REAL_RSYNC=/usr/bin/rsync args=() for arg in "${@}"; do if [[ "$arg" == --server ]]; then exec $REAL_RSYNC "${@}" exit $? # Not reached fi if [[ "$arg" == / ]]; then args=("${args[@]}" /) else args=("${args[@]}" "${arg%/}") fi done exec $REAL_RSYNC "${args[@]}"
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply