You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

how to get jdupes on Synology

test done on Synology DS-220+ 7.2.2 geminilake 2x18TB RAID1

14:00 -

root@storage:~# grep -e product_version -e platform_name  /etc/synoinfo.conf
platform_name="geminilake"
last_show_upgrade_mask_in_login_product_version="7.2.2"

https://synocommunity.com/package/synocli-file

https://packages.synocommunity.com/synocli-file/27/synocli-file.v27.f42661%5Bapollolake-avoton-braswell-broadwell-broadwellnk-broadwellnkv2-broadwellntbap-bromolow-cedarview-denverton-epyc7002-geminilake-grantley-kvmx64-purley-r1000-v1000%5D.spk

root@storage:~# df -h /volume1
Filesystem      Size  Used Avail Use% Mounted on
/dev/vg1000/lv   16T   12T  4.1T  75% /volume1
root@storage:~# mount |grep /volume1
/dev/mapper/vg1000-lv on /volume1 type btrfs (rw,nodev,relatime,ssd,synoacl,nospace_cache,auto_reclaim_space,metadata_ratio=50,syno_allocator,subvolid=257,subvol=/@syno)

execute deduplication

root@storage:~# jdupes --one-file-system --dedupe --recurse --size /volume1/backup/
Scanning: 122990 files, 13390 dirs (in 1 specified)
...


  • No labels